1、刀具管理模块下的功能刀具内的刀具物料字段类型从many2many更改为many2one,绑定对象从刀具型号更改为刀具物料;2、对功能刀具组装的组装功能和取消组装功能进行了逻辑优化;3、新增功能刀具组装弹窗对象的刀具物料信息根据所选功能刀具字段计算功能;4、关闭了功能刀具列表、预警、实时分布、出入库记录的创建、修改、删除功能;5、功能刀具列表对象新增刀具能力参数;6、优化了刀具管理模块的权限相关警告;

This commit is contained in:
yuxianghui
2023-09-19 16:14:29 +08:00
parent 0ac82acbad
commit d4180df7e9
7 changed files with 699 additions and 724 deletions

View File

@@ -10,7 +10,7 @@
""",
'category': 'sf',
'website': 'https://www.sf.jikimo.com',
'depends': ['account', 'sf_base', 'mrp', 'sf_manufacturing'],
'depends': ['account', 'sf_base', 'mrp', 'sf_manufacturing', 'sf_maintenance'],
'data': [
#'security/group_security.xml',
'security/ir.model.access.csv',