Skip to content

Commit 65f8ce3

Browse files
committed
Merge PR #947 into 17.0
Signed-off-by alexis-via
2 parents fb478ea + 4ac1b24 commit 65f8ce3

23 files changed

+1063
-0
lines changed

account_einvoice_generate/README.rst

+120
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,120 @@
1+
==========================
2+
Account e-invoice Generate
3+
==========================
4+
5+
..
6+
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
7+
!! This file is generated by oca-gen-addon-readme !!
8+
!! changes will be overwritten. !!
9+
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
10+
!! source digest: sha256:3ac8247296ba6ccfacf7e9cb6ac5b4928fe7629797ed8bc53522bbb38cbce900
11+
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
12+
13+
.. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png
14+
:target: https://odoo-community.org/page/development-status
15+
:alt: Beta
16+
.. |badge2| image:: https://img.shields.io/badge/licence-AGPL--3-blue.png
17+
:target: http://www.gnu.org/licenses/agpl-3.0-standalone.html
18+
:alt: License: AGPL-3
19+
.. |badge3| image:: https://img.shields.io/badge/github-OCA%2Fedi-lightgray.png?logo=github
20+
:target: https://github.com/OCA/edi/tree/17.0/account_einvoice_generate
21+
:alt: OCA/edi
22+
.. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png
23+
:target: https://translation.odoo-community.org/projects/edi-17-0/edi-17-0-account_einvoice_generate
24+
:alt: Translate me on Weblate
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=17.0
27+
:alt: Try me on Runboat
28+
29+
|badge1| |badge2| |badge3| |badge4| |badge5|
30+
31+
This is a technical module that ensure compatibility between the
32+
e-invoice generation modules of the `OCA/edi
33+
project <https://github.com/OCA/edi/>`__. It doesn't bring any feature
34+
by itself. You must also install one of the 2 OCA modules that generate
35+
electronic invoices:
36+
37+
- **account_invoice_ubl**: add support for the UBL format (Universal
38+
Business Language),
39+
- **account_invoice_facturx**: add support for the
40+
`Factur-X <http://fnfe-mpe.org/factur-x/factur-x_en/>`__ format.
41+
42+
See the README of each module for more information.
43+
44+
These 2 modules are able to embed an XML file in the PDF invoice and
45+
this module ensure that these 2 modules are compatible.
46+
47+
**Table of contents**
48+
49+
.. contents::
50+
:local:
51+
52+
Installation
53+
============
54+
55+
Before installing the module, you must **uninstall** the module
56+
**account_edi** from the official addons. As the account_edi module is
57+
auto-installable, it is certainly already installed on your Odoo
58+
database.
59+
60+
For that, go to the *Apps* menu, remove the *Apps* filter, search for
61+
the module *account_edi* (the title of the module is *Import/Export
62+
Invoices From XML/PDF*). Then click on the button *Module info* and then
63+
on the button *Uninstall*.
64+
65+
Configuration
66+
=============
67+
68+
The new configuration parameter *XML Format embedded in PDF invoice* is
69+
available in the menu *Invoicing > Configuration > Settings*.
70+
71+
Bug Tracker
72+
===========
73+
74+
Bugs are tracked on `GitHub Issues <https://github.com/OCA/edi/issues>`_.
75+
In case of trouble, please check there if your issue has already been reported.
76+
If you spotted it first, help us to smash it by providing a detailed and welcomed
77+
`feedback <https://github.com/OCA/edi/issues/new?body=module:%20account_einvoice_generate%0Aversion:%2017.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**>`_.
78+
79+
Do not contact contributors directly about support or help with technical issues.
80+
81+
Credits
82+
=======
83+
84+
Authors
85+
-------
86+
87+
* Akretion
88+
* Onestein
89+
90+
Contributors
91+
------------
92+
93+
- Alexis de Lattre <alexis.delattre@akretion.com>
94+
- Andrea Stirpe <a.stirpe@onestein.nl>
95+
- Shine IT <contact@openerp.cn>
96+
97+
Maintainers
98+
-----------
99+
100+
This module is maintained by the OCA.
101+
102+
.. image:: https://odoo-community.org/logo.png
103+
:alt: Odoo Community Association
104+
:target: https://odoo-community.org
105+
106+
OCA, or the Odoo Community Association, is a nonprofit organization whose
107+
mission is to support the collaborative development of Odoo features and
108+
promote its widespread use.
109+
110+
.. |maintainer-alexis-via| image:: https://github.com/alexis-via.png?size=40px
111+
:target: https://github.com/alexis-via
112+
:alt: alexis-via
113+
114+
Current `maintainer <https://odoo-community.org/page/maintainer-role>`__:
115+
116+
|maintainer-alexis-via|
117+
118+
This module is part of the `OCA/edi <https://github.com/OCA/edi/tree/17.0/account_einvoice_generate>`_ project on GitHub.
119+
120+
You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.

