新增sf的刀具模板的相关刀具物料字段

This commit is contained in:
jinling.yang
2023-06-13 17:30:35 +08:00
parent c76c01d78f
commit 6068a55b79
16 changed files with 197 additions and 415 deletions

View File

@@ -40,10 +40,6 @@ class ResConfigSettings(models.TransientModel):
_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()
_logger.info("同步资源库刀具")
# self.env['sf.production.process.parameter'].sync_all_production_process_parameter()
# _logger.info("同步表面工艺参数")
_logger.info("定时同步每日功能刀具类型列表...")