diff --git a/product_harmonized_system_delivery/__manifest__.py b/product_harmonized_system_delivery/__manifest__.py index 3e76304..efe02cc 100644 --- a/product_harmonized_system_delivery/__manifest__.py +++ b/product_harmonized_system_delivery/__manifest__.py @@ -1,10 +1,10 @@ -# Copyright 2018-2020 Akretion France (http://www.akretion.com) +# Copyright 2018-2022 Akretion France (http://www.akretion.com) # @author Alexis de Lattre # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl). { "name": "Product Harmonized System Codes - Delivery", - "version": "14.0.1.2.0", + "version": "15.0.1.0.0", "category": "Reporting", "license": "AGPL-3", "summary": "Hide native hs_code field provided by the delivery module", diff --git a/product_harmonized_system_delivery/models/__init__.py b/product_harmonized_system_delivery/models/__init__.py index 9649db7..e8fa8f6 100644 --- a/product_harmonized_system_delivery/models/__init__.py +++ b/product_harmonized_system_delivery/models/__init__.py @@ -1 +1 @@ -from . import product +from . import product_template diff --git a/product_harmonized_system_delivery/models/product.py b/product_harmonized_system_delivery/models/product_template.py similarity index 87% rename from product_harmonized_system_delivery/models/product.py rename to product_harmonized_system_delivery/models/product_template.py index eab6887..fd0b144 100644 --- a/product_harmonized_system_delivery/models/product.py +++ b/product_harmonized_system_delivery/models/product_template.py @@ -1,4 +1,4 @@ -# Copyright 2017 Camptocamp SA +# Copyright 2017-2022 Camptocamp SA # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html). from odoo import fields, models diff --git a/product_harmonized_system_delivery/views/product_template.xml b/product_harmonized_system_delivery/views/product_template.xml index 2b068b3..44566bb 100644 --- a/product_harmonized_system_delivery/views/product_template.xml +++ b/product_harmonized_system_delivery/views/product_template.xml @@ -1,6 +1,6 @@