We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 761a439 commit d00f611Copy full SHA for d00f611
product_brand/product_brand.py
@@ -36,7 +36,7 @@
36
class ProductBrand(models.Model):
37
_name = 'product.brand'
38
39
- name = fields.Char('Brand Name')
+ name = fields.Char('Brand Name', required=True)
40
description = fields.Text('Description', translate=True)
41
partner_id = fields.Many2one(
42
'res.partner',
0 commit comments