注册机床
This commit is contained in:
@@ -22,10 +22,11 @@ class ResConfigSettings(models.TransientModel):
|
||||
self.env['mrs.machine.brand.tags'].sync_all_machine_brand_tags()
|
||||
self.env['mrs.machine_tool.type.control_system'].sync_all_machine_tool_type_control_system()
|
||||
self.env['mrs.machine.brand'].sync_all_machine_brand()
|
||||
self.env['mrs.machine_tool'].sync_all_machine_tool()
|
||||
# self.env['mrs.machine_tool'].sync_all_machine_tool()
|
||||
self.env['mrs.machine_tool.type'].sync_all_machine_tool_type()
|
||||
self.env['mrs.cutting_tool.category'].sync_all_cutting_tool_category()
|
||||
self.env['mrs.cutting_tool.type'].sync_all_cutting_tool_type()
|
||||
return _logger.info("同步资源库成功")
|
||||
|
||||
@api.model
|
||||
def get_values(self):
|
||||
|
||||
Reference in New Issue
Block a user