From 06b123e079682b13feeb958b1efeacfcbe29673f Mon Sep 17 00:00:00 2001 From: OCA-git-bot Date: Thu, 28 Mar 2024 14:43:16 +0000 Subject: [PATCH] [BOT] post-merge updates --- README.md | 1 + account_move_name_sequence/README.rst | 2 +- account_move_name_sequence/static/description/index.html | 3 +-- setup/_metapackage/pyproject.toml | 3 ++- 4 files changed, 5 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index ee08bf2ec..6116440be 100644 --- a/README.md +++ b/README.md @@ -23,6 +23,7 @@ addon | version | maintainers | summary --- | --- | --- | --- [account_move_budget](account_move_budget/) | 17.0.1.0.0 | | Create Accounting Budgets [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_name_sequence](account_move_name_sequence/) | 17.0.1.0.0 | [![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) [![luisg123v](https://github.com/luisg123v.png?size=30px)](https://github.com/luisg123v) | Generate journal entry number from sequence [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 diff --git a/account_move_name_sequence/README.rst b/account_move_name_sequence/README.rst index aa87a0ca1..193764fc6 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:b06670c2d2d2da46bb2adb03b7c40fd5cd9bf5bfd4000063131334effdb3fe7e + !! source digest: sha256:ed65891e2fa0cdfce0bf0939d65d7ede7768f8cab1909d1a95132242591b570b !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! .. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png diff --git a/account_move_name_sequence/static/description/index.html b/account_move_name_sequence/static/description/index.html index 72838faae..f68cee8c2 100644 --- a/account_move_name_sequence/static/description/index.html +++ b/account_move_name_sequence/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:b06670c2d2d2da46bb2adb03b7c40fd5cd9bf5bfd4000063131334effdb3fe7e +!! source digest: sha256:ed65891e2fa0cdfce0bf0939d65d7ede7768f8cab1909d1a95132242591b570b !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->

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 diff --git a/setup/_metapackage/pyproject.toml b/setup/_metapackage/pyproject.toml index e76a9cf94..7f5e768e6 100644 --- a/setup/_metapackage/pyproject.toml +++ b/setup/_metapackage/pyproject.toml @@ -1,9 +1,10 @@ [project] name = "odoo-addons-oca-account-financial-tools" -version = "17.0.20240320.1" +version = "17.0.20240328.0" 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_name_sequence>=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",