diff --git a/product_harmonized_system/README.rst b/product_harmonized_system/README.rst index 4b07043..586b40f 100644 --- a/product_harmonized_system/README.rst +++ b/product_harmonized_system/README.rst @@ -17,24 +17,33 @@ Product Harmonized System Codes :target: http://www.gnu.org/licenses/agpl-3.0-standalone.html :alt: License: AGPL-3 .. |badge3| image:: https://img.shields.io/badge/github-OCA%2Fintrastat--extrastat-lightgray.png?logo=github - :target: https://github.com/OCA/intrastat-extrastat/tree/16.0/product_harmonized_system + :target: https://github.com/OCA/intrastat-extrastat/tree/17.0/product_harmonized_system :alt: OCA/intrastat-extrastat .. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png - :target: https://translation.odoo-community.org/projects/intrastat-extrastat-16-0/intrastat-extrastat-16-0-product_harmonized_system + :target: https://translation.odoo-community.org/projects/intrastat-extrastat-17-0/intrastat-extrastat-17-0-product_harmonized_system :alt: Translate me on Weblate .. |badge5| image:: https://img.shields.io/badge/runboat-Try%20me-875A7B.png - :target: https://runboat.odoo-community.org/builds?repo=OCA/intrastat-extrastat&target_branch=16.0 + :target: https://runboat.odoo-community.org/builds?repo=OCA/intrastat-extrastat&target_branch=17.0 :alt: Try me on Runboat |badge1| |badge2| |badge3| |badge4| |badge5| -This module contains the objects for Harmonised System Codes (H.S. codes). The full nomenclature is available from the `World Customs Organisation `. These codes are usually required on the Proforma invoices that are attached to the packages that are shipped abroad. +This module contains the objects for Harmonised System Codes (H.S. +codes). The full nomenclature is available from the World Customs +Organisation . These codes are usually required +on the Proforma invoices that are attached to the packages that are +shipped abroad. -This module also handles the local/national extensions to the H.S. codes. The import of the full nomenclature is not provided by this module; it should be provided by localization modules. +This module also handles the local/national extensions to the H.S. +codes. The import of the full nomenclature is not provided by this +module; it should be provided by localization modules. -You will also be able to configure the *country of origin* of a product, which is often required on the proforma invoice for the customs. +You will also be able to configure the *country of origin* of a product, +which is often required on the proforma invoice for the customs. -This module should be usefull for all companies that export physical goods abroad. This module is also used by the Intrastat modules for the European Union, cf the *intrastat_product* module. +This module should be usefull for all companies that export physical +goods abroad. This module is also used by the Intrastat modules for the +European Union, cf the *intrastat_product* module. **Table of contents** @@ -44,14 +53,22 @@ This module should be usefull for all companies that export physical goods abroa Installation ============ -This module is NOT compatible with the *account_intrastat* module from Odoo Enterprise. +This module is NOT compatible with the *account_intrastat* module from +Odoo Enterprise. Usage ===== -As this module only depends on the *product* module and that module doesn't provide any menu entry, this module lacks a menu entry for H.S. Codes. A menu entry for H.S. codes is provided by the module *product_harmonized_system_stock*. +As this module only depends on the *product* module and that module +doesn't provide any menu entry, this module lacks a menu entry for H.S. +Codes. A menu entry for H.S. codes is provided by the module +*product_harmonized_system_stock*. -Once the H.S. codes are created, you will be able to set the H.S. code on a product (under the *Information* tab) or on a product category. On the product form, you will also be able to set the *Country of Origin* of a product (for example, if the product is *made in China*, select *China* as *Country of Origin*). +Once the H.S. codes are created, you will be able to set the H.S. code +on a product (under the *Information* tab) or on a product category. On +the product form, you will also be able to set the *Country of Origin* +of a product (for example, if the product is *made in China*, select +*China* as *Country of Origin*). Bug Tracker =========== @@ -59,7 +76,7 @@ Bug Tracker 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 to smash it by providing a detailed and welcomed -`feedback `_. +`feedback `_. Do not contact contributors directly about support or help with technical issues. @@ -67,21 +84,21 @@ Credits ======= Authors -~~~~~~~ +------- * brain-tec AG * Akretion * Noviat Contributors -~~~~~~~~~~~~ +------------ -* Alexis de Lattre, Akretion -* Luc De Meyer, Noviat -* Kumar Aberer, brain-tec AG +- Alexis de Lattre, Akretion +- Luc De Meyer, Noviat +- Kumar Aberer, brain-tec AG Maintainers -~~~~~~~~~~~ +----------- This module is maintained by the OCA. @@ -104,6 +121,6 @@ Current `maintainers `__: |maintainer-alexis-via| |maintainer-luc-demeyer| -This module is part of the `OCA/intrastat-extrastat `_ project on GitHub. +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. diff --git a/product_harmonized_system/pyproject.toml b/product_harmonized_system/pyproject.toml new file mode 100644 index 0000000..4231d0c --- /dev/null +++ b/product_harmonized_system/pyproject.toml @@ -0,0 +1,3 @@ +[build-system] +requires = ["whool"] +build-backend = "whool.buildapi" diff --git a/product_harmonized_system/readme/CONTRIBUTORS.md b/product_harmonized_system/readme/CONTRIBUTORS.md new file mode 100644 index 0000000..d9b0d07 --- /dev/null +++ b/product_harmonized_system/readme/CONTRIBUTORS.md @@ -0,0 +1,3 @@ +- Alexis de Lattre, Akretion \<\> +- Luc De Meyer, Noviat \<\> +- Kumar Aberer, brain-tec AG \<\> diff --git a/product_harmonized_system/readme/CONTRIBUTORS.rst b/product_harmonized_system/readme/CONTRIBUTORS.rst deleted file mode 100644 index 439f3b3..0000000 --- a/product_harmonized_system/readme/CONTRIBUTORS.rst +++ /dev/null @@ -1,3 +0,0 @@ -* Alexis de Lattre, Akretion -* Luc De Meyer, Noviat -* Kumar Aberer, brain-tec AG diff --git a/product_harmonized_system/readme/DESCRIPTION.md b/product_harmonized_system/readme/DESCRIPTION.md new file mode 100644 index 0000000..321b5ac --- /dev/null +++ b/product_harmonized_system/readme/DESCRIPTION.md @@ -0,0 +1,16 @@ +This module contains the objects for Harmonised System Codes (H.S. +codes). The full nomenclature is available from the World Customs +Organisation \. These codes are usually +required on the Proforma invoices that are attached to the packages that +are shipped abroad. + +This module also handles the local/national extensions to the H.S. +codes. The import of the full nomenclature is not provided by this +module; it should be provided by localization modules. + +You will also be able to configure the *country of origin* of a product, +which is often required on the proforma invoice for the customs. + +This module should be usefull for all companies that export physical +goods abroad. This module is also used by the Intrastat modules for the +European Union, cf the *intrastat_product* module. diff --git a/product_harmonized_system/readme/DESCRIPTION.rst b/product_harmonized_system/readme/DESCRIPTION.rst deleted file mode 100644 index 10aa1e8..0000000 --- a/product_harmonized_system/readme/DESCRIPTION.rst +++ /dev/null @@ -1,7 +0,0 @@ -This module contains the objects for Harmonised System Codes (H.S. codes). The full nomenclature is available from the `World Customs Organisation `. These codes are usually required on the Proforma invoices that are attached to the packages that are shipped abroad. - -This module also handles the local/national extensions to the H.S. codes. The import of the full nomenclature is not provided by this module; it should be provided by localization modules. - -You will also be able to configure the *country of origin* of a product, which is often required on the proforma invoice for the customs. - -This module should be usefull for all companies that export physical goods abroad. This module is also used by the Intrastat modules for the European Union, cf the *intrastat_product* module. diff --git a/product_harmonized_system/readme/INSTALL.rst b/product_harmonized_system/readme/INSTALL.md similarity index 72% rename from product_harmonized_system/readme/INSTALL.rst rename to product_harmonized_system/readme/INSTALL.md index 5b11a6a..2227115 100644 --- a/product_harmonized_system/readme/INSTALL.rst +++ b/product_harmonized_system/readme/INSTALL.md @@ -1 +1,2 @@ -This module is NOT compatible with the *account_intrastat* module from Odoo Enterprise. +This module is NOT compatible with the *account_intrastat* module from +Odoo Enterprise. diff --git a/product_harmonized_system/readme/USAGE.md b/product_harmonized_system/readme/USAGE.md new file mode 100644 index 0000000..fec1800 --- /dev/null +++ b/product_harmonized_system/readme/USAGE.md @@ -0,0 +1,10 @@ +As this module only depends on the *product* module and that module +doesn't provide any menu entry, this module lacks a menu entry for H.S. +Codes. A menu entry for H.S. codes is provided by the module +*product_harmonized_system_stock*. + +Once the H.S. codes are created, you will be able to set the H.S. code +on a product (under the *Information* tab) or on a product category. On +the product form, you will also be able to set the *Country of Origin* +of a product (for example, if the product is *made in China*, select +*China* as *Country of Origin*). diff --git a/product_harmonized_system/readme/USAGE.rst b/product_harmonized_system/readme/USAGE.rst deleted file mode 100644 index f3b64a5..0000000 --- a/product_harmonized_system/readme/USAGE.rst +++ /dev/null @@ -1,3 +0,0 @@ -As this module only depends on the *product* module and that module doesn't provide any menu entry, this module lacks a menu entry for H.S. Codes. A menu entry for H.S. codes is provided by the module *product_harmonized_system_stock*. - -Once the H.S. codes are created, you will be able to set the H.S. code on a product (under the *Information* tab) or on a product category. On the product form, you will also be able to set the *Country of Origin* of a product (for example, if the product is *made in China*, select *China* as *Country of Origin*). diff --git a/product_harmonized_system/static/description/index.html b/product_harmonized_system/static/description/index.html index 3d9e07f..f65f7a6 100644 --- a/product_harmonized_system/static/description/index.html +++ b/product_harmonized_system/static/description/index.html @@ -1,3 +1,4 @@ + @@ -368,11 +369,20 @@ ul.auto-toc { !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! !! source digest: sha256:afd00899a20aac3c96a9b21fbcfc0c4a66f1617290ff92124a6b6987e5d9c975 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! --> -

