# -*- coding: utf-8 -*- # Part of Odoo. See LICENSE file for full copyright and licensing details. { 'name': '机企猫智能工厂 需求计划', 'version': '1.1', 'summary': '智能工厂计划管理', 'sequence': 1, 'description': """ 在本模块,支持齐套检查与下达生产 """, 'category': 'sf', 'website': 'https://www.sf.jikimo.com', 'depends': ['sf_plan', 'jikimo_printing', 'purchase_request', 'purchase_request_tier_validation'], 'data': [ 'security/ir.model.access.csv', 'data/stock_route_group.xml', 'views/demand_plan_info.xml', 'views/demand_plan.xml', 'views/stock_route.xml', 'views/sale_order_views.xml', 'wizard/sf_demand_plan_print_wizard_view.xml', 'wizard/sf_release_plan_wizard_views.xml', 'wizard/sf_demand_plan_detail_wizard_view.xml', 'views/menu_view.xml', ], 'demo': [ ], 'assets': { 'web.assets_qweb': [ ], 'web.assets_backend': [ 'sf_demand_plan/static/src/scss/style.css', 'sf_demand_plan/static/src/js/print_demand.js', 'sf_demand_plan/static/src/js/custom_button.js', ] }, 'license': 'LGPL-3', 'installable': True, 'application': False, 'auto_install': False, }