From 58a58ecc8c7fd146666a911f61c060eb46a4de71 Mon Sep 17 00:00:00 2001 From: OCA-git-bot Date: Tue, 23 Apr 2024 02:11:57 +0000 Subject: [PATCH] [BOT] post-merge updates --- README.md | 2 +- account_move_name_sequence/README.rst | 10 +++++----- account_move_name_sequence/__manifest__.py | 2 +- .../static/description/index.html | 4 ++-- 4 files changed, 9 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index 091e0fc62..96a9be9ec 100644 --- a/README.md +++ b/README.md @@ -53,7 +53,7 @@ addon | version | maintainers | summary [account_move_line_residual](account_move_line_residual/) | 15.0.1.0.1 | | Display residual amount in move line view [account_move_line_sale_info](account_move_line_sale_info/) | 15.0.1.0.3 | | Introduces the purchase order line to the journal items [account_move_line_tax_editable](account_move_line_tax_editable/) | 15.0.1.0.2 | | Allows to edit taxes on non-posted account move lines -[account_move_name_sequence](account_move_name_sequence/) | 15.0.1.2.5 | [![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) [![frahikLV](https://github.com/frahikLV.png?size=30px)](https://github.com/frahikLV) | Generate journal entry number from sequence +[account_move_name_sequence](account_move_name_sequence/) | 15.0.1.2.6 | [![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_print](account_move_print/) | 15.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/) | 15.0.1.0.1 | | Templates for recurring Journal Entries [account_move_total_by_account_internal_group](account_move_total_by_account_internal_group/) | 15.0.1.0.0 | | Adds Totals by Account Internal Group in Journal Entries diff --git a/account_move_name_sequence/README.rst b/account_move_name_sequence/README.rst index 33185ecc4..753d846d2 100644 --- a/account_move_name_sequence/README.rst +++ b/account_move_name_sequence/README.rst @@ -7,7 +7,7 @@ Account Move Number Sequence !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! - !! source digest: sha256:a11317734c6fea67178dc222cdd670bf9be8f96635e2be70ea502524ba895f26 + !! source digest: sha256:cda3dfc308b1bac47c4745a519c833b5d591bececb47973b9e27401594c78e46 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! .. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png @@ -150,13 +150,13 @@ promote its widespread use. .. |maintainer-moylop260| image:: https://github.com/moylop260.png?size=40px :target: https://github.com/moylop260 :alt: moylop260 -.. |maintainer-frahikLV| image:: https://github.com/frahikLV.png?size=40px - :target: https://github.com/frahikLV - :alt: frahikLV +.. |maintainer-luisg123v| image:: https://github.com/luisg123v.png?size=40px + :target: https://github.com/luisg123v + :alt: luisg123v Current `maintainers `__: -|maintainer-alexis-via| |maintainer-moylop260| |maintainer-frahikLV| +|maintainer-alexis-via| |maintainer-moylop260| |maintainer-luisg123v| This module is part of the `OCA/account-financial-tools `_ project on GitHub. diff --git a/account_move_name_sequence/__manifest__.py b/account_move_name_sequence/__manifest__.py index 3b83f6e19..1d1677216 100644 --- a/account_move_name_sequence/__manifest__.py +++ b/account_move_name_sequence/__manifest__.py @@ -7,7 +7,7 @@ { "name": "Account Move Number Sequence", - "version": "15.0.1.2.5", + "version": "15.0.1.2.6", "category": "Accounting", "license": "AGPL-3", "summary": "Generate journal entry number from sequence", diff --git a/account_move_name_sequence/static/description/index.html b/account_move_name_sequence/static/description/index.html index 5614923cf..a6dc5c7c2 100644 --- a/account_move_name_sequence/static/description/index.html +++ b/account_move_name_sequence/static/description/index.html @@ -366,7 +366,7 @@ ul.auto-toc { !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -!! source digest: sha256:a11317734c6fea67178dc222cdd670bf9be8f96635e2be70ea502524ba895f26 +!! source digest: sha256:cda3dfc308b1bac47c4745a519c833b5d591bececb47973b9e27401594c78e46 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->

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

In Odoo version 13.0 and previous versions, the number of journal entries was generated from a sequence configured on the journal.

@@ -477,7 +477,7 @@ If you spotted it first, help us to smash it by providing a detailed and welcome mission is to support the collaborative development of Odoo features and promote its widespread use.

Current maintainers:

-

alexis-via moylop260 frahikLV

+

alexis-via moylop260 luisg123v

This module is part of the OCA/account-financial-tools project on GitHub.

You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.