Skip to content

Commit 1e38cbe

Browse files
committed
[BOT] post-merge updates
1 parent 0e26524 commit 1e38cbe

File tree

5 files changed

+37
-30
lines changed

5 files changed

+37
-30
lines changed

README.md

+1
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ addon | version | maintainers | summary
2323
--- | --- | --- | ---
2424
[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
2525
[account_invoice_facturx](account_invoice_facturx/) | 16.0.1.1.0 | [![alexis-via](https://github.com/alexis-via.png?size=30px)](https://github.com/alexis-via) | Generate Factur-X/ZUGFeRD customer invoices
26+
[account_invoice_facturx_py3o](account_invoice_facturx_py3o/) | 16.0.1.0.0 | [![alexis-via](https://github.com/alexis-via.png?size=30px)](https://github.com/alexis-via) | Generate Factur-X invoices with Py3o reporting engine
2627
[base_business_document_import](base_business_document_import/) | 16.0.1.0.0 | [![alexis-via](https://github.com/alexis-via.png?size=30px)](https://github.com/alexis-via) | Provides technical tools to import sale orders or supplier invoices
2728
[base_edi](base_edi/) | 16.0.1.0.0 | [![simahawk](https://github.com/simahawk.png?size=30px)](https://github.com/simahawk) | Base module to aggregate EDI features.
2829
[base_edifact](base_edifact/) | 16.0.1.0.0 | [![rmorant](https://github.com/rmorant.png?size=30px)](https://github.com/rmorant) | UN/EDIFACT/D96A utilities using pydifact parser

account_invoice_facturx_py3o/README.rst

+13-10
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,13 @@
22
Py3o Factur-x Invoice
33
=====================
44

5-
.. !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
5+
..
6+
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
67
!! This file is generated by oca-gen-addon-readme !!
78
!! changes will be overwritten. !!
89
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
10+
!! source digest: sha256:cd45249d769b0daa35d24a349dcfa34417286fffe85b13c82ef2a835091a48e8
11+
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
912
1013
.. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png
1114
:target: https://odoo-community.org/page/development-status
@@ -14,16 +17,16 @@ Py3o Factur-x Invoice
1417
:target: http://www.gnu.org/licenses/agpl-3.0-standalone.html
1518
:alt: License: AGPL-3
1619
.. |badge3| image:: https://img.shields.io/badge/github-OCA%2Fedi-lightgray.png?logo=github
17-
:target: https://github.com/OCA/edi/tree/14.0/account_invoice_facturx_py3o
20+
:target: https://github.com/OCA/edi/tree/16.0/account_invoice_facturx_py3o
1821
:alt: OCA/edi
1922
.. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png
20-
:target: https://translation.odoo-community.org/projects/edi-14-0/edi-14-0-account_invoice_facturx_py3o
23+
:target: https://translation.odoo-community.org/projects/edi-16-0/edi-16-0-account_invoice_facturx_py3o
2124
:alt: Translate me on Weblate
22-
.. |badge5| image:: https://img.shields.io/badge/runbot-Try%20me-875A7B.png
23-
:target: https://runbot.odoo-community.org/runbot/226/14.0
24-
:alt: Try me on Runbot
25+
.. |badge5| image:: https://img.shields.io/badge/runboat-Try%20me-875A7B.png
26+
:target: https://runboat.odoo-community.org/builds?repo=OCA/edi&target_branch=16.0
27+
:alt: Try me on Runboat
2528

26-
|badge1| |badge2| |badge3| |badge4| |badge5|
29+
|badge1| |badge2| |badge3| |badge4| |badge5|
2730

2831
If you use the py3o reporting engine (module *report_py3o* from the `reporting-engine <https://github.com/OCA/reporting-engine>`_ OCA project) to generate your PDF invoices and you want these PDF invoices to be Factur-X invoices (i.e. a PDF invoice with an embedded XML file in CII format), this module is for you ! Factur-X is the e-invoicing standard for France and Germany (in Germany, it is also called ZUGFeRD 2.1).
2932

@@ -37,8 +40,8 @@ Bug Tracker
3740

3841
Bugs are tracked on `GitHub Issues <https://github.com/OCA/edi/issues>`_.
3942
In case of trouble, please check there if your issue has already been reported.
40-
If you spotted it first, help us smashing it by providing a detailed and welcomed
41-
`feedback <https://github.com/OCA/edi/issues/new?body=module:%20account_invoice_facturx_py3o%0Aversion:%2014.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**>`_.
43+
If you spotted it first, help us to smash it by providing a detailed and welcomed
44+
`feedback <https://github.com/OCA/edi/issues/new?body=module:%20account_invoice_facturx_py3o%0Aversion:%2016.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**>`_.
4245

4346
Do not contact contributors directly about support or help with technical issues.
4447

@@ -76,6 +79,6 @@ Current `maintainer <https://odoo-community.org/page/maintainer-role>`__:
7679

7780
|maintainer-alexis-via|
7881

79-
This module is part of the `OCA/edi <https://github.com/OCA/edi/tree/14.0/account_invoice_facturx_py3o>`_ project on GitHub.
82+
This module is part of the `OCA/edi <https://github.com/OCA/edi/tree/16.0/account_invoice_facturx_py3o>`_ project on GitHub.
8083

8184
You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.

account_invoice_facturx_py3o/static/description/index.html

+21-19
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,20 @@
1-
<?xml version="1.0" encoding="utf-8" ?>
1+
<?xml version="1.0" encoding="utf-8"?>
22
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
33
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
44
<head>
55
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
6-
<meta name="generator" content="Docutils 0.15.1: http://docutils.sourceforge.net/" />
6+
<meta name="generator" content="Docutils: https://docutils.sourceforge.io/" />
77
<title>Py3o Factur-x Invoice</title>
88
<style type="text/css">
99

1010
/*
1111
:Author: David Goodger (goodger@python.org)
12-
:Id: $Id: html4css1.css 7952 2016-07-26 18:15:59Z milde $
12+
:Id: $Id: html4css1.css 8954 2022-01-20 10:10:25Z milde $
1313
:Copyright: This stylesheet has been placed in the public domain.
1414
1515
Default cascading style sheet for the HTML output of Docutils.
1616
17-
See http://docutils.sf.net/docs/howto/html-stylesheets.html for how to
17+
See https://docutils.sourceforge.io/docs/howto/html-stylesheets.html for how to
1818
customize this style sheet.
1919
*/
2020

@@ -366,53 +366,55 @@ <h1 class="title">Py3o Factur-x Invoice</h1>
366366
<!-- !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
367367
!! This file is generated by oca-gen-addon-readme !!
368368
!! changes will be overwritten. !!
369+
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
370+
!! source digest: sha256:cd45249d769b0daa35d24a349dcfa34417286fffe85b13c82ef2a835091a48e8
369371
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->
370-
<p><a class="reference external" 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" 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" href="https://github.com/OCA/edi/tree/14.0/account_invoice_facturx_py3o"><img alt="OCA/edi" src="https://img.shields.io/badge/github-OCA%2Fedi-lightgray.png?logo=github" /></a> <a class="reference external" href="https://translation.odoo-community.org/projects/edi-14-0/edi-14-0-account_invoice_facturx_py3o"><img alt="Translate me on Weblate" src="https://img.shields.io/badge/weblate-Translate%20me-F47D42.png" /></a> <a class="reference external" href="https://runbot.odoo-community.org/runbot/226/14.0"><img alt="Try me on Runbot" src="https://img.shields.io/badge/runbot-Try%20me-875A7B.png" /></a></p>
372+
<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_invoice_facturx_py3o"><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_invoice_facturx_py3o"><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>
371373
<p>If you use the py3o reporting engine (module <em>report_py3o</em> from the <a class="reference external" href="https://github.com/OCA/reporting-engine">reporting-engine</a> OCA project) to generate your PDF invoices and you want these PDF invoices to be Factur-X invoices (i.e. a PDF invoice with an embedded XML file in CII format), this module is for you ! Factur-X is the e-invoicing standard for France and Germany (in Germany, it is also called ZUGFeRD 2.1).</p>
372374
<p><strong>Table of contents</strong></p>
373375
<div class="contents local topic" id="contents">
374376
<ul class="simple">
375-
<li><a class="reference internal" href="#bug-tracker" id="id1">Bug Tracker</a></li>
376-
<li><a class="reference internal" href="#credits" id="id2">Credits</a><ul>
377-
<li><a class="reference internal" href="#authors" id="id3">Authors</a></li>
378-
<li><a class="reference internal" href="#contributors" id="id4">Contributors</a></li>
379-
<li><a class="reference internal" href="#maintainers" id="id5">Maintainers</a></li>
377+
<li><a class="reference internal" href="#bug-tracker" id="toc-entry-1">Bug Tracker</a></li>
378+
<li><a class="reference internal" href="#credits" id="toc-entry-2">Credits</a><ul>
379+
<li><a class="reference internal" href="#authors" id="toc-entry-3">Authors</a></li>
380+
<li><a class="reference internal" href="#contributors" id="toc-entry-4">Contributors</a></li>
381+
<li><a class="reference internal" href="#maintainers" id="toc-entry-5">Maintainers</a></li>
380382
</ul>
381383
</li>
382384
</ul>
383385
</div>
384386
<div class="section" id="bug-tracker">
385-
<h1><a class="toc-backref" href="#id1">Bug Tracker</a></h1>
387+
<h1><a class="toc-backref" href="#toc-entry-1">Bug Tracker</a></h1>
386388
<p>Bugs are tracked on <a class="reference external" href="https://github.com/OCA/edi/issues">GitHub Issues</a>.
387389
In case of trouble, please check there if your issue has already been reported.
388-
If you spotted it first, help us smashing it by providing a detailed and welcomed
389-
<a class="reference external" href="https://github.com/OCA/edi/issues/new?body=module:%20account_invoice_facturx_py3o%0Aversion:%2014.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**">feedback</a>.</p>
390+
If you spotted it first, help us to smash it by providing a detailed and welcomed
391+
<a class="reference external" href="https://github.com/OCA/edi/issues/new?body=module:%20account_invoice_facturx_py3o%0Aversion:%2016.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**">feedback</a>.</p>
390392
<p>Do not contact contributors directly about support or help with technical issues.</p>
391393
</div>
392394
<div class="section" id="credits">
393-
<h1><a class="toc-backref" href="#id2">Credits</a></h1>
395+
<h1><a class="toc-backref" href="#toc-entry-2">Credits</a></h1>
394396
<div class="section" id="authors">
395-
<h2><a class="toc-backref" href="#id3">Authors</a></h2>
397+
<h2><a class="toc-backref" href="#toc-entry-3">Authors</a></h2>
396398
<ul class="simple">
397399
<li>Akretion</li>
398400
</ul>
399401
</div>
400402
<div class="section" id="contributors">
401-
<h2><a class="toc-backref" href="#id4">Contributors</a></h2>
403+
<h2><a class="toc-backref" href="#toc-entry-4">Contributors</a></h2>
402404
<ul class="simple">
403405
<li>Alexis de Lattre &lt;<a class="reference external" href="mailto:alexis.delattre&#64;akretion.com">alexis.delattre&#64;akretion.com</a>&gt;</li>
404406
</ul>
405407
</div>
406408
<div class="section" id="maintainers">
407-
<h2><a class="toc-backref" href="#id5">Maintainers</a></h2>
409+
<h2><a class="toc-backref" href="#toc-entry-5">Maintainers</a></h2>
408410
<p>This module is maintained by the OCA.</p>
409411
<a class="reference external image-reference" href="https://odoo-community.org"><img alt="Odoo Community Association" src="https://odoo-community.org/logo.png" /></a>
410412
<p>OCA, or the Odoo Community Association, is a nonprofit organization whose
411413
mission is to support the collaborative development of Odoo features and
412414
promote its widespread use.</p>
413415
<p>Current <a class="reference external" href="https://odoo-community.org/page/maintainer-role">maintainer</a>:</p>
414-
<p><a class="reference external" href="https://github.com/alexis-via"><img alt="alexis-via" src="https://github.com/alexis-via.png?size=40px" /></a></p>
415-
<p>This module is part of the <a class="reference external" href="https://github.com/OCA/edi/tree/14.0/account_invoice_facturx_py3o">OCA/edi</a> project on GitHub.</p>
416+
<p><a class="reference external image-reference" href="https://github.com/alexis-via"><img alt="alexis-via" src="https://github.com/alexis-via.png?size=40px" /></a></p>
417+
<p>This module is part of the <a class="reference external" href="https://github.com/OCA/edi/tree/16.0/account_invoice_facturx_py3o">OCA/edi</a> project on GitHub.</p>
416418
<p>You are welcome to contribute. To learn how please visit <a class="reference external" href="https://odoo-community.org/page/Contribute">https://odoo-community.org/page/Contribute</a>.</p>
417419
</div>
418420
</div>

setup/_metapackage/VERSION.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
16.0.20231019.0
1+
16.0.20231023.0

setup/_metapackage/setup.py

+1
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
install_requires=[
1111
'odoo-addon-account_einvoice_generate>=16.0dev,<16.1dev',
1212
'odoo-addon-account_invoice_facturx>=16.0dev,<16.1dev',
13+
'odoo-addon-account_invoice_facturx_py3o>=16.0dev,<16.1dev',
1314
'odoo-addon-base_business_document_import>=16.0dev,<16.1dev',
1415
'odoo-addon-base_edi>=16.0dev,<16.1dev',
1516
'odoo-addon-base_edifact>=16.0dev,<16.1dev',

0 commit comments

Comments
 (0)