mirror of
https://github.com/guohuadeng/app-odoo.git
synced 2025-02-23 04:11:36 +02:00
update common
This commit is contained in:
@@ -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',
|
||||
|
||||
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user