接收从智能工厂传过来的订单等数据并创建编程单

This commit is contained in:
jinling.yang
2022-11-16 17:39:42 +08:00
parent 4ce0a7670c
commit 191bd65d69
5 changed files with 70 additions and 37 deletions

View File

@@ -10,9 +10,10 @@
""",
'category': '',
'website': 'https://www.sf.jikimo.com',
'depends': ['mrp'],
'depends': ['mrp', 'sf_base'],
'data': [
'views/sf_production.xml',
'views/mrp_routing_workcenter_view.xml'
],