去掉警告及开发表面工艺相关需求

This commit is contained in:
jinling.yang
2023-03-27 21:04:33 +08:00
parent 446bd04a9d
commit bf010e2cca
18 changed files with 89 additions and 72 deletions

View File

@@ -27,6 +27,7 @@
],
'qweb': [
],
'license': 'LGPL-3',
'installable': True,
'application': False,
'auto_install': False,

View File

@@ -248,7 +248,7 @@ class MrpProduction(models.Model):
if work.name == '获取CNC加工程序':
work.button_start()
#work.button_finish()
work.fetchCNC()
#work.fetchCNC()
#创建工单并进行排序
def _create_workorder(self):