Beta License: AGPL-3 OCA/intrastat-extrastat Translate me on Weblate Try me on Runboat

-

This module contains the objects for Harmonised System Codes (H.S. codes). The full nomenclature is available from the World Customs Organisation <http://www.wcoomd.org/>. These codes are usually required on the Proforma invoices that are attached to the packages that are shipped abroad.

-

This module also handles the local/national extensions to the H.S. codes. The import of the full nomenclature is not provided by this module; it should be provided by localization modules.

-

You will also be able to configure the country of origin of a product, which is often required on the proforma invoice for the customs.

-

This module should be usefull for all companies that export physical goods abroad. This module is also used by the Intrastat modules for the European Union, cf the intrastat_product module.

+

Beta License: AGPL-3 OCA/intrastat-extrastat Translate me on Weblate Try me on Runboat

+

This module contains the objects for Harmonised System Codes (H.S. +codes). The full nomenclature is available from the World Customs +Organisation <http://www.wcoomd.org/>. These codes are usually required +on the Proforma invoices that are attached to the packages that are +shipped abroad.

+

This module also handles the local/national extensions to the H.S. +codes. The import of the full nomenclature is not provided by this +module; it should be provided by localization modules.

+

You will also be able to configure the country of origin of a product, +which is often required on the proforma invoice for the customs.

