sf修改设备table,品牌图片改成图片
This commit is contained in:
@@ -35,7 +35,7 @@ class MachineBrand(models.Model):
|
||||
code = fields.Char('编码')
|
||||
name = fields.Char('名称')
|
||||
tag_ids = fields.Many2many('sf.machine.brand.tags', 'rel_machine_brand_tags', string='类别')
|
||||
image_brand = fields.Image("品牌图片")
|
||||
image_brand = fields.Image("图片")
|
||||
remark = fields.Text('备注')
|
||||
active = fields.Boolean('有效', default=True)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user