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
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",