diff --git a/README.md b/README.md index a8309182a7b..6b4ab411306 100644 --- a/README.md +++ b/README.md @@ -23,6 +23,7 @@ addon | version | maintainers | summary --- | --- | --- | --- [base_multi_company](base_multi_company/) | 17.0.1.0.0 | [![pedrobaeza](https://github.com/pedrobaeza.png?size=30px)](https://github.com/pedrobaeza) | Provides a base for adding multi-company support to models. [mail_multicompany](mail_multicompany/) | 17.0.1.0.0 | [![luisg123v](https://github.com/luisg123v.png?size=30px)](https://github.com/luisg123v) | Email Gateway Multi company +[product_tax_multicompany_default](product_tax_multicompany_default/) | 17.0.1.0.0 | [![Shide](https://github.com/Shide.png?size=30px)](https://github.com/Shide) | Product Tax Multi Company Default [//]: # (end addons) diff --git a/product_tax_multicompany_default/README.rst b/product_tax_multicompany_default/README.rst index 3f535584012..7adbb84c382 100644 --- a/product_tax_multicompany_default/README.rst +++ b/product_tax_multicompany_default/README.rst @@ -7,7 +7,7 @@ Product Tax Multi Company Default !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! - !! source digest: sha256:eaa359af75bda08b4b053eb3ba924d5c21a8d4b2a07d1e76e151e74940ec380b + !! source digest: sha256:9754e5fe5a17246d3dcbb1677fb59090a7e43a4c9f7df455ee968461f3abfbac !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! .. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png diff --git a/product_tax_multicompany_default/static/description/index.html b/product_tax_multicompany_default/static/description/index.html index 81551484189..474658b2e41 100644 --- a/product_tax_multicompany_default/static/description/index.html +++ b/product_tax_multicompany_default/static/description/index.html @@ -367,7 +367,7 @@

Product Tax Multi Company Default

!! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -!! source digest: sha256:eaa359af75bda08b4b053eb3ba924d5c21a8d4b2a07d1e76e151e74940ec380b +!! source digest: sha256:9754e5fe5a17246d3dcbb1677fb59090a7e43a4c9f7df455ee968461f3abfbac !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->

Beta License: AGPL-3 OCA/multi-company Translate me on Weblate Try me on Runboat

This module sets the default company taxes for all the existing diff --git a/setup/_metapackage/pyproject.toml b/setup/_metapackage/pyproject.toml index e0d02b926c2..417dce950ff 100644 --- a/setup/_metapackage/pyproject.toml +++ b/setup/_metapackage/pyproject.toml @@ -1,9 +1,10 @@ [project] name = "odoo-addons-oca-multi-company" -version = "17.0.20240725.0" +version = "17.0.20240731.0" dependencies = [ "odoo-addon-base_multi_company>=17.0dev,<17.1dev", "odoo-addon-mail_multicompany>=17.0dev,<17.1dev", + "odoo-addon-product_tax_multicompany_default>=17.0dev,<17.1dev", ] classifiers=[ "Programming Language :: Python",