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 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.
Since Odoo v16, the delivery module also adds a many2one field country_of_origin, which is similar to the many2one field origin_country_id of the OCA module product_harmonized_system. This module also hides the country_of_origin field added by the delivery module.
Table of contents
Bugs are tracked on GitHub Issues. In case of trouble, please check there if your issue has already been reported. If you spotted it first, help us smashing it by providing a detailed and welcomed feedback.
Do not contact contributors directly about support or help with technical issues.
- Akretion
- Alexis de Lattre <alexis.delattre@akretion.com>
- Guewen Baconnier <guewen.baconnier@camptocamp.com>
This module is maintained by the OCA.
OCA, or the Odoo Community Association, is a nonprofit organization whose mission is to support the collaborative development of Odoo features and promote its widespread use.
Current maintainers:
This module is part of the OCA/intrastat-extrastat project on GitHub.
You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.