diff --git a/README.md b/README.md index efc29374..145bea80 100644 --- a/README.md +++ b/README.md @@ -23,6 +23,7 @@ addon | version | maintainers | summary --- | --- | --- | --- [product_harmonized_system](product_harmonized_system/) | 18.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 [product_harmonized_system_delivery](product_harmonized_system_delivery/) | 18.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) | Hide native hs_code field provided by the delivery module +[product_harmonized_system_stock](product_harmonized_system_stock/) | 18.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) | Adds a menu entry for H.S. codes [//]: # (end addons) diff --git a/product_harmonized_system_stock/README.rst b/product_harmonized_system_stock/README.rst index 77f6b010..ab688f9b 100644 --- a/product_harmonized_system_stock/README.rst +++ b/product_harmonized_system_stock/README.rst @@ -7,7 +7,7 @@ Product Harmonized System (menu entry) !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! - !! source digest: sha256:e4402c182ee1e0b7b94579856153908b935cfbc3d35a9fbc803bcbe7cac69783 + !! source digest: sha256:cff58018e9b1f6f49fabfab52f536e9f3223ea7e91d1a600a2b405eca97c16c2 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! .. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png diff --git a/product_harmonized_system_stock/static/description/index.html b/product_harmonized_system_stock/static/description/index.html index 51e6733b..c73d516c 100644 --- a/product_harmonized_system_stock/static/description/index.html +++ b/product_harmonized_system_stock/static/description/index.html @@ -367,7 +367,7 @@
This module adds a menu entry for H.S. Codes. This menu entry is diff --git a/setup/_metapackage/pyproject.toml b/setup/_metapackage/pyproject.toml index 1d54a068..eb63f5f9 100644 --- a/setup/_metapackage/pyproject.toml +++ b/setup/_metapackage/pyproject.toml @@ -1,9 +1,10 @@ [project] name = "odoo-addons-oca-intrastat-extrastat" -version = "18.0.20241203.0" +version = "18.0.20241204.0" dependencies = [ "odoo-addon-product_harmonized_system==18.0.*", "odoo-addon-product_harmonized_system_delivery==18.0.*", + "odoo-addon-product_harmonized_system_stock==18.0.*", ] classifiers=[ "Programming Language :: Python",