物料需求计划管理

This commit is contained in:
guanhuan
2025-06-24 17:46:55 +08:00
parent 02b4f76326
commit f41d3558d2
8 changed files with 151 additions and 36 deletions

View File

@@ -2,7 +2,7 @@
# Part of Odoo. See LICENSE file for full copyright and licensing details.
{
'name': '机企猫智能工厂 需求计划',
'version': '1.0',
'version': '1.1',
'summary': '智能工厂计划管理',
'sequence': 1,
'description': """
@@ -13,7 +13,7 @@
'depends': ['sf_plan','jikimo_printing'],
'data': [
'security/ir.model.access.csv',
'views/demand_plan_info.xml.xml',
'views/demand_plan_info.xml',
'views/demand_plan.xml',
'wizard/sf_demand_plan_print_wizard_view.xml',
],