+

This module should be usefull for all companies that export physical +goods abroad. This module is also used by the Intrastat modules for the +European Union, cf the intrastat_product module.

Table of contents

    @@ -389,19 +399,27 @@ ul.auto-toc {

Installation

-

This module is NOT compatible with the account_intrastat module from Odoo Enterprise.

+

This module is NOT compatible with the account_intrastat module from +Odoo Enterprise.

Usage

-

As this module only depends on the product module and that module doesn’t provide any menu entry, this module lacks a menu entry for H.S. Codes. A menu entry for H.S. codes is provided by the module product_harmonized_system_stock.

-

Once the H.S. codes are created, you will be able to set the H.S. code on a product (under the Information tab) or on a product category. On the product form, you will also be able to set the Country of Origin of a product (for example, if the product is made in China, select China as Country of Origin).

+

As this module only depends on the product module and that module +doesn’t provide any menu entry, this module lacks a menu entry for H.S. +Codes. A menu entry for H.S. codes is provided by the module +product_harmonized_system_stock.

+

Once the H.S. codes are created, you will be able to set the H.S. code +on a product (under the Information tab) or on a product category. On +the product form, you will also be able to set the Country of Origin +of a product (for example, if the product is made in China, select +China as Country of Origin).

Bug Tracker

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 to smash it by providing a detailed and welcomed -feedback.

+feedback.

Do not contact contributors directly about support or help with technical issues.

@@ -431,7 +449,7 @@ mission is to support the collaborative development of Odoo features and promote its widespread use.

Current maintainers:

alexis-via luc-demeyer

-

This module is part of the OCA/intrastat-extrastat project on GitHub.

+

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.