From d08070cff3239d25f8924a8af416bd2809f0cb10 Mon Sep 17 00:00:00 2001 From: OCA-git-bot Date: Thu, 23 Jan 2025 15:49:15 +0000 Subject: [PATCH] [BOT] post-merge updates --- README.md | 1 + account_in_payment/README.rst | 4 ++-- account_in_payment/static/description/index.html | 2 +- setup/_metapackage/pyproject.toml | 3 ++- 4 files changed, 6 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index d06126f08d..a66dca53af 100644 --- a/README.md +++ b/README.md @@ -21,6 +21,7 @@ Available addons ---------------- addon | version | maintainers | summary --- | --- | --- | --- +[account_in_payment](account_in_payment/) | 17.0.1.0.0 | | This module enables in-payment mode for your accounting [account_mass_reconcile](account_mass_reconcile/) | 17.0.1.0.1 | | Account Mass Reconcile [account_reconcile_model_oca](account_reconcile_model_oca/) | 17.0.1.0.1 | | This includes the logic moved from Odoo Community to Odoo Enterprise [account_reconcile_oca](account_reconcile_oca/) | 17.0.1.5.2 | [![etobella](https://github.com/etobella.png?size=30px)](https://github.com/etobella) | Reconcile addons for Odoo CE accounting diff --git a/account_in_payment/README.rst b/account_in_payment/README.rst index 6c6650fe2b..eddf103242 100644 --- a/account_in_payment/README.rst +++ b/account_in_payment/README.rst @@ -7,7 +7,7 @@ Account In Payment !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! - !! source digest: sha256:f31a0569902b33f0403cc89486dd058cc1ccecaecfe2b9c38d6201d614f55981 + !! source digest: sha256:2e4c7aea89361b82cab7848443695fd61b361683634a38220704d415b35b409c !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! .. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png @@ -58,7 +58,7 @@ Authors Contributors ------------ -- Enric Tobella (``Dixmit ``\ \_\_) +- Enric Tobella (``Dixmit ``\ \_\_) Maintainers ----------- diff --git a/account_in_payment/static/description/index.html b/account_in_payment/static/description/index.html index c16de80fbd..8f357d2db2 100644 --- a/account_in_payment/static/description/index.html +++ b/account_in_payment/static/description/index.html @@ -367,7 +367,7 @@

Account In Payment

!! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -!! source digest: sha256:f31a0569902b33f0403cc89486dd058cc1ccecaecfe2b9c38d6201d614f55981 +!! source digest: sha256:2e4c7aea89361b82cab7848443695fd61b361683634a38220704d415b35b409c !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->

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

This module enables in-payment management for all your accounting.

diff --git a/setup/_metapackage/pyproject.toml b/setup/_metapackage/pyproject.toml index 2fb6af2dea..296ca1f5b9 100644 --- a/setup/_metapackage/pyproject.toml +++ b/setup/_metapackage/pyproject.toml @@ -1,7 +1,8 @@ [project] name = "odoo-addons-oca-account-reconcile" -version = "17.0.20240426.0" +version = "17.0.20250123.0" dependencies = [ + "odoo-addon-account_in_payment>=17.0dev,<17.1dev", "odoo-addon-account_mass_reconcile>=17.0dev,<17.1dev", "odoo-addon-account_reconcile_model_oca>=17.0dev,<17.1dev", "odoo-addon-account_reconcile_oca>=17.0dev,<17.1dev",