diff --git a/README.md b/README.md
index ff1c116d7ae..620ad66821a 100644
--- a/README.md
+++ b/README.md
@@ -25,7 +25,7 @@ addon | version | maintainers | summary
[account_banking_mandate_contact](account_banking_mandate_contact/) | 16.0.1.0.3 | | Assign specific banking mandates in contact level
[account_banking_mandate_sale](account_banking_mandate_sale/) | 16.0.1.0.0 | [![alexis-via](https://github.com/alexis-via.png?size=30px)](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 | [![tisho99](https://github.com/tisho99.png?size=30px)](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_pain_base](account_banking_pain_base/) | 16.0.1.2.2 | | Base module for PAIN file generation
[account_banking_sepa_credit_transfer](account_banking_sepa_credit_transfer/) | 16.0.1.1.5 | | Create SEPA XML files for Credit Transfers
[account_banking_sepa_direct_debit](account_banking_sepa_direct_debit/) | 16.0.1.4.4 | | 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
diff --git a/account_banking_pain_base/README.rst b/account_banking_pain_base/README.rst
index 355fc7bc587..a1db311a5ba 100644
--- a/account_banking_pain_base/README.rst
+++ b/account_banking_pain_base/README.rst
@@ -7,7 +7,7 @@ Account Banking PAIN Base Module
!! This file is generated by oca-gen-addon-readme !!
!! changes will be overwritten. !!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
- !! source digest: sha256:357c9076e83d7856f9d90a52ba90fd4f846d548165267c67c3842835038c9df6
+ !! source digest: sha256:934622082dde413d5c501216d334d36b2899b94666da7d938526f9d86e403971
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
.. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png
diff --git a/account_banking_pain_base/__manifest__.py b/account_banking_pain_base/__manifest__.py
index 3c55cc66f36..243eda4e1a2 100644
--- a/account_banking_pain_base/__manifest__.py
+++ b/account_banking_pain_base/__manifest__.py
@@ -7,13 +7,13 @@
{
"name": "Account Banking PAIN Base Module",
"summary": "Base module for PAIN file generation",
- "version": "16.0.1.2.1",
+ "version": "16.0.1.2.2",
"license": "AGPL-3",
"author": "Akretion, Noviat, Tecnativa, Odoo Community Association (OCA)",
"website": "https://github.com/OCA/bank-payment",
"category": "Hidden",
"depends": ["account_payment_order"],
- "external_dependencies": {"python": ["unidecode", "lxml"]},
+ "external_dependencies": {"python": ["unidecode"]},
"data": [
"security/security.xml",
"views/account_payment_line.xml",
diff --git a/account_banking_pain_base/static/description/index.html b/account_banking_pain_base/static/description/index.html
index 761e703606f..3c3693781d1 100644
--- a/account_banking_pain_base/static/description/index.html
+++ b/account_banking_pain_base/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 @@
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.pre {
white-space: pre }
-span.problematic {
+span.problematic, pre.problematic {
color: red }
span.section-subtitle {
@@ -366,7 +367,7 @@
Account Banking PAIN Base Module
!! This file is generated by oca-gen-addon-readme !!
!! changes will be overwritten. !!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
-!! source digest: sha256:357c9076e83d7856f9d90a52ba90fd4f846d548165267c67c3842835038c9df6
+!! source digest: sha256:934622082dde413d5c501216d334d36b2899b94666da7d938526f9d86e403971
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->
This module contains fields and functions that are used by the module for SEPA
@@ -466,7 +467,9 @@
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/requirements.txt b/requirements.txt
index a3b88976e03..6f3f1c6f831 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -1,3 +1,2 @@
# generated from manifests external_dependencies
-lxml
unidecode