|
| 1 | +{ |
| 2 | + 'name': 'Custom Furniture Production', |
| 3 | + 'version': '1.0', |
| 4 | + 'category': 'Supply Chain', |
| 5 | + 'description': """ |
| 6 | +""", |
| 7 | + 'depends': [ |
| 8 | + 'account_followup', |
| 9 | + 'calendar', |
| 10 | + 'crm', |
| 11 | + 'hr', |
| 12 | + 'industry_fsm_report', |
| 13 | + 'knowledge', |
| 14 | + 'mrp_workorder', |
| 15 | + 'planning', |
| 16 | + 'product_barcodelookup', |
| 17 | + 'purchase_stock', |
| 18 | + 'quality_control', |
| 19 | + 'quality_mrp', |
| 20 | + 'sale_project', |
| 21 | + 'sale_stock', |
| 22 | + 'sale_timesheet', |
| 23 | + ], |
| 24 | + 'data': [ |
| 25 | + 'data/res_config_settings.xml', |
| 26 | + 'data/ir_attachment_pre.xml', |
| 27 | + 'data/project_task_type.xml', |
| 28 | + 'data/product_category.xml', |
| 29 | + 'data/account_analytic_account.xml', |
| 30 | + 'data/project_project.xml', |
| 31 | + 'data/project_task.xml', |
| 32 | + 'data/planning_role.xml', |
| 33 | + 'data/product_template.xml', |
| 34 | + 'data/product_attribute_value.xml', |
| 35 | + 'data/product_template_attribute_line.xml', |
| 36 | + 'data/product_template_attribute_value.xml', |
| 37 | + 'data/product_product.xml', |
| 38 | + 'data/mrp_bom.xml', |
| 39 | + 'data/mrp_bom_line.xml', |
| 40 | + 'data/mrp_bom_byproduct.xml', |
| 41 | + 'data/mrp_workcenter.xml', |
| 42 | + 'data/mrp_routing_workcenter.xml', |
| 43 | + 'data/sale_order_template.xml', |
| 44 | + 'data/sale_order_template_line.xml', |
| 45 | + 'data/knowledge_cover.xml', |
| 46 | + 'data/knowledge_article.xml', |
| 47 | + 'data/knowledge_article_favorite.xml', |
| 48 | + 'data/mail_message.xml', |
| 49 | + 'data/ir_model_data.xml', |
| 50 | + 'data/quality_point.xml', |
| 51 | + ], |
| 52 | + 'demo': [ |
| 53 | + 'demo/res_partner.xml', |
| 54 | + 'demo/hr_employee.xml', |
| 55 | + 'demo/crm_lead.xml', |
| 56 | + 'demo/product_supplierinfo.xml', |
| 57 | + 'demo/sale_order.xml', |
| 58 | + 'demo/sale_order_line.xml', |
| 59 | + 'demo/sale_order_post.xml', |
| 60 | + 'demo/mail_activity.xml', |
| 61 | + 'demo/stock_warehouse_orderpoint.xml', |
| 62 | + 'demo/mrp_production.xml', |
| 63 | + 'demo/purchase_order.xml', |
| 64 | + 'demo/purchase_order_line.xml', |
| 65 | + 'demo/purchase_order_post.xml', |
| 66 | + 'demo/quality_check.xml', |
| 67 | + 'demo/planning_slot.xml', |
| 68 | + ], |
| 69 | + 'license': 'OPL-1', |
| 70 | + 'author': 'Odoo S.A.', |
| 71 | + 'images': ['images/main.png'], |
| 72 | +} |
0 commit comments