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

@@ -41,7 +41,7 @@
{
'name': 'Product Brand Manager',
'version': '13.20.04.11',
'version': '13.22.03.28',
'author': 'Sunpop.cn',
'category': 'Product',
'website': 'https://www.sunpop.cn',

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(