diff --git a/product_harmonized_system_delivery/__manifest__.py b/product_harmonized_system_delivery/__manifest__.py index ae7c23a..c71a46b 100644 --- a/product_harmonized_system_delivery/__manifest__.py +++ b/product_harmonized_system_delivery/__manifest__.py @@ -4,13 +4,12 @@ { "name": "Product Harmonized System Codes - Delivery", - "version": "12.0.1.0.0", + "version": "13.0.1.0.0", "category": "Reporting", "license": "AGPL-3", - "summary": "Hide native hs_code field provided by the delivery_hs_code " - "module", + "summary": "Hide native hs_code field provided by the delivery module", "author": "Akretion, Odoo Community Association (OCA)", - "depends": ["delivery_hs_code", "product_harmonized_system"], + "depends": ["delivery", "product_harmonized_system"], "data": ["views/product_template.xml"], "installable": True, "auto_install": True, diff --git a/product_harmonized_system_delivery/readme/CONTRIBUTORS.rst b/product_harmonized_system_delivery/readme/CONTRIBUTORS.rst index ff65d68..4384162 100644 --- a/product_harmonized_system_delivery/readme/CONTRIBUTORS.rst +++ b/product_harmonized_system_delivery/readme/CONTRIBUTORS.rst @@ -1 +1,2 @@ * Alexis de Lattre +* Guewen Baconnier diff --git a/product_harmonized_system_delivery/readme/DESCRIPTION.rst b/product_harmonized_system_delivery/readme/DESCRIPTION.rst index d625c6a..bd2bc9e 100644 --- a/product_harmonized_system_delivery/readme/DESCRIPTION.rst +++ b/product_harmonized_system_delivery/readme/DESCRIPTION.rst @@ -1 +1 @@ -The OCA module *product_harmonized_system* adds a many2one field *hs_code_id* on product templates that points to an *H.S. Code* object. But the *delivery_hs_code* module from the official addons (an auto-install module that depends on *delivery*) adds a char field *hs_code* on product templates, which has the same purpose, but we can't use it because we need structured data for H.S. codes. This module hides the *hs_code* field added by the *delivery_hs_code* module, to avoid confusion. +The OCA module *product_harmonized_system* adds a many2one field *hs_code_id* on product templates that points to an *H.S. Code* object. But the *delivery* module from the official addons (an auto-install module that depends on *delivery*) adds a char field *hs_code* on product templates, which has the same purpose, but we can't use it because we need structured data for H.S. codes. This module hides the *hs_code* field added by the *delivery* module, to avoid confusion. diff --git a/product_harmonized_system_delivery/views/product_template.xml b/product_harmonized_system_delivery/views/product_template.xml index 13df8dd..d9a6695 100644 --- a/product_harmonized_system_delivery/views/product_template.xml +++ b/product_harmonized_system_delivery/views/product_template.xml @@ -11,7 +11,7 @@ hide_native_hs_code_field.product.template.form product.template - + 1