diff --git a/README.md b/README.md
index c149bba75b..31b7a777a3 100644
--- a/README.md
+++ b/README.md
@@ -21,7 +21,7 @@ Available addons
----------------
addon | version | maintainers | summary
--- | --- | --- | ---
-[account_einvoice_generate](account_einvoice_generate/) | 16.0.1.0.0 | [![alexis-via](https://github.com/alexis-via.png?size=30px)](https://github.com/alexis-via) | Technical module to generate PDF invoices with embedded XML file
+[account_einvoice_generate](account_einvoice_generate/) | 16.0.1.0.1 | [![alexis-via](https://github.com/alexis-via.png?size=30px)](https://github.com/alexis-via) | Technical module to generate PDF invoices with embedded XML file
[account_invoice_edifact](account_invoice_edifact/) | 16.0.1.0.0 | | Generate customer invoices with EDIFACT/D96A format
[account_invoice_export](account_invoice_export/) | 16.0.1.0.0 | [![TDu](https://github.com/TDu.png?size=30px)](https://github.com/TDu) | Account Invoice Export
[account_invoice_export_job](account_invoice_export_job/) | 16.0.1.0.0 | [![TDu](https://github.com/TDu.png?size=30px)](https://github.com/TDu) | Account Invoice Export Job
@@ -34,6 +34,7 @@ addon | version | maintainers | summary
[base_edifact](base_edifact/) | 16.0.1.5.1 | [![rmorant](https://github.com/rmorant.png?size=30px)](https://github.com/rmorant) | UN/EDIFACT/D96A utilities using pydifact parser
[base_facturx](base_facturx/) | 16.0.1.0.0 | [![alexis-via](https://github.com/alexis-via.png?size=30px)](https://github.com/alexis-via) | Base module for Factur-X/ZUGFeRD
[base_ubl](base_ubl/) | 16.0.1.1.1 | | Base module for Universal Business Language (UBL)
+[base_ubl_payment](base_ubl_payment/) | 16.0.1.0.1 | | Payment-related code for Universal Business Language (UBL)
[base_wamas_ubl](base_wamas_ubl/) | 16.0.1.14.0 | | Base module to aggregate WAMAS - UBL features.
[despatch_advice_import](despatch_advice_import/) | 16.0.1.2.0 | | Despatch Advice import
[despatch_advice_import_ubl](despatch_advice_import_ubl/) | 16.0.1.1.0 | | Import Despatch Advice files
diff --git a/account_einvoice_generate/README.rst b/account_einvoice_generate/README.rst
index a0953626cb..a93c2f5597 100644
--- a/account_einvoice_generate/README.rst
+++ b/account_einvoice_generate/README.rst
@@ -7,7 +7,7 @@ Account e-invoice Generate
!! This file is generated by oca-gen-addon-readme !!
!! changes will be overwritten. !!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
- !! source digest: sha256:3ac8247296ba6ccfacf7e9cb6ac5b4928fe7629797ed8bc53522bbb38cbce900
+ !! source digest: sha256:57eb68ffe5d9157f918d29c5f50140b66b4f74c9a6a7e553693f103128addc03
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
.. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png
diff --git a/account_einvoice_generate/__manifest__.py b/account_einvoice_generate/__manifest__.py
index 92d9b12da1..95045aca8e 100644
--- a/account_einvoice_generate/__manifest__.py
+++ b/account_einvoice_generate/__manifest__.py
@@ -4,7 +4,7 @@
{
"name": "Account e-invoice Generate",
- "version": "16.0.1.0.0",
+ "version": "16.0.1.0.1",
"category": "Accounting & Finance",
"license": "AGPL-3",
"summary": "Technical module to generate PDF invoices with " "embedded XML file",
diff --git a/account_einvoice_generate/static/description/index.html b/account_einvoice_generate/static/description/index.html
index 2fbe82b27e..ce7c1b932d 100644
--- a/account_einvoice_generate/static/description/index.html
+++ b/account_einvoice_generate/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 @@
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.pre {
white-space: pre }
-span.problematic {
+span.problematic, pre.problematic {
color: red }
span.section-subtitle {
@@ -367,7 +367,7 @@ This is a technical module that ensure compatibility between the e-invoice generation modules of the OCA/edi project. It doesn’t bring any feature by itself. You must also install one of the 2 OCA modules that generate electronic invoices:
@@ -430,7 +430,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/base_ubl_payment/README.rst b/base_ubl_payment/README.rst
index fdc11c1504..a23242b94c 100644
--- a/base_ubl_payment/README.rst
+++ b/base_ubl_payment/README.rst
@@ -7,7 +7,7 @@ Base UBL Payment
!! This file is generated by oca-gen-addon-readme !!
!! changes will be overwritten. !!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
- !! source digest: sha256:5d8f1ed6a0406980d933f6c275dfbc46a8171e11fdebde49bbef014f0feec5af
+ !! source digest: sha256:fc3ded922635f55a2fad4636b88129463b6ab6fe3eb90d604a4af381d4068346
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
.. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png
@@ -64,6 +64,7 @@ Contributors
* Alexis de Lattre
* Andrea Stirpe
* Dhara Solanki
+* Jacques-Etienne Baudoux (BCIM)
Maintainers
~~~~~~~~~~~
diff --git a/base_ubl_payment/__manifest__.py b/base_ubl_payment/__manifest__.py
index 08ef37e127..e49d2323ab 100644
--- a/base_ubl_payment/__manifest__.py
+++ b/base_ubl_payment/__manifest__.py
@@ -3,7 +3,7 @@
{
"name": "Base UBL Payment",
- "version": "16.0.1.0.0",
+ "version": "16.0.1.0.1",
"category": "Hidden",
"license": "AGPL-3",
"summary": "Payment-related code for Universal Business Language (UBL)",
diff --git a/base_ubl_payment/static/description/index.html b/base_ubl_payment/static/description/index.html
index 1ddca41109..fd04bacacc 100644
--- a/base_ubl_payment/static/description/index.html
+++ b/base_ubl_payment/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 @@
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.pre {
white-space: pre }
-span.problematic {
+span.problematic, pre.problematic {
color: red }
span.section-subtitle {
@@ -367,7 +367,7 @@ Base UBL Payment
!! This file is generated by oca-gen-addon-readme !!
!! changes will be overwritten. !!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
-!! source digest: sha256:5d8f1ed6a0406980d933f6c275dfbc46a8171e11fdebde49bbef014f0feec5af
+!! source digest: sha256:fc3ded922635f55a2fad4636b88129463b6ab6fe3eb90d604a4af381d4068346
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->
This module is a small module above the base_ubl module;
@@ -410,12 +410,15 @@
Alexis de Lattre <alexis.delattre@akretion.com>
Andrea Stirpe <a.stirpe@onestein.nl>
Dhara Solanki <dhara.solanki@initos.com>
+Jacques-Etienne Baudoux (BCIM) <je@bcim.be>
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 47ba42ab9f..2b8e26789b 100644
--- a/setup/_metapackage/VERSION.txt
+++ b/setup/_metapackage/VERSION.txt
@@ -1 +1 @@
-16.0.20240712.0
\ No newline at end of file
+16.0.20241204.0
\ No newline at end of file
diff --git a/setup/_metapackage/setup.py b/setup/_metapackage/setup.py
index 6e2adf78e7..a4f0a64639 100644
--- a/setup/_metapackage/setup.py
+++ b/setup/_metapackage/setup.py
@@ -21,6 +21,7 @@
'odoo-addon-base_edifact>=16.0dev,<16.1dev',
'odoo-addon-base_facturx>=16.0dev,<16.1dev',
'odoo-addon-base_ubl>=16.0dev,<16.1dev',
+ 'odoo-addon-base_ubl_payment>=16.0dev,<16.1dev',
'odoo-addon-base_wamas_ubl>=16.0dev,<16.1dev',
'odoo-addon-despatch_advice_import>=16.0dev,<16.1dev',
'odoo-addon-despatch_advice_import_ubl>=16.0dev,<16.1dev',