[255][FIX] nfu_product_bnn_attribute: Temporay disable image_1920 field verification

This commit is contained in:
Niels Göttsch 2026-01-27 20:53:54 +01:00 committed by madmooose
parent bbec3ce533
commit b1cfa51e92
5 changed files with 8 additions and 2 deletions

View file

@ -40,6 +40,7 @@ Changelog
- 16.0.1.2.1: Always write the company in the product packaging - 16.0.1.2.1: Always write the company in the product packaging
- 16.0.1.2.2: Enable Unit of Measure on installation - 16.0.1.2.2: Enable Unit of Measure on installation
- 16.0.1.3.0: Add GTIN Article field and update metadata retrieval - 16.0.1.3.0: Add GTIN Article field and update metadata retrieval
- 16.0.1.3.1: Temporay disable image_1920 field verification
Bug Tracker Bug Tracker
=========== ===========

View file

@ -4,7 +4,7 @@
"author": "BAKEUP", "author": "BAKEUP",
"website": "https://www.bakeup.org", "website": "https://www.bakeup.org",
"category": "Product", "category": "Product",
"version": "16.0.1.3.0", "version": "16.0.1.3.1",
"depends": ["nfu_product", "data_nature_importer"], "depends": ["nfu_product", "data_nature_importer"],
"data": ["data/ir_config_parameter.xml", "views/product_bnn_views.xml"], "data": ["data/ir_config_parameter.xml", "views/product_bnn_views.xml"],
"assets": {}, "assets": {},

View file

@ -6,6 +6,9 @@ from odoo.addons.data_nature_importer.utils import get_datanature_metadata
class ProductTemplate(models.Model): class ProductTemplate(models.Model):
_inherit = "product.template" _inherit = "product.template"
# TODO: Remove as soon as data_nature thumbnails work
image_1920 = fields.Image(verify_resolution=False)
manufacturer_abbr = fields.Char(string="Manufacturer Abbreviation") manufacturer_abbr = fields.Char(string="Manufacturer Abbreviation")
# Should be moved to product.product at some point # Should be moved to product.product at some point
additional_information = fields.Char() additional_information = fields.Char()

View file

@ -6,3 +6,4 @@
- 16.0.1.2.1: Always write the company in the product packaging - 16.0.1.2.1: Always write the company in the product packaging
- 16.0.1.2.2: Enable Unit of Measure on installation - 16.0.1.2.2: Enable Unit of Measure on installation
- 16.0.1.3.0: Add GTIN Article field and update metadata retrieval - 16.0.1.3.0: Add GTIN Article field and update metadata retrieval
- 16.0.1.3.1: Temporay disable image_1920 field verification

View file

@ -394,6 +394,7 @@ ul.auto-toc {
<li>16.0.1.2.1: Always write the company in the product packaging</li> <li>16.0.1.2.1: Always write the company in the product packaging</li>
<li>16.0.1.2.2: Enable Unit of Measure on installation</li> <li>16.0.1.2.2: Enable Unit of Measure on installation</li>
<li>16.0.1.3.0: Add GTIN Article field and update metadata retrieval</li> <li>16.0.1.3.0: Add GTIN Article field and update metadata retrieval</li>
<li>16.0.1.3.1: Temporay disable image_1920 field verification</li>
</ul> </ul>
</div> </div>
<div class="section" id="bug-tracker"> <div class="section" id="bug-tracker">