|
| 1 | +{ |
| 2 | + 'name': '3PL Logistic Company', |
| 3 | + 'author': 'Odoo S.A.', |
| 4 | + 'version': '1.0', |
| 5 | + 'category': 'Services', |
| 6 | + 'depends': [ |
| 7 | + 'base_industry_data', |
| 8 | + 'crm_sale_subscription', |
| 9 | + 'documents_hr', |
| 10 | + 'knowledge', |
| 11 | + 'product_expiry', |
| 12 | + 'purchase', |
| 13 | + 'quality_control', |
| 14 | + 'quality_mrp', |
| 15 | + 'sale_management', |
| 16 | + 'sale_service', |
| 17 | + 'sale_subscription', |
| 18 | + 'stock', |
| 19 | + 'web_studio', |
| 20 | + 'website', |
| 21 | + ], |
| 22 | + 'data': [ |
| 23 | + 'data/ir_model.xml', |
| 24 | + 'data/ir_model_access.xml', |
| 25 | + 'data/ir_attachment_pre.xml', |
| 26 | + 'data/knowledge_cover.xml', |
| 27 | + 'data/knowledge_article.xml', |
| 28 | + 'data/knowledge_article_favorite.xml', |
| 29 | + 'data/ir_model_fields.xml', |
| 30 | + 'data/ir_actions_act_window.xml', |
| 31 | + 'data/portal_templates.xml', |
| 32 | + 'data/ir_actions_server.xml', |
| 33 | + 'data/base_automation.xml', |
| 34 | + 'data/x_fee_rate.xml', |
| 35 | + 'data/product_category.xml', |
| 36 | + 'data/uom_uom.xml', |
| 37 | + 'data/product_template.xml', |
| 38 | + 'data/product_product.xml', |
| 39 | + 'data/product_pricelist_item.xml', |
| 40 | + 'data/stock_package_type.xml', |
| 41 | + 'data/sale_order_template.xml', |
| 42 | + 'data/sale_order_template_line.xml', |
| 43 | + 'data/stock_storage_category.xml', |
| 44 | + 'data/stock_location.xml', |
| 45 | + 'data/ir_ui_menu.xml', |
| 46 | + 'data/ir_ui_view.xml', |
| 47 | + 'data/ir_cron.xml', |
| 48 | + 'data/stock_warehouse.xml', |
| 49 | + 'data/res_config_settings.xml', |
| 50 | + 'data/spreadsheet_dashboard.xml', |
| 51 | + 'data/mail_message.xml', |
| 52 | + ], |
| 53 | + 'demo': [ |
| 54 | + 'demo/quality_point.xml', |
| 55 | + 'demo/stock_location.xml', |
| 56 | + 'demo/res_partner.xml', |
| 57 | + 'demo/product_template.xml', |
| 58 | + 'demo/qweb_view.xml', |
| 59 | + 'demo/mrp_bom.xml', |
| 60 | + 'demo/mrp_bom_line.xml', |
| 61 | + 'demo/stock_lot.xml', |
| 62 | + 'demo/website_theme_apply.xml', |
| 63 | + 'demo/crm_lead.xml', |
| 64 | + 'demo/stock_package.xml', |
| 65 | + 'demo/x_stock_history.xml', |
| 66 | + 'demo/sale_order.xml', |
| 67 | + 'demo/sale_order_line.xml', |
| 68 | + 'demo/sale_order_confirm.xml', |
| 69 | + 'demo/stock_picking.xml', |
| 70 | + 'demo/stock_move.xml', |
| 71 | + 'demo/stock_move_line.xml', |
| 72 | + 'demo/website.xml', |
| 73 | + ], |
| 74 | + 'cloc_exclude': [ |
| 75 | + 'data/knowledge_article.xml', |
| 76 | + 'data/portal_templates.xml', |
| 77 | + 'demo/qweb_view.xml', |
| 78 | + ], |
| 79 | + 'license': 'OPL-1', |
| 80 | + 'images': ['images/main.png'], |
| 81 | + 'url': "https://www.odoo.com/trial?industry&selected_app=3pl_logistic_company", |
| 82 | + 'website': "https://www.odoo.com/all-industries", |
| 83 | +} |
0 commit comments