diff --git a/README.md b/README.md index ed0cf0c6c..ee08bf2ec 100644 --- a/README.md +++ b/README.md @@ -25,6 +25,7 @@ addon | version | maintainers | summary [account_move_line_purchase_info](account_move_line_purchase_info/) | 17.0.1.0.0 | | Introduces the purchase order line to the journal items [account_move_print](account_move_print/) | 17.0.1.0.0 | [![JordiBForgeFlow](https://github.com/JordiBForgeFlow.png?size=30px)](https://github.com/JordiBForgeFlow) | Adds the option to print Journal Entries [account_move_template](account_move_template/) | 17.0.1.0.0 | | Templates for recurring Journal Entries +[account_tax_repartition_line_tax_group_account](account_tax_repartition_line_tax_group_account/) | 17.0.1.0.0 | | Set a default account from tax group to tax repartition lines [account_usability](account_usability/) | 17.0.1.0.0 | [![legalsylvain](https://github.com/legalsylvain.png?size=30px)](https://github.com/legalsylvain) | Adds missing menu entries for Account module and adds the option to enable Saxon Accounting [//]: # (end addons) diff --git a/account_tax_repartition_line_tax_group_account/README.rst b/account_tax_repartition_line_tax_group_account/README.rst index 1994402fa..296ad4448 100644 --- a/account_tax_repartition_line_tax_group_account/README.rst +++ b/account_tax_repartition_line_tax_group_account/README.rst @@ -7,7 +7,7 @@ Account Tax Repartition Line Tax Group Account !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! - !! source digest: sha256:ded001a0600f0c04bdbdf29ed1b7fd890bd7e12c4fff336b57bdd711153b8848 + !! source digest: sha256:288c0650b4b87feed8e1c4e25b07cde3d82fd0e64d97644747b1969731bf8c0e !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! .. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png diff --git a/account_tax_repartition_line_tax_group_account/static/description/index.html b/account_tax_repartition_line_tax_group_account/static/description/index.html index 217dd2f0b..9dac36a75 100644 --- a/account_tax_repartition_line_tax_group_account/static/description/index.html +++ b/account_tax_repartition_line_tax_group_account/static/description/index.html @@ -1,4 +1,3 @@ - @@ -367,7 +366,7 @@ ul.auto-toc { !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -!! source digest: sha256:ded001a0600f0c04bdbdf29ed1b7fd890bd7e12c4fff336b57bdd711153b8848 +!! source digest: sha256:288c0650b4b87feed8e1c4e25b07cde3d82fd0e64d97644747b1969731bf8c0e !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->

Beta License: LGPL-3 OCA/account-financial-tools Translate me on Weblate Try me on Runboat

This module allows to set up an account in tax repartition lines based diff --git a/setup/_metapackage/pyproject.toml b/setup/_metapackage/pyproject.toml index 39136e886..e76a9cf94 100644 --- a/setup/_metapackage/pyproject.toml +++ b/setup/_metapackage/pyproject.toml @@ -1,11 +1,12 @@ [project] name = "odoo-addons-oca-account-financial-tools" -version = "17.0.20240320.0" +version = "17.0.20240320.1" dependencies = [ "odoo-addon-account_move_budget>=17.0dev,<17.1dev", "odoo-addon-account_move_line_purchase_info>=17.0dev,<17.1dev", "odoo-addon-account_move_print>=17.0dev,<17.1dev", "odoo-addon-account_move_template>=17.0dev,<17.1dev", + "odoo-addon-account_tax_repartition_line_tax_group_account>=17.0dev,<17.1dev", "odoo-addon-account_usability>=17.0dev,<17.1dev", ] classifiers=[