From f6f2aa87c99d7881f76dca07db5de7e1714fba4f Mon Sep 17 00:00:00 2001 From: mreficent Date: Tue, 29 Sep 2020 16:09:58 +0200 Subject: [PATCH] [MIG] hs_code_link: Migration to 13.0 --- hs_code_link/README.rst | 2 +- hs_code_link/__manifest__.py | 2 +- hs_code_link/i18n/hs_code_link.pot | 2 +- hs_code_link/readme/CONTRIBUTORS.rst | 1 + hs_code_link/readme/DESCRIPTION.rst | 6 ++++++ hs_code_link/readme/INSTALL.rst | 4 ++++ 6 files changed, 14 insertions(+), 3 deletions(-) create mode 100644 hs_code_link/readme/CONTRIBUTORS.rst create mode 100644 hs_code_link/readme/DESCRIPTION.rst create mode 100644 hs_code_link/readme/INSTALL.rst diff --git a/hs_code_link/README.rst b/hs_code_link/README.rst index 12f54a4..049dc49 100644 --- a/hs_code_link/README.rst +++ b/hs_code_link/README.rst @@ -23,7 +23,7 @@ Credits Images ------ -* Odoo Community Association: `Icon `_. +* Odoo Community Association: `Icon `_. Contributors ------------ diff --git a/hs_code_link/__manifest__.py b/hs_code_link/__manifest__.py index af67e42..dbd3662 100644 --- a/hs_code_link/__manifest__.py +++ b/hs_code_link/__manifest__.py @@ -2,7 +2,7 @@ # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl). { "name": "HS Code Link", - "version": "10.0.1.0.0", + "version": "13.0.1.0.0", "depends": ["product_harmonized_system", "delivery"], "author": "Camptocamp SA, Odoo Community Association (OCA)", "website": "http://www.camptocamp.com", diff --git a/hs_code_link/i18n/hs_code_link.pot b/hs_code_link/i18n/hs_code_link.pot index 4ac3a4f..a40034d 100644 --- a/hs_code_link/i18n/hs_code_link.pot +++ b/hs_code_link/i18n/hs_code_link.pot @@ -4,7 +4,7 @@ # msgid "" msgstr "" -"Project-Id-Version: Odoo Server 10.0\n" +"Project-Id-Version: Odoo Server 13.0\n" "Report-Msgid-Bugs-To: \n" "Last-Translator: <>\n" "Language-Team: \n" diff --git a/hs_code_link/readme/CONTRIBUTORS.rst b/hs_code_link/readme/CONTRIBUTORS.rst new file mode 100644 index 0000000..fcb7aaa --- /dev/null +++ b/hs_code_link/readme/CONTRIBUTORS.rst @@ -0,0 +1 @@ +* Denis Leemann diff --git a/hs_code_link/readme/DESCRIPTION.rst b/hs_code_link/readme/DESCRIPTION.rst new file mode 100644 index 0000000..eb305df --- /dev/null +++ b/hs_code_link/readme/DESCRIPTION.rst @@ -0,0 +1,6 @@ +Odoo added a field char field `hs_code` in the delivery module. +It results in a duplicate field from `product_harmonized_system` and it can be +seen twice in the `product.template` form view. + +The goal of this module is to hide Odoo's field in the form and make it related +to the OCA's one if it is used elsewhere. diff --git a/hs_code_link/readme/INSTALL.rst b/hs_code_link/readme/INSTALL.rst new file mode 100644 index 0000000..b7ee54c --- /dev/null +++ b/hs_code_link/readme/INSTALL.rst @@ -0,0 +1,4 @@ +This module is set as auto_install if the following modules are installed: + +* product_harmonized_system +* delivery