提交同步代码
This commit is contained in:
@@ -32,7 +32,6 @@ class MachineBrand(models.Model):
|
||||
tag_ids = fields.Many2many('mrs.machine.brand.tags', 'rel_machine_brand_tags', string='类别')
|
||||
image_brand = fields.Image("品牌图片")
|
||||
active = fields.Boolean('有效', default=True)
|
||||
|
||||
code = fields.Char('编码')
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user