diff --git a/README.md b/README.md index 52ce2d9ca..28e1b0a25 100644 --- a/README.md +++ b/README.md @@ -47,7 +47,7 @@ addon | version | maintainers | summary [account_move_name_sequence](account_move_name_sequence/) | 16.0.1.1.12 | [![alexis-via](https://github.com/alexis-via.png?size=30px)](https://github.com/alexis-via) [![moylop260](https://github.com/moylop260.png?size=30px)](https://github.com/moylop260) [![luisg123v](https://github.com/luisg123v.png?size=30px)](https://github.com/luisg123v) | Generate journal entry number from sequence [account_move_post_date_user](account_move_post_date_user/) | 16.0.1.0.0 | [![JordiMForgeFlow](https://github.com/JordiMForgeFlow.png?size=30px)](https://github.com/JordiMForgeFlow) | Trace journal entry posting date and user. [account_move_print](account_move_print/) | 16.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/) | 16.0.1.0.0 | | Templates for recurring Journal Entries +[account_move_template](account_move_template/) | 16.0.1.0.1 | | Templates for recurring Journal Entries [account_netting](account_netting/) | 16.0.1.0.0 | | Compensate AR/AP accounts from the same partner [account_partner_required](account_partner_required/) | 16.0.1.0.0 | [![alexis-via](https://github.com/alexis-via.png?size=30px)](https://github.com/alexis-via) | Adds an option 'partner policy' on accounts [account_spread_cost_revenue](account_spread_cost_revenue/) | 16.0.1.0.1 | | Spread costs and revenues over a custom period diff --git a/account_move_template/README.rst b/account_move_template/README.rst index c139f1f41..5e440c0ac 100644 --- a/account_move_template/README.rst +++ b/account_move_template/README.rst @@ -7,7 +7,7 @@ Account Move Template !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! - !! source digest: sha256:34347dc298f9465b955bbe2b251cdb66a8a945f650f447ac04b72f2a0d53734e + !! source digest: sha256:e05493a597586a50227c5640810401a5903f27ed77a95f5bfaf0330d40fe60eb !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! .. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png diff --git a/account_move_template/__manifest__.py b/account_move_template/__manifest__.py index 7794b8b8a..5c5a6174a 100644 --- a/account_move_template/__manifest__.py +++ b/account_move_template/__manifest__.py @@ -5,7 +5,7 @@ { "name": "Account Move Template", - "version": "16.0.1.0.0", + "version": "16.0.1.0.1", "category": "Accounting", "summary": "Templates for recurring Journal Entries", "author": "Agile Business Group, Aurium Technologies, Vauxoo, ForgeFlow, " diff --git a/account_move_template/static/description/index.html b/account_move_template/static/description/index.html index e91248a71..79a03b46d 100644 --- a/account_move_template/static/description/index.html +++ b/account_move_template/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:34347dc298f9465b955bbe2b251cdb66a8a945f650f447ac04b72f2a0d53734e +!! source digest: sha256:e05493a597586a50227c5640810401a5903f27ed77a95f5bfaf0330d40fe60eb !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->

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

The user can configure journal entries templates, useful for recurring entries.