update common

This commit is contained in:
ivan deng
2022-04-01 16:48:49 +08:00
parent cf7d2ec48c
commit bcba2aad24
7 changed files with 23 additions and 6 deletions

View File

@@ -22,7 +22,7 @@ class ProductBrand(models.Model):
'res.partner',
string='Partner',
help='Select a partner for this brand if any.',
ondelete='restrict'
ondelete='set null'
)
logo = fields.Binary('Logo File', attachment=True)
product_ids = fields.One2many(