diff --git a/README.md b/README.md
index adf0dede6..06612a1bc 100644
--- a/README.md
+++ b/README.md
@@ -34,6 +34,7 @@ addon | version | maintainers | summary
[account_payment_order_grouped_output](account_payment_order_grouped_output/) | 16.0.1.0.3 | | 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_return](account_payment_order_return/) | 16.0.1.0.1 | | Account Payment Order Return
+[account_payment_order_tier_validation](account_payment_order_tier_validation/) | 16.0.1.0.0 | [](https://github.com/marcelsavegnago) | Extends the functionality of Payment Orders to support a tier validation process.
[account_payment_order_vendor_email](account_payment_order_vendor_email/) | 16.0.1.0.0 | [](https://github.com/ursais) | Account Payment Order Email
[account_payment_partner](account_payment_partner/) | 16.0.1.2.4 | | Adds payment mode on partners and invoices
[account_payment_purchase](account_payment_purchase/) | 16.0.2.0.3 | | Adds Bank Account and Payment Mode on Purchase Orders
diff --git a/account_payment_order_tier_validation/README.rst b/account_payment_order_tier_validation/README.rst
index 74347ec00..cd1d2a241 100644
--- a/account_payment_order_tier_validation/README.rst
+++ b/account_payment_order_tier_validation/README.rst
@@ -7,7 +7,7 @@ Account Payment Order Tier Validation
!! This file is generated by oca-gen-addon-readme !!
!! changes will be overwritten. !!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
- !! source digest: sha256:8cf13a04f2dc2ecd1186a024e014ee3b421bbbccbac1799c65ce7070d0417b06
+ !! source digest: sha256:0bf48b202d69b4518406ef6c0016554c7464d8671dfd5e0914a9cdad77611123
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
.. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png
@@ -17,13 +17,13 @@ Account Payment Order Tier Validation
:target: http://www.gnu.org/licenses/agpl-3.0-standalone.html
:alt: License: AGPL-3
.. |badge3| image:: https://img.shields.io/badge/github-OCA%2Fbank--payment-lightgray.png?logo=github
- :target: https://github.com/OCA/bank-payment/tree/14.0/account_payment_order_tier_validation
+ :target: https://github.com/OCA/bank-payment/tree/16.0/account_payment_order_tier_validation
:alt: OCA/bank-payment
.. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png
- :target: https://translation.odoo-community.org/projects/bank-payment-14-0/bank-payment-14-0-account_payment_order_tier_validation
+ :target: https://translation.odoo-community.org/projects/bank-payment-16-0/bank-payment-16-0-account_payment_order_tier_validation
:alt: Translate me on Weblate
.. |badge5| image:: https://img.shields.io/badge/runboat-Try%20me-875A7B.png
- :target: https://runboat.odoo-community.org/builds?repo=OCA/bank-payment&target_branch=14.0
+ :target: https://runboat.odoo-community.org/builds?repo=OCA/bank-payment&target_branch=16.0
:alt: Try me on Runboat
|badge1| |badge2| |badge3| |badge4| |badge5|
@@ -74,7 +74,7 @@ Bug Tracker
Bugs are tracked on `GitHub Issues `_.
In case of trouble, please check there if your issue has already been reported.
If you spotted it first, help us to smash it by providing a detailed and welcomed
-`feedback `_.
+`feedback `_.
Do not contact contributors directly about support or help with technical issues.
@@ -93,6 +93,10 @@ Contributors
* Marcel Savegnago
+* XCG Consulting, part of `Orbeet `__:
+
+ * Vincent Hatakeyama
+
Maintainers
~~~~~~~~~~~
@@ -114,6 +118,6 @@ Current `maintainer `__:
|maintainer-marcelsavegnago|
-This module is part of the `OCA/bank-payment `_ project on GitHub.
+This module is part of the `OCA/bank-payment `_ project on GitHub.
You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.
diff --git a/account_payment_order_tier_validation/static/description/index.html b/account_payment_order_tier_validation/static/description/index.html
index fb22328f6..7e5a73467 100644
--- a/account_payment_order_tier_validation/static/description/index.html
+++ b/account_payment_order_tier_validation/static/description/index.html
@@ -1,4 +1,3 @@
-
@@ -9,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.
@@ -275,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 }
@@ -301,7 +301,7 @@ span.option {
span.pre {
white-space: pre }
-span.problematic {
+span.problematic, pre.problematic {
color: red }
span.section-subtitle {
@@ -367,9 +367,9 @@ ul.auto-toc {
!! This file is generated by oca-gen-addon-readme !!
!! changes will be overwritten. !!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
-!! source digest: sha256:8cf13a04f2dc2ecd1186a024e014ee3b421bbbccbac1799c65ce7070d0417b06
+!! source digest: sha256:0bf48b202d69b4518406ef6c0016554c7464d8671dfd5e0914a9cdad77611123
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->
-

+

This module extends the functionality of Payment Orders to support a tier
validation process.
Table of contents
@@ -423,7 +423,7 @@ her/him to request a validation.
Bugs are tracked on GitHub Issues.
In case of trouble, please check there if your issue has already been reported.
If you spotted it first, help us to smash it by providing a detailed and welcomed
-feedback.
+feedback.
Do not contact contributors directly about support or help with technical issues.
@@ -441,18 +441,24 @@ If you spotted it first, help us to smash it by providing a detailed and welcome
Marcel Savegnago
+
XCG Consulting, part of Orbeet:
+
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.
Current maintainer:

-
This module is part of the OCA/bank-payment project on GitHub.
+
This module is part of the OCA/bank-payment project on GitHub.
You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.
diff --git a/setup/_metapackage/VERSION.txt b/setup/_metapackage/VERSION.txt
index a4500a240..7ab9b8e8c 100644
--- a/setup/_metapackage/VERSION.txt
+++ b/setup/_metapackage/VERSION.txt
@@ -1 +1 @@
-16.0.20241001.0
\ No newline at end of file
+16.0.20241111.0
\ No newline at end of file
diff --git a/setup/_metapackage/setup.py b/setup/_metapackage/setup.py
index 0448a5e04..f0448099c 100644
--- a/setup/_metapackage/setup.py
+++ b/setup/_metapackage/setup.py
@@ -21,6 +21,7 @@ setuptools.setup(
'odoo-addon-account_payment_order_grouped_output>=16.0dev,<16.1dev',
'odoo-addon-account_payment_order_notification>=16.0dev,<16.1dev',
'odoo-addon-account_payment_order_return>=16.0dev,<16.1dev',
+ 'odoo-addon-account_payment_order_tier_validation>=16.0dev,<16.1dev',
'odoo-addon-account_payment_order_vendor_email>=16.0dev,<16.1dev',
'odoo-addon-account_payment_partner>=16.0dev,<16.1dev',
'odoo-addon-account_payment_purchase>=16.0dev,<16.1dev',