|
| 1 | +{ |
| 2 | + 'name': 'Fitness Center', |
| 3 | + 'version': '1.0', |
| 4 | + 'category': 'Health and Fitness', |
| 5 | + 'description': "", |
| 6 | + 'depends': [ |
| 7 | + 'calendar', |
| 8 | + 'contacts', |
| 9 | + 'hr', |
| 10 | + 'knowledge', |
| 11 | + 'maintenance', |
| 12 | + 'planning', |
| 13 | + 'pos_sale', |
| 14 | + 'purchase', |
| 15 | + 'sale_project', |
| 16 | + 'sale_subscription', |
| 17 | + 'website_appointment', |
| 18 | + 'website_sale', |
| 19 | + 'web_studio', |
| 20 | + ], |
| 21 | + 'data': [ |
| 22 | + 'data/res_config_settings.xml', |
| 23 | + 'data/ir_attachment_pre.xml', |
| 24 | + 'data/product_category.xml', |
| 25 | + 'data/pos_category.xml', |
| 26 | + 'data/product_pricelist.xml', |
| 27 | + 'data/sale_subscription.xml', |
| 28 | + 'data/project_task_type.xml', |
| 29 | + 'data/project_project.xml', |
| 30 | + 'data/project_task.xml', |
| 31 | + 'data/product_product.xml', |
| 32 | + 'data/pos_payment_method.xml', |
| 33 | + 'data/pos_config.xml', |
| 34 | + 'data/knowledge_cover.xml', |
| 35 | + 'data/knowledge_article.xml', |
| 36 | + 'data/knowledge_article_favorite.xml', |
| 37 | + 'data/mail_message.xml', |
| 38 | + 'data/appointment_resource.xml', |
| 39 | + 'data/appointment_type.xml', |
| 40 | + 'data/maintenance_equipment.xml', |
| 41 | + 'data/appointment_view.xml', |
| 42 | + 'data/planning_role.xml', |
| 43 | + 'data/ir_actions_server.xml', |
| 44 | + 'data/base_automation.xml', |
| 45 | + 'data/ir_model_data.xml', |
| 46 | + ], |
| 47 | + 'demo': [ |
| 48 | + 'demo/website.xml', |
| 49 | + 'demo/res_partner.xml', |
| 50 | + 'demo/hr_employee.xml', |
| 51 | + 'demo/appointment_type.xml', |
| 52 | + 'demo/calendar_event.xml', |
| 53 | + 'demo/maintenance_request.xml', |
| 54 | + 'demo/product_product.xml', |
| 55 | + 'demo/product_supplierinfo.xml', |
| 56 | + 'demo/purchase_order.xml', |
| 57 | + 'demo/purchase_order_line.xml', |
| 58 | + 'demo/purchase_order_post.xml', |
| 59 | + 'demo/sale_order.xml', |
| 60 | + 'demo/sale_order_line.xml', |
| 61 | + 'demo/sale_order_post.xml', |
| 62 | + 'demo/planning_recurrency.xml', |
| 63 | + 'demo/planning_slot.xml', |
| 64 | + 'demo/website_ir_attachment.xml', |
| 65 | + 'demo/website_view.xml', |
| 66 | + 'demo/website_theme_apply.xml', |
| 67 | + 'demo/website_page.xml', |
| 68 | + 'demo/website_menu.xml', |
| 69 | + 'demo/pos_config.xml', |
| 70 | + 'demo/payment_provider_demo_post.xml', |
| 71 | + ], |
| 72 | + 'license': 'OPL-1', |
| 73 | + 'author': 'Odoo S.A.', |
| 74 | + 'images': ['images/main.png'], |
| 75 | +} |
0 commit comments