diff --git a/README.md b/README.md index 2ef132101..aba9c4ff1 100644 --- a/README.md +++ b/README.md @@ -39,6 +39,7 @@ addon | version | maintainers | summary [account_spread_cost_revenue](account_spread_cost_revenue/) | 17.0.1.0.0 | | Spread costs and revenues over a custom period [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 +[mail_template_substitute_account_move](mail_template_substitute_account_move/) | 17.0.1.0.0 | [![SodexisTeam](https://github.com/SodexisTeam.png?size=30px)](https://github.com/SodexisTeam) | Module to support Mail Template Substitution for Account Move [//]: # (end addons) diff --git a/mail_template_substitute_account_move/README.rst b/mail_template_substitute_account_move/README.rst index dbee9536d..3bfa819f0 100644 --- a/mail_template_substitute_account_move/README.rst +++ b/mail_template_substitute_account_move/README.rst @@ -7,7 +7,7 @@ Mail Template Substitute Account Move !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! - !! source digest: sha256:b0e4bf34d022b96d8821d6a18a6941cd9f6224ce1328a2c899271b4f60c97320 + !! source digest: sha256:baa87bd535624b0d8900d54af10bafe90c2aec16021432686db696f537979582 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! .. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png diff --git a/mail_template_substitute_account_move/static/description/index.html b/mail_template_substitute_account_move/static/description/index.html index 0a4c8624b..a762c6944 100644 --- a/mail_template_substitute_account_move/static/description/index.html +++ b/mail_template_substitute_account_move/static/description/index.html @@ -367,7 +367,7 @@ ul.auto-toc { !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -!! source digest: sha256:b0e4bf34d022b96d8821d6a18a6941cd9f6224ce1328a2c899271b4f60c97320 +!! source digest: sha256:baa87bd535624b0d8900d54af10bafe90c2aec16021432686db696f537979582 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->

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

This module extends the functionality of mail_template_substitute to diff --git a/setup/_metapackage/pyproject.toml b/setup/_metapackage/pyproject.toml index 1a5a91d07..f7f352982 100644 --- a/setup/_metapackage/pyproject.toml +++ b/setup/_metapackage/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "odoo-addons-oca-account-financial-tools" -version = "17.0.20240731.0" +version = "17.0.20240823.0" dependencies = [ "odoo-addon-account_account_tag_code>=17.0dev,<17.1dev", "odoo-addon-account_asset_management>=17.0dev,<17.1dev", @@ -20,6 +20,7 @@ dependencies = [ "odoo-addon-account_spread_cost_revenue>=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", + "odoo-addon-mail_template_substitute_account_move>=17.0dev,<17.1dev", ] classifiers=[ "Programming Language :: Python",