处理数控系统同步数据 name缺失问题
This commit is contained in:
@@ -21,7 +21,7 @@ class MachineControlSystem(models.Model):
|
|||||||
_description = '控制系统'
|
_description = '控制系统'
|
||||||
|
|
||||||
code = fields.Char('编码', size=10)
|
code = fields.Char('编码', size=10)
|
||||||
name = fields.Char('名称', size=10)
|
name = fields.Char('名称')
|
||||||
brand_id = fields.Many2one('sf.machine.brand', '品牌')
|
brand_id = fields.Many2one('sf.machine.brand', '品牌')
|
||||||
active = fields.Boolean('有效', default=True)
|
active = fields.Boolean('有效', default=True)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user