[MIG] hs_code_link: Migration to 13.0

This commit is contained in:
mreficent
2020-09-29 16:09:58 +02:00
parent a456fece35
commit f6f2aa87c9
6 changed files with 14 additions and 3 deletions

View File

@@ -0,0 +1 @@
* Denis Leemann <denis.leemann@camptocamp.com>

View File

@@ -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.

View File

@@ -0,0 +1,4 @@
This module is set as auto_install if the following modules are installed:
* product_harmonized_system
* delivery