diff --git a/README.md b/README.md
index 7d9f0de1..cbfb25cd 100644
--- a/README.md
+++ b/README.md
@@ -21,6 +21,7 @@ Available addons
----------------
addon | version | maintainers | summary
--- | --- | --- | ---
+[account_in_payment](account_in_payment/) | 16.0.1.0.0 | | This module enables in-payment mode for your accounting
[account_mass_reconcile](account_mass_reconcile/) | 16.0.1.1.1 | | Account Mass Reconcile
[account_move_base_import](account_move_base_import/) | 16.0.1.0.1 | | Journal Entry base import
[account_move_line_reconcile_manual](account_move_line_reconcile_manual/) | 16.0.2.0.0 | [](https://github.com/alexis-via) | Manually reconcile Journal Items
diff --git a/account_in_payment/README.rst b/account_in_payment/README.rst
index 5aa46ebb..cae8f338 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:27e59f268e2e2ed3367855cec9765674bd9fccaa2d2e7bf4a7aa222502802972
+ !! source digest: sha256:f31a0569902b33f0403cc89486dd058cc1ccecaecfe2b9c38d6201d614f55981
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
.. |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 2f5986eb..c23a8a2c 100644
--- a/account_in_payment/static/description/index.html
+++ b/account_in_payment/static/description/index.html
@@ -8,10 +8,11 @@
/*
:Author: David Goodger (goodger@python.org)
-:Id: $Id: html4css1.css 8954 2022-01-20 10:10:25Z milde $
+:Id: $Id: html4css1.css 9511 2024-01-13 09:50:07Z milde $
:Copyright: This stylesheet has been placed in the public domain.
Default cascading style sheet for the HTML output of Docutils.
+Despite the name, some widely supported CSS2 features are used.
See https://docutils.sourceforge.io/docs/howto/html-stylesheets.html for how to
customize this style sheet.
@@ -274,7 +275,7 @@ pre.literal-block, pre.doctest-block, pre.math, pre.code {
margin-left: 2em ;
margin-right: 2em }
-pre.code .ln { color: grey; } /* line numbers */
+pre.code .ln { color: gray; } /* line numbers */
pre.code, code { background-color: #eeeeee }
pre.code .comment, code .comment { color: #5C6576 }
pre.code .keyword, code .keyword { color: #3B0D06; font-weight: bold }
@@ -300,7 +301,7 @@ span.option {
span.pre {
white-space: pre }
-span.problematic {
+span.problematic, pre.problematic {
color: red }
span.section-subtitle {
@@ -366,7 +367,7 @@ ul.auto-toc {
!! This file is generated by oca-gen-addon-readme !!
!! changes will be overwritten. !!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
-!! source digest: sha256:27e59f268e2e2ed3367855cec9765674bd9fccaa2d2e7bf4a7aa222502802972
+!! source digest: sha256:f31a0569902b33f0403cc89486dd058cc1ccecaecfe2b9c38d6201d614f55981
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->
This module enables in-payment management for all your accounting.
@@ -408,7 +409,9 @@ If you spotted it first, help us to smash it by providing a detailed and welcome
This module is maintained by the OCA.
-

+
+
+
OCA, or the Odoo Community Association, is a nonprofit organization whose
mission is to support the collaborative development of Odoo features and
promote its widespread use.
diff --git a/setup/_metapackage/VERSION.txt b/setup/_metapackage/VERSION.txt
index b3355f20..ea80631d 100644
--- a/setup/_metapackage/VERSION.txt
+++ b/setup/_metapackage/VERSION.txt
@@ -1 +1 @@
-16.0.20240402.0
\ No newline at end of file
+16.0.20240814.0
\ No newline at end of file
diff --git a/setup/_metapackage/setup.py b/setup/_metapackage/setup.py
index 344e99e2..9da37276 100644
--- a/setup/_metapackage/setup.py
+++ b/setup/_metapackage/setup.py
@@ -8,6 +8,7 @@ setuptools.setup(
description="Meta package for oca-account-reconcile Odoo addons",
version=version,
install_requires=[
+ 'odoo-addon-account_in_payment>=16.0dev,<16.1dev',
'odoo-addon-account_mass_reconcile>=16.0dev,<16.1dev',
'odoo-addon-account_move_base_import>=16.0dev,<16.1dev',
'odoo-addon-account_move_line_reconcile_manual>=16.0dev,<16.1dev',