同步机床类型对象

This commit is contained in:
qihao.gong@jikimo.com
2023-06-07 10:49:55 +08:00
parent 7dfab63a89
commit 46c57162d7
84 changed files with 3388 additions and 4 deletions

View File

@@ -38,6 +38,8 @@ class ResConfigSettings(models.TransientModel):
_logger.info("同步资源库控制系统")
self.env['sf.machine_tool.type'].sync_all_machine_tool_type()
_logger.info("同步资源库机床型号")
self.env['sf.machine_tool.category'].sync_all_machine_tool_category()
_logger.info("同步资源库机床类型")
self.env['sf.cutting_tool.category'].sync_all_cutting_tool_category()
_logger.info("同步资源库刀具类别")
self.env['sf.cutting_tool.type'].sync_all_cutting_tool_type()