diff --git a/README.md b/README.md index 59c81e0..95ce8c5 100644 --- a/README.md +++ b/README.md @@ -22,6 +22,7 @@ Available addons addon | version | maintainers | summary --- | --- | --- | --- [intrastat_base](intrastat_base/) | 17.0.1.0.0 | [![alexis-via](https://github.com/alexis-via.png?size=30px)](https://github.com/alexis-via) [![luc-demeyer](https://github.com/luc-demeyer.png?size=30px)](https://github.com/luc-demeyer) | Base module for Intrastat reporting +[product_harmonized_system](product_harmonized_system/) | 17.0.1.0.0 | [![alexis-via](https://github.com/alexis-via.png?size=30px)](https://github.com/alexis-via) [![luc-demeyer](https://github.com/luc-demeyer.png?size=30px)](https://github.com/luc-demeyer) | Base module for Product Import/Export reports [//]: # (end addons) diff --git a/product_harmonized_system/README.rst b/product_harmonized_system/README.rst index 586b40f..a885fdc 100644 --- a/product_harmonized_system/README.rst +++ b/product_harmonized_system/README.rst @@ -7,7 +7,7 @@ Product Harmonized System Codes !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! - !! source digest: sha256:afd00899a20aac3c96a9b21fbcfc0c4a66f1617290ff92124a6b6987e5d9c975 + !! source digest: sha256:0cd16bb6b2c05a94c0dda271e92e0ceb3bd726d25244ee9d5eac2cb562c0d99e !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! .. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png diff --git a/product_harmonized_system/static/description/index.html b/product_harmonized_system/static/description/index.html index e7933c5..4107434 100644 --- a/product_harmonized_system/static/description/index.html +++ b/product_harmonized_system/static/description/index.html @@ -366,7 +366,7 @@ ul.auto-toc { !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -!! source digest: sha256:afd00899a20aac3c96a9b21fbcfc0c4a66f1617290ff92124a6b6987e5d9c975 +!! source digest: sha256:0cd16bb6b2c05a94c0dda271e92e0ceb3bd726d25244ee9d5eac2cb562c0d99e !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->

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. diff --git a/setup/_metapackage/pyproject.toml b/setup/_metapackage/pyproject.toml index 2690e36..43dc818 100644 --- a/setup/_metapackage/pyproject.toml +++ b/setup/_metapackage/pyproject.toml @@ -1,8 +1,9 @@ [project] name = "odoo-addons-oca-intrastat-extrastat" -version = "17.0.20240119.0" +version = "17.0.20240314.0" dependencies = [ "odoo-addon-intrastat_base>=17.0dev,<17.1dev", + "odoo-addon-product_harmonized_system>=17.0dev,<17.1dev", ] classifiers=[ "Programming Language :: Python",