account_einvoice_generate/__init__.py

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl).
2+
3+
from . import models
4+
from . import wizards
+17
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
# Copyright 2018-2022 Akretion France (http://www.akretion.com)
2+
# @author: Alexis de Lattre <alexis.delattre@akretion.com>
3+
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl).
4+
5+
{
6+
"name": "Account e-invoice Generate",
7+
"version": "17.0.1.0.0",
8+
"category": "Accounting & Finance",
9+
"license": "AGPL-3",
10+
"summary": "Technical module to generate PDF invoices with " "embedded XML file",
11+
"author": "Akretion,Onestein,Odoo Community Association (OCA)",
12+
"maintainers": ["alexis-via"],
13+
"website": "https://github.com/OCA/edi",
14+
"depends": ["account"],
15+
"data": ["views/res_config_settings.xml"],
16+
"installable": True,
17+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,57 @@
1+
# Translation of Odoo Server.
2+
# This file contains the translation of the following modules:
3+
# * account_e-invoice_generate
4+
#
5+
msgid ""
6+
msgstr ""
7+
"Project-Id-Version: Odoo Server 13.0\n"
8+
"Report-Msgid-Bugs-To: \n"
9+
"Last-Translator: \n"
10+
"Language-Team: \n"
11+
"MIME-Version: 1.0\n"
12+
"Content-Type: text/plain; charset=UTF-8\n"
13+
"Content-Transfer-Encoding: \n"
14+
"Plural-Forms: \n"
15+
16+
#. module: account_e-invoice_generate
17+
#: model_terms:ir.ui.view,arch_db:account_e-invoice_generate.view_account_config_settings
18+
msgid ""
19+
"<span class=\"o_form_label\">Select Format</span>\n"
20+
" <span class=\"fa fa-lg fa-building-o\" title=\"Values set here are company-specific.\" groups=\"base.group_multi_company\"/>"
21+
msgstr ""
22+
23+
#. module: account_e-invoice_generate
24+
#: model:ir.model,name:account_e-invoice_generate.model_res_company
25+
msgid "Companies"
26+
msgstr ""
27+
28+
#. module: account_e-invoice_generate
29+
#: model:ir.model,name:account_e-invoice_generate.model_res_config_settings
30+
msgid "Config Settings"
31+
msgstr ""
32+
33+
#. module: account_e-invoice_generate
34+
#: model_terms:ir.ui.view,arch_db:account_e-invoice_generate.view_account_config_settings
35+
msgid "Electronic Invoices"
36+
msgstr ""
37+
38+
#. module: account_e-invoice_generate
39+
#: model:ir.model,name:account_e-invoice_generate.model_account_move
40+
msgid "Journal Entries"
41+
msgstr ""
42+
43+
#. module: account_e-invoice_generate
44+
#: model:ir.model.fields.selection,name:account_e-invoice_generate.selection__res_company__xml_format_in_pdf_invoice__none
45+
msgid "None"
46+
msgstr ""
47+
48+
#. module: account_e-invoice_generate
49+
#: model_terms:ir.ui.view,arch_db:account_e-invoice_generate.view_account_config_settings
50+
msgid "Select the format of your e-invoices."
51+
msgstr ""
52+
53+
#. module: account_e-invoice_generate
54+
#: model:ir.model.fields,field_description:account_e-invoice_generate.field_res_company__xml_format_in_pdf_invoice
55+
#: model:ir.model.fields,field_description:account_e-invoice_generate.field_res_config_settings__xml_format_in_pdf_invoice
56+
msgid "XML Format embedded in PDF invoice"
57+
msgstr ""
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,57 @@
1+
# Translation of Odoo Server.
2+
# This file contains the translation of the following modules:
3+
# * account_einvoice_generate
4+
#
5+
msgid ""
6+
msgstr ""
7+
"Project-Id-Version: Odoo Server 16.0\n"
8+
"Report-Msgid-Bugs-To: \n"
9+
"Last-Translator: \n"
10+
"Language-Team: \n"
11+
"MIME-Version: 1.0\n"
12+
"Content-Type: text/plain; charset=UTF-8\n"
13+
"Content-Transfer-Encoding: \n"
14+
"Plural-Forms: \n"
15+
16+
#. module: account_einvoice_generate
17+
#: model_terms:ir.ui.view,arch_db:account_einvoice_generate.view_account_config_settings
18+
msgid ""
19+
"<span class=\"o_form_label\">Select Format</span>\n"
20+
" <span class=\"fa fa-lg fa-building-o\" title=\"Values set here are company-specific.\" groups=\"base.group_multi_company\"/>"
21+
msgstr ""
22+
23+
#. module: account_einvoice_generate
24+
#: model:ir.model,name:account_einvoice_generate.model_res_company
25+
msgid "Companies"
26+
msgstr ""
27+
28+
#. module: account_einvoice_generate
29+
#: model:ir.model,name:account_einvoice_generate.model_res_config_settings
30+
msgid "Config Settings"
31+
msgstr ""
32+
33+
#. module: account_einvoice_generate
34+
#: model_terms:ir.ui.view,arch_db:account_einvoice_generate.view_account_config_settings
35+
msgid "Electronic Invoices"
36+
msgstr ""
37+
38+
#. module: account_einvoice_generate
39+
#: model:ir.model,name:account_einvoice_generate.model_account_move
40+
msgid "Journal Entry"
41+
msgstr ""
42+
43+
#. module: account_einvoice_generate
44+
#: model:ir.model.fields.selection,name:account_einvoice_generate.selection__res_company__xml_format_in_pdf_invoice__none
45+
msgid "None"
46+
msgstr ""
47+
48+
#. module: account_einvoice_generate
49+
#: model:ir.model.fields,field_description:account_einvoice_generate.field_res_company__xml_format_in_pdf_invoice
50+
#: model:ir.model.fields,field_description:account_einvoice_generate.field_res_config_settings__xml_format_in_pdf_invoice
51+
msgid "XML Format embedded in PDF invoice"
52+
msgstr ""
53+
54+
#. module: account_einvoice_generate
55+
#: model_terms:ir.ui.view,arch_db:account_einvoice_generate.view_account_config_settings
56+
msgid "XML format attached to your PDF customer invoices"
57+
msgstr ""

account_einvoice_generate/i18n/es.po

+66
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,66 @@
1+
# Translation of Odoo Server.
2+
# This file contains the translation of the following modules:
3+
# * account_einvoice_generate
4+
#
5+
msgid ""
6+
msgstr ""
7+
"Project-Id-Version: Odoo Server 16.0\n"
8+
"Report-Msgid-Bugs-To: \n"
9+
"PO-Revision-Date: 2023-08-07 08:11+0000\n"
10+
"Last-Translator: Ivorra78 <informatica@totmaterial.es>\n"
11+
"Language-Team: none\n"
12+
"Language: es\n"
13+
"MIME-Version: 1.0\n"
14+
"Content-Type: text/plain; charset=UTF-8\n"
15+
"Content-Transfer-Encoding: \n"
16+
"Plural-Forms: nplurals=2; plural=n != 1;\n"
17+
"X-Generator: Weblate 4.17\n"
18+
19+
#. module: account_einvoice_generate
20+
#: model_terms:ir.ui.view,arch_db:account_einvoice_generate.view_account_config_settings
21+
msgid ""
22+
"<span class=\"o_form_label\">Select Format</span>\n"
23+
" <span class=\"fa fa-lg fa-building-o\" title="
24+
"\"Values set here are company-specific.\" groups=\"base.group_multi_company"
25+
"\"/>"
26+
msgstr ""
27+
"<span class=\"o_form_label\">Seleccionar Formato</span>\n"
28+
" <span class=\"fa fa-lg fa-building-o\" title="
29+
"\"Values set here are company-specific.\" groups=\"base.group_multi_company"
30+
"\"/>"
31+
32+
#. module: account_einvoice_generate
33+
#: model:ir.model,name:account_einvoice_generate.model_res_company
34+
msgid "Companies"
35+
msgstr "Compañías"
36+
37+
#. module: account_einvoice_generate
38+
#: model:ir.model,name:account_einvoice_generate.model_res_config_settings
39+
msgid "Config Settings"
40+
msgstr "Ajustes de Configuración"
41+
42+
#. module: account_einvoice_generate
43+
#: model_terms:ir.ui.view,arch_db:account_einvoice_generate.view_account_config_settings
44+
msgid "Electronic Invoices"
45+
msgstr "Facturas electrónicas"
46+
47+
#. module: account_einvoice_generate
48+
#: model:ir.model,name:account_einvoice_generate.model_account_move
49+
msgid "Journal Entry"
50+
msgstr "Entrada Diaria"
51+
52+
#. module: account_einvoice_generate
53+
#: model:ir.model.fields.selection,name:account_einvoice_generate.selection__res_company__xml_format_in_pdf_invoice__none
54+
msgid "None"
55+
msgstr "Ninguno/a"
56+
57+
#. module: account_einvoice_generate
58+
#: model:ir.model.fields,field_description:account_einvoice_generate.field_res_company__xml_format_in_pdf_invoice
59+
#: model:ir.model.fields,field_description:account_einvoice_generate.field_res_config_settings__xml_format_in_pdf_invoice
60+
msgid "XML Format embedded in PDF invoice"
61+
msgstr "Formato XML integrado en factura PDF"
62+
63+
#. module: account_einvoice_generate
64+
#: model_terms:ir.ui.view,arch_db:account_einvoice_generate.view_account_config_settings
65+
msgid "XML format attached to your PDF customer invoices"
66+
msgstr "Formato XML adjunto a sus facturas de clientes en PDF"

account_einvoice_generate/i18n/fr.po

+66
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,66 @@
1+
# Translation of Odoo Server.
2+
# This file contains the translation of the following modules:
3+
# * account_einvoice_generate
4+
#
5+
msgid ""
6+
msgstr ""
7+
"Project-Id-Version: Odoo Server 16.0\n"
8+
"Report-Msgid-Bugs-To: \n"
9+
"PO-Revision-Date: 2023-06-27 19:08+0000\n"
10+
"Last-Translator: Alexis de Lattre <alexis@via.ecp.fr>\n"
11+
"Language-Team: none\n"
12+
"Language: fr\n"
13+
"MIME-Version: 1.0\n"
14+
"Content-Type: text/plain; charset=UTF-8\n"
15+
"Content-Transfer-Encoding: \n"
16+
"Plural-Forms: nplurals=2; plural=n > 1;\n"
17+
"X-Generator: Weblate 4.17\n"
18+
19+
#. module: account_einvoice_generate
20+
#: model_terms:ir.ui.view,arch_db:account_einvoice_generate.view_account_config_settings
21+
msgid ""
22+
"<span class=\"o_form_label\">Select Format</span>\n"
23+
" <span class=\"fa fa-lg fa-building-o\" title="
24+
"\"Values set here are company-specific.\" groups=\"base.group_multi_company"
25+
"\"/>"
26+
msgstr ""
27+
"<span class=\"o_form_label\">Sélectionner le format</span>\n"
28+
" <span class=\"fa fa-lg fa-building-o\" title="
29+
"\"Values set here are company-specific.\" groups=\"base.group_multi_company"
30+
"\"/>"
31+
32+
#. module: account_einvoice_generate
33+
#: model:ir.model,name:account_einvoice_generate.model_res_company
34+
msgid "Companies"
35+
msgstr "Sociétés"
36+
37+
#. module: account_einvoice_generate
38+
#: model:ir.model,name:account_einvoice_generate.model_res_config_settings
39+
msgid "Config Settings"
40+
msgstr "Configuration"
41+
42+
#. module: account_einvoice_generate
43+
#: model_terms:ir.ui.view,arch_db:account_einvoice_generate.view_account_config_settings
44+
msgid "Electronic Invoices"
45+
msgstr "Factures électroniques"
46+
47+
#. module: account_einvoice_generate
48+
#: model:ir.model,name:account_einvoice_generate.model_account_move
49+
msgid "Journal Entry"
50+
msgstr "Pièce comptable"
51+
52+
#. module: account_einvoice_generate
53+
#: model:ir.model.fields.selection,name:account_einvoice_generate.selection__res_company__xml_format_in_pdf_invoice__none
54+
msgid "None"
55+
msgstr "Aucun"
56+
57+
#. module: account_einvoice_generate
58+
#: model:ir.model.fields,field_description:account_einvoice_generate.field_res_company__xml_format_in_pdf_invoice
59+
#: model:ir.model.fields,field_description:account_einvoice_generate.field_res_config_settings__xml_format_in_pdf_invoice
60+
msgid "XML Format embedded in PDF invoice"
61+
msgstr "Format XML embarqué dans la facture PDF"
62+
63+
#. module: account_einvoice_generate
64+
#: model_terms:ir.ui.view,arch_db:account_einvoice_generate.view_account_config_settings
65+
msgid "XML format attached to your PDF customer invoices"
66+
msgstr "Format XML embarqué à l'intérieur de vos factures clients PDF"

0 commit comments

Comments
 (0)