diff --git a/README.md b/README.md
index 7bca452f3..929f17fbc 100644
--- a/README.md
+++ b/README.md
@@ -26,11 +26,11 @@ addon | version | maintainers | summary
[account_banking_mandate_sale](account_banking_mandate_sale/) | 16.0.1.0.0 | [](https://github.com/alexis-via) | Adds mandates on sale orders
[account_banking_mandate_sale_contact](account_banking_mandate_sale_contact/) | 16.0.1.0.1 | [](https://github.com/tisho99) | Add a specific contact mandate to sale orders
[account_banking_pain_base](account_banking_pain_base/) | 16.0.1.2.1 | | Base module for PAIN file generation
-[account_banking_sepa_credit_transfer](account_banking_sepa_credit_transfer/) | 16.0.1.1.2 | | Create SEPA XML files for Credit Transfers
-[account_banking_sepa_direct_debit](account_banking_sepa_direct_debit/) | 16.0.1.4.2 | | Create SEPA files for Direct Debit
+[account_banking_sepa_credit_transfer](account_banking_sepa_credit_transfer/) | 16.0.1.1.3 | | Create SEPA XML files for Credit Transfers
+[account_banking_sepa_direct_debit](account_banking_sepa_direct_debit/) | 16.0.1.4.3 | | Create SEPA files for Direct Debit
[account_payment_method_fs_storage](account_payment_method_fs_storage/) | 16.0.1.0.2 | | Add the possibility to specify on the payment method, a storage where files generated will be pushed to upon payment
[account_payment_mode](account_payment_mode/) | 16.0.1.2.0 | | Account Payment Mode
-[account_payment_order](account_payment_order/) | 16.0.1.11.2 | | Account Payment Order
+[account_payment_order](account_payment_order/) | 16.0.1.11.3 | | Account Payment Order
[account_payment_order_grouped_output](account_payment_order_grouped_output/) | 16.0.1.0.2 | | Account Payment Order - Generate grouped moves
[account_payment_order_notification](account_payment_order_notification/) | 16.0.1.0.1 | [](https://github.com/victoralmau) | Account Payment Order Notification
[account_payment_order_vendor_email](account_payment_order_vendor_email/) | 16.0.1.0.0 | [](https://github.com/ursais) | Account Payment Order Email
diff --git a/account_banking_sepa_credit_transfer/README.rst b/account_banking_sepa_credit_transfer/README.rst
index bb7201679..84d68eff2 100644
--- a/account_banking_sepa_credit_transfer/README.rst
+++ b/account_banking_sepa_credit_transfer/README.rst
@@ -7,7 +7,7 @@ Account Banking SEPA Credit Transfer
!! This file is generated by oca-gen-addon-readme !!
!! changes will be overwritten. !!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
- !! source digest: sha256:ffb5a35058f390ef7dfaba01c1e2e248178e91e517d32ecabe980f9dc2e1d33c
+ !! source digest: sha256:e5b2dfa1ba25c631d8a38bba91774addb1592c13f82aa12ac70fd35ca69162f7
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
.. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png
diff --git a/account_banking_sepa_credit_transfer/__manifest__.py b/account_banking_sepa_credit_transfer/__manifest__.py
index d6eadd7fa..b2d375d89 100644
--- a/account_banking_sepa_credit_transfer/__manifest__.py
+++ b/account_banking_sepa_credit_transfer/__manifest__.py
@@ -6,7 +6,7 @@
{
"name": "Account Banking SEPA Credit Transfer",
"summary": "Create SEPA XML files for Credit Transfers",
- "version": "16.0.1.1.2",
+ "version": "16.0.1.1.3",
"license": "AGPL-3",
"author": "Akretion, Tecnativa, Odoo Community Association (OCA)",
"website": "https://github.com/OCA/bank-payment",
diff --git a/account_banking_sepa_credit_transfer/static/description/index.html b/account_banking_sepa_credit_transfer/static/description/index.html
index 232c0bd75..0793de944 100644
--- a/account_banking_sepa_credit_transfer/static/description/index.html
+++ b/account_banking_sepa_credit_transfer/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:ffb5a35058f390ef7dfaba01c1e2e248178e91e517d32ecabe980f9dc2e1d33c
+!! source digest: sha256:e5b2dfa1ba25c631d8a38bba91774addb1592c13f82aa12ac70fd35ca69162f7
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->
Module to export payment orders in SEPA XML file format.
@@ -475,7 +476,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/account_banking_sepa_direct_debit/README.rst b/account_banking_sepa_direct_debit/README.rst
index 07fdfa406..ed3bf9267 100644
--- a/account_banking_sepa_direct_debit/README.rst
+++ b/account_banking_sepa_direct_debit/README.rst
@@ -7,7 +7,7 @@ Account Banking SEPA Direct Debit
!! This file is generated by oca-gen-addon-readme !!
!! changes will be overwritten. !!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
- !! source digest: sha256:c91164b05ed4d85e7d5381c48fafac0a06c0a051548eb76e23116b347b07deb5
+ !! source digest: sha256:0f1b961fafdbd3942215640f0eafe27483d14cd6dc1ba5a820e0f7dbb68a0ee7
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
.. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png
diff --git a/account_banking_sepa_direct_debit/__manifest__.py b/account_banking_sepa_direct_debit/__manifest__.py
index 2de6353c3..718133649 100644
--- a/account_banking_sepa_direct_debit/__manifest__.py
+++ b/account_banking_sepa_direct_debit/__manifest__.py
@@ -7,7 +7,7 @@
{
"name": "Account Banking SEPA Direct Debit",
"summary": "Create SEPA files for Direct Debit",
- "version": "16.0.1.4.2",
+ "version": "16.0.1.4.3",
"license": "AGPL-3",
"author": "Akretion, Tecnativa, Odoo Community Association (OCA)",
"website": "https://github.com/OCA/bank-payment",
diff --git a/account_banking_sepa_direct_debit/static/description/index.html b/account_banking_sepa_direct_debit/static/description/index.html
index fae536872..f2e6137a7 100644
--- a/account_banking_sepa_direct_debit/static/description/index.html
+++ b/account_banking_sepa_direct_debit/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:c91164b05ed4d85e7d5381c48fafac0a06c0a051548eb76e23116b347b07deb5
+!! source digest: sha256:0f1b961fafdbd3942215640f0eafe27483d14cd6dc1ba5a820e0f7dbb68a0ee7
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->

Create SEPA files for Direct Debit
@@ -480,7 +481,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/account_payment_order/README.rst b/account_payment_order/README.rst
index a05a86476..80ea2d2ce 100644
--- a/account_payment_order/README.rst
+++ b/account_payment_order/README.rst
@@ -7,7 +7,7 @@ Account Payment Order
!! This file is generated by oca-gen-addon-readme !!
!! changes will be overwritten. !!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
- !! source digest: sha256:c9ba041871a84b9b0ebdb2a0aee3e41a63424304215b5d9479b75e8638c64c4d
+ !! source digest: sha256:1c7dbd7a8ef8da5f4be41f6020383c07c527303eff91286589052a7a624ae692
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
.. |badge1| image:: https://img.shields.io/badge/maturity-Mature-brightgreen.png
diff --git a/account_payment_order/__manifest__.py b/account_payment_order/__manifest__.py
index 242fa559d..dcb24f402 100644
--- a/account_payment_order/__manifest__.py
+++ b/account_payment_order/__manifest__.py
@@ -9,7 +9,7 @@
{
"name": "Account Payment Order",
- "version": "16.0.1.11.2",
+ "version": "16.0.1.11.3",
"license": "AGPL-3",
"author": "ACSONE SA/NV, "
"Therp BV, "
diff --git a/account_payment_order/static/description/index.html b/account_payment_order/static/description/index.html
index a65616a1c..d228736d2 100644
--- a/account_payment_order/static/description/index.html
+++ b/account_payment_order/static/description/index.html
@@ -367,7 +367,7 @@ ul.auto-toc {
!! This file is generated by oca-gen-addon-readme !!
!! changes will be overwritten. !!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
-!! source digest: sha256:c9ba041871a84b9b0ebdb2a0aee3e41a63424304215b5d9479b75e8638c64c4d
+!! source digest: sha256:1c7dbd7a8ef8da5f4be41f6020383c07c527303eff91286589052a7a624ae692
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->

This module adds support for payment orders and debit orders.