diff --git a/README.md b/README.md
index a1264a6dc..74cef2acb 100644
--- a/README.md
+++ b/README.md
@@ -22,6 +22,7 @@ Available addons
addon | version | maintainers | summary
--- | --- | --- | ---
[account_banking_mandate](account_banking_mandate/) | 17.0.1.0.1 | | Banking mandates
+[account_banking_mandate_contact](account_banking_mandate_contact/) | 17.0.1.0.1 | | Assign specific banking mandates in contact level
[account_banking_mandate_sale](account_banking_mandate_sale/) | 17.0.1.0.0 | [](https://github.com/alexis-via) | Adds mandates on sale orders
[account_banking_pain_base](account_banking_pain_base/) | 17.0.1.0.0 | | Base module for PAIN file generation
[account_banking_sepa_credit_transfer](account_banking_sepa_credit_transfer/) | 17.0.1.0.1 | | Create SEPA XML files for Credit Transfers
diff --git a/account_banking_mandate_contact/README.rst b/account_banking_mandate_contact/README.rst
index d48b22a12..007281e1f 100644
--- a/account_banking_mandate_contact/README.rst
+++ b/account_banking_mandate_contact/README.rst
@@ -7,7 +7,7 @@ Account Banking Mandate Contact
!! This file is generated by oca-gen-addon-readme !!
!! changes will be overwritten. !!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
- !! source digest: sha256:e64a6ce44499395afe175300e7c9551d1ea8bdd1263b8fc251600675ee2e07c9
+ !! source digest: sha256:a94c7e79b6e4981698e5c2bd8a1e7d4f6b1d3a976c512da74ac808f0ddd344dc
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
.. |badge1| image:: https://img.shields.io/badge/maturity-Production%2FStable-green.png
diff --git a/account_banking_mandate_contact/static/description/index.html b/account_banking_mandate_contact/static/description/index.html
index 764e1bf7d..158c34f56 100644
--- a/account_banking_mandate_contact/static/description/index.html
+++ b/account_banking_mandate_contact/static/description/index.html
@@ -8,11 +8,10 @@
/*
:Author: David Goodger (goodger@python.org)
-:Id: $Id: html4css1.css 9511 2024-01-13 09:50:07Z milde $
+:Id: $Id: html4css1.css 8954 2022-01-20 10:10:25Z 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.
@@ -275,7 +274,7 @@ pre.literal-block, pre.doctest-block, pre.math, pre.code {
margin-left: 2em ;
margin-right: 2em }
-pre.code .ln { color: gray; } /* line numbers */
+pre.code .ln { color: grey; } /* 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 }
@@ -301,7 +300,7 @@ span.option {
span.pre {
white-space: pre }
-span.problematic, pre.problematic {
+span.problematic {
color: red }
span.section-subtitle {
@@ -367,7 +366,7 @@ ul.auto-toc {
!! This file is generated by oca-gen-addon-readme !!
!! changes will be overwritten. !!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
-!! source digest: sha256:e64a6ce44499395afe175300e7c9551d1ea8bdd1263b8fc251600675ee2e07c9
+!! source digest: sha256:a94c7e79b6e4981698e5c2bd8a1e7d4f6b1d3a976c512da74ac808f0ddd344dc
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->
This module allows to select a specific banking mandate (and thus, a
@@ -439,9 +438,7 @@ 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/pyproject.toml b/setup/_metapackage/pyproject.toml
index 8f99576cd..5bfea9681 100644
--- a/setup/_metapackage/pyproject.toml
+++ b/setup/_metapackage/pyproject.toml
@@ -1,8 +1,9 @@
[project]
name = "odoo-addons-oca-bank-payment"
-version = "17.0.20240508.0"
+version = "17.0.20240523.0"
dependencies = [
"odoo-addon-account_banking_mandate>=17.0dev,<17.1dev",
+ "odoo-addon-account_banking_mandate_contact>=17.0dev,<17.1dev",
"odoo-addon-account_banking_mandate_sale>=17.0dev,<17.1dev",
"odoo-addon-account_banking_pain_base>=17.0dev,<17.1dev",
"odoo-addon-account_banking_sepa_credit_transfer>=17.0dev,<17.1dev",