Skip to content

Commit 65b30e9

Browse files
committed
[BOT] post-merge updates
1 parent 2b37518 commit 65b30e9

File tree

9 files changed

+26
-18
lines changed

9 files changed

+26
-18
lines changed

README.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Available addons
2121
----------------
2222
addon | version | maintainers | summary
2323
--- | --- | --- | ---
24-
[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
24+
[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
2525
[account_invoice_edifact](account_invoice_edifact/) | 16.0.1.0.0 | | Generate customer invoices with EDIFACT/D96A format
2626
[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
2727
[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
3434
[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
3535
[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
3636
[base_ubl](base_ubl/) | 16.0.1.1.1 | | Base module for Universal Business Language (UBL)
37+
[base_ubl_payment](base_ubl_payment/) | 16.0.1.0.1 | | Payment-related code for Universal Business Language (UBL)
3738
[base_wamas_ubl](base_wamas_ubl/) | 16.0.1.14.0 | | Base module to aggregate WAMAS - UBL features.
3839
[despatch_advice_import](despatch_advice_import/) | 16.0.1.2.0 | | Despatch Advice import
3940
[despatch_advice_import_ubl](despatch_advice_import_ubl/) | 16.0.1.1.0 | | Import Despatch Advice files

account_einvoice_generate/README.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Account e-invoice Generate
77
!! This file is generated by oca-gen-addon-readme !!
88
!! changes will be overwritten. !!
99
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
10-
!! source digest: sha256:3ac8247296ba6ccfacf7e9cb6ac5b4928fe7629797ed8bc53522bbb38cbce900
10+
!! source digest: sha256:57eb68ffe5d9157f918d29c5f50140b66b4f74c9a6a7e553693f103128addc03
1111
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
1212
1313
.. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png

account_einvoice_generate/__manifest__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
{
66
"name": "Account e-invoice Generate",
7-
"version": "16.0.1.0.0",
7+
"version": "16.0.1.0.1",
88
"category": "Accounting & Finance",
99
"license": "AGPL-3",
1010
"summary": "Technical module to generate PDF invoices with " "embedded XML file",

account_einvoice_generate/static/description/index.html

+8-6
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
<?xml version="1.0" encoding="utf-8"?>
21
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
32
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
43
<head>
@@ -9,10 +8,11 @@
98

109
/*
1110
:Author: David Goodger (goodger@python.org)
12-
:Id: $Id: html4css1.css 8954 2022-01-20 10:10:25Z milde $
11+
:Id: $Id: html4css1.css 9511 2024-01-13 09:50:07Z milde $
1312
:Copyright: This stylesheet has been placed in the public domain.
1413
1514
Default cascading style sheet for the HTML output of Docutils.
15+
Despite the name, some widely supported CSS2 features are used.
1616
1717
See https://docutils.sourceforge.io/docs/howto/html-stylesheets.html for how to
1818
customize this style sheet.
@@ -275,7 +275,7 @@
275275
margin-left: 2em ;
276276
margin-right: 2em }
277277

278-
pre.code .ln { color: grey; } /* line numbers */
278+
pre.code .ln { color: gray; } /* line numbers */
279279
pre.code, code { background-color: #eeeeee }
280280
pre.code .comment, code .comment { color: #5C6576 }
281281
pre.code .keyword, code .keyword { color: #3B0D06; font-weight: bold }
@@ -301,7 +301,7 @@
301301
span.pre {
302302
white-space: pre }
303303

304-
span.problematic {
304+
span.problematic, pre.problematic {
305305
color: red }
306306

307307
span.section-subtitle {
@@ -367,7 +367,7 @@ <h1 class="title">Account e-invoice Generate</h1>
367367
!! This file is generated by oca-gen-addon-readme !!
368368
!! changes will be overwritten. !!
369369
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
370-
!! source digest: sha256:3ac8247296ba6ccfacf7e9cb6ac5b4928fe7629797ed8bc53522bbb38cbce900
370+
!! source digest: sha256:57eb68ffe5d9157f918d29c5f50140b66b4f74c9a6a7e553693f103128addc03
371371
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->
372372
<p><a class="reference external image-reference" href="https://odoo-community.org/page/development-status"><img alt="Beta" src="https://img.shields.io/badge/maturity-Beta-yellow.png" /></a> <a class="reference external image-reference" href="http://www.gnu.org/licenses/agpl-3.0-standalone.html"><img alt="License: AGPL-3" src="https://img.shields.io/badge/licence-AGPL--3-blue.png" /></a> <a class="reference external image-reference" href="https://github.com/OCA/edi/tree/16.0/account_einvoice_generate"><img alt="OCA/edi" src="https://img.shields.io/badge/github-OCA%2Fedi-lightgray.png?logo=github" /></a> <a class="reference external image-reference" href="https://translation.odoo-community.org/projects/edi-16-0/edi-16-0-account_einvoice_generate"><img alt="Translate me on Weblate" src="https://img.shields.io/badge/weblate-Translate%20me-F47D42.png" /></a> <a class="reference external image-reference" href="https://runboat.odoo-community.org/builds?repo=OCA/edi&amp;target_branch=16.0"><img alt="Try me on Runboat" src="https://img.shields.io/badge/runboat-Try%20me-875A7B.png" /></a></p>
373373
<p>This is a technical module that ensure compatibility between the e-invoice generation modules of the <a class="reference external" href="https://github.com/OCA/edi/">OCA/edi project</a>. It doesn’t bring any feature by itself. You must also install one of the 2 OCA modules that generate electronic invoices:</p>
@@ -430,7 +430,9 @@ <h2><a class="toc-backref" href="#toc-entry-6">Contributors</a></h2>
430430
<div class="section" id="maintainers">
431431
<h2><a class="toc-backref" href="#toc-entry-7">Maintainers</a></h2>
432432
<p>This module is maintained by the OCA.</p>
433-
<a class="reference external image-reference" href="https://odoo-community.org"><img alt="Odoo Community Association" src="https://odoo-community.org/logo.png" /></a>
433+
<a class="reference external image-reference" href="https://odoo-community.org">
434+
<img alt="Odoo Community Association" src="https://odoo-community.org/logo.png" />
435+
</a>
434436
<p>OCA, or the Odoo Community Association, is a nonprofit organization whose
435437
mission is to support the collaborative development of Odoo features and
436438
promote its widespread use.</p>

base_ubl_payment/README.rst

+2-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Base UBL Payment
77
!! This file is generated by oca-gen-addon-readme !!
88
!! changes will be overwritten. !!
99
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
10-
!! source digest: sha256:5d8f1ed6a0406980d933f6c275dfbc46a8171e11fdebde49bbef014f0feec5af
10+
!! source digest: sha256:fc3ded922635f55a2fad4636b88129463b6ab6fe3eb90d604a4af381d4068346
1111
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
1212
1313
.. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png
@@ -64,6 +64,7 @@ Contributors
6464
* Alexis de Lattre <alexis.delattre@akretion.com>
6565
* Andrea Stirpe <a.stirpe@onestein.nl>
6666
* Dhara Solanki <dhara.solanki@initos.com>
67+
* Jacques-Etienne Baudoux (BCIM) <je@bcim.be>
6768

6869
Maintainers
6970
~~~~~~~~~~~

base_ubl_payment/__manifest__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
{
55
"name": "Base UBL Payment",
6-
"version": "16.0.1.0.0",
6+
"version": "16.0.1.0.1",
77
"category": "Hidden",
88
"license": "AGPL-3",
99
"summary": "Payment-related code for Universal Business Language (UBL)",

base_ubl_payment/static/description/index.html

+9-6
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
<?xml version="1.0" encoding="utf-8"?>
21
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
32
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
43
<head>
@@ -9,10 +8,11 @@
98

109
/*
1110
:Author: David Goodger (goodger@python.org)
12-
:Id: $Id: html4css1.css 8954 2022-01-20 10:10:25Z milde $
11+
:Id: $Id: html4css1.css 9511 2024-01-13 09:50:07Z milde $
1312
:Copyright: This stylesheet has been placed in the public domain.
1413
1514
Default cascading style sheet for the HTML output of Docutils.
15+
Despite the name, some widely supported CSS2 features are used.
1616
1717
See https://docutils.sourceforge.io/docs/howto/html-stylesheets.html for how to
1818
customize this style sheet.
@@ -275,7 +275,7 @@
275275
margin-left: 2em ;
276276
margin-right: 2em }
277277

278-
pre.code .ln { color: grey; } /* line numbers */
278+
pre.code .ln { color: gray; } /* line numbers */
279279
pre.code, code { background-color: #eeeeee }
280280
pre.code .comment, code .comment { color: #5C6576 }
281281
pre.code .keyword, code .keyword { color: #3B0D06; font-weight: bold }
@@ -301,7 +301,7 @@
301301
span.pre {
302302
white-space: pre }
303303

304-
span.problematic {
304+
span.problematic, pre.problematic {
305305
color: red }
306306

307307
span.section-subtitle {
@@ -367,7 +367,7 @@ <h1 class="title">Base UBL Payment</h1>
367367
!! This file is generated by oca-gen-addon-readme !!
368368
!! changes will be overwritten. !!
369369
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
370-
!! source digest: sha256:5d8f1ed6a0406980d933f6c275dfbc46a8171e11fdebde49bbef014f0feec5af
370+
!! source digest: sha256:fc3ded922635f55a2fad4636b88129463b6ab6fe3eb90d604a4af381d4068346
371371
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->
372372
<p><a class="reference external image-reference" href="https://odoo-community.org/page/development-status"><img alt="Beta" src="https://img.shields.io/badge/maturity-Beta-yellow.png" /></a> <a class="reference external image-reference" href="http://www.gnu.org/licenses/agpl-3.0-standalone.html"><img alt="License: AGPL-3" src="https://img.shields.io/badge/licence-AGPL--3-blue.png" /></a> <a class="reference external image-reference" href="https://github.com/OCA/edi/tree/16.0/base_ubl_payment"><img alt="OCA/edi" src="https://img.shields.io/badge/github-OCA%2Fedi-lightgray.png?logo=github" /></a> <a class="reference external image-reference" href="https://translation.odoo-community.org/projects/edi-16-0/edi-16-0-base_ubl_payment"><img alt="Translate me on Weblate" src="https://img.shields.io/badge/weblate-Translate%20me-F47D42.png" /></a> <a class="reference external image-reference" href="https://runboat.odoo-community.org/builds?repo=OCA/edi&amp;target_branch=16.0"><img alt="Try me on Runboat" src="https://img.shields.io/badge/runboat-Try%20me-875A7B.png" /></a></p>
373373
<p>This module is a small module above the <em>base_ubl</em> module;
@@ -410,12 +410,15 @@ <h2><a class="toc-backref" href="#toc-entry-4">Contributors</a></h2>
410410
<li>Alexis de Lattre &lt;<a class="reference external" href="mailto:alexis.delattre&#64;akretion.com">alexis.delattre&#64;akretion.com</a>&gt;</li>
411411
<li>Andrea Stirpe &lt;<a class="reference external" href="mailto:a.stirpe&#64;onestein.nl">a.stirpe&#64;onestein.nl</a>&gt;</li>
412412
<li>Dhara Solanki &lt;<a class="reference external" href="mailto:dhara.solanki&#64;initos.com">dhara.solanki&#64;initos.com</a>&gt;</li>
413+
<li>Jacques-Etienne Baudoux (BCIM) &lt;<a class="reference external" href="mailto:je&#64;bcim.be">je&#64;bcim.be</a>&gt;</li>
413414
</ul>
414415
</div>
415416
<div class="section" id="maintainers">
416417
<h2><a class="toc-backref" href="#toc-entry-5">Maintainers</a></h2>
417418
<p>This module is maintained by the OCA.</p>
418-
<a class="reference external image-reference" href="https://odoo-community.org"><img alt="Odoo Community Association" src="https://odoo-community.org/logo.png" /></a>
419+
<a class="reference external image-reference" href="https://odoo-community.org">
420+
<img alt="Odoo Community Association" src="https://odoo-community.org/logo.png" />
421+
</a>
419422
<p>OCA, or the Odoo Community Association, is a nonprofit organization whose
420423
mission is to support the collaborative development of Odoo features and
421424
promote its widespread use.</p>

setup/_metapackage/VERSION.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
16.0.20240712.0
1+
16.0.20241204.0

setup/_metapackage/setup.py

+1
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@
2121
'odoo-addon-base_edifact>=16.0dev,<16.1dev',
2222
'odoo-addon-base_facturx>=16.0dev,<16.1dev',
2323
'odoo-addon-base_ubl>=16.0dev,<16.1dev',
24+
'odoo-addon-base_ubl_payment>=16.0dev,<16.1dev',
2425
'odoo-addon-base_wamas_ubl>=16.0dev,<16.1dev',
2526
'odoo-addon-despatch_advice_import>=16.0dev,<16.1dev',
2627
'odoo-addon-despatch_advice_import_ubl>=16.0dev,<16.1dev',

0 commit comments

Comments
 (0)