处理控制系统参数丢失问题
This commit is contained in:
@@ -489,6 +489,7 @@ class MachineControlSystem(models.Model):
|
||||
"id": item['id'],
|
||||
"name": item['name'],
|
||||
"code": item['code'],
|
||||
"remark": item['remark'],
|
||||
'brand_id': self.env['sf.machine.brand'].search([('code', '=', item['brand_id'])]).id,
|
||||
|
||||
"active": item['active'],
|
||||
|
||||
Reference in New Issue
Block a user