Merge branch 'refs/heads/feature/库存路线' into feature/物料需求计划管理

# Conflicts:
#	sf_demand_plan/__manifest__.py
#	sf_demand_plan/models/sf_production_demand_plan.py
#	sf_demand_plan/security/ir.model.access.csv
This commit is contained in:
guanhuan
2025-06-25 14:32:18 +08:00
11 changed files with 320 additions and 73 deletions

View File

@@ -13,8 +13,10 @@
'depends': ['sf_plan','jikimo_printing'],
'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',
],