From 8de1b23590bdd9be0d46ed9071ac2596e155113d Mon Sep 17 00:00:00 2001 From: Ole Jancke Date: Tue, 18 Jun 2024 11:45:02 +0200 Subject: [PATCH] [FIX] Typo --- nfu_product_bnn_attributes/models/product_template.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nfu_product_bnn_attributes/models/product_template.py b/nfu_product_bnn_attributes/models/product_template.py index 4635015..1581bbc 100644 --- a/nfu_product_bnn_attributes/models/product_template.py +++ b/nfu_product_bnn_attributes/models/product_template.py @@ -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")