[FIX] Typo
This commit is contained in:
parent
04e2e22c32
commit
8de1b23590
1 changed files with 1 additions and 1 deletions
|
|
@ -7,4 +7,4 @@ class ProductTemplate(models.Model):
|
|||
additional_information = fields.Char()
|
||||
quality = fields.Char()
|
||||
origin = fields.Char()
|
||||
manufacturer_abbr = fields.Char(string="Maufacturer Abbreviation")
|
||||
manufacturer_abbr = fields.Char(string="Manufacturer Abbreviation")
|
||||
|
|
|
|||
Loading…
Reference in a new issue