You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is a technical module that ensure compatibility between the e-invoice generation modules of the `OCA/edi project <https://github.com/OCA/edi/>`_. It doesn't bring any feature by itself. You must also install one of the 2 OCA modules that generate electronic invoices:
29
32
@@ -58,7 +61,7 @@ Bug Tracker
58
61
59
62
Bugs are tracked on `GitHub Issues <https://github.com/OCA/edi/issues>`_.
60
63
In case of trouble, please check there if your issue has already been reported.
61
-
If you spotted it first, help us smashing it by providing a detailed and welcomed
64
+
If you spotted it first, help us to smash it by providing a detailed and welcomed
<p><aclass="reference external" href="https://odoo-community.org/page/development-status"><imgalt="Beta" src="https://img.shields.io/badge/maturity-Beta-yellow.png" /></a><aclass="reference external" href="http://www.gnu.org/licenses/agpl-3.0-standalone.html"><imgalt="License: AGPL-3" src="https://img.shields.io/badge/licence-AGPL--3-blue.png" /></a><aclass="reference external" href="https://github.com/OCA/edi/tree/14.0/account_einvoice_generate"><imgalt="OCA/edi" src="https://img.shields.io/badge/github-OCA%2Fedi-lightgray.png?logo=github" /></a><aclass="reference external" href="https://translation.odoo-community.org/projects/edi-14-0/edi-14-0-account_einvoice_generate"><imgalt="Translate me on Weblate" src="https://img.shields.io/badge/weblate-Translate%20me-F47D42.png" /></a><aclass="reference external" href="https://runbot.odoo-community.org/runbot/226/14.0"><imgalt="Try me on Runbot" src="https://img.shields.io/badge/runbot-Try%20me-875A7B.png" /></a></p>
372
+
<p><aclass="reference external image-reference" href="https://odoo-community.org/page/development-status"><imgalt="Beta" src="https://img.shields.io/badge/maturity-Beta-yellow.png" /></a><aclass="reference external image-reference" href="http://www.gnu.org/licenses/agpl-3.0-standalone.html"><imgalt="License: AGPL-3" src="https://img.shields.io/badge/licence-AGPL--3-blue.png" /></a><aclass="reference external image-reference" href="https://github.com/OCA/edi/tree/14.0/account_einvoice_generate"><imgalt="OCA/edi" src="https://img.shields.io/badge/github-OCA%2Fedi-lightgray.png?logo=github" /></a><aclass="reference external image-reference" href="https://translation.odoo-community.org/projects/edi-14-0/edi-14-0-account_einvoice_generate"><imgalt="Translate me on Weblate" src="https://img.shields.io/badge/weblate-Translate%20me-F47D42.png" /></a><aclass="reference external image-reference" href="https://runboat.odoo-community.org/builds?repo=OCA/edi&target_branch=14.0"><imgalt="Try me on Runboat" src="https://img.shields.io/badge/runboat-Try%20me-875A7B.png" /></a></p>
371
373
<p>This is a technical module that ensure compatibility between the e-invoice generation modules of the <aclass="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>
372
374
<ulclass="simple">
373
375
<li><strong>account_invoice_ubl</strong>: add support for the UBL format (Universal Business Language),</li>
<p>Before installing the module, you must <strong>uninstall</strong> the module <strong>account_edi</strong> from the official addons. As the account_edi module is auto-installable, it is certainly already installed on your Odoo database.</p>
396
398
<p>For that, go to the <em>Apps</em> menu, remove the <em>Apps</em> filter, search for the module <em>account_edi</em> (the title of the module is <em>Import/Export Invoices From XML/PDF</em>). Then click on the button <em>Module info</em> and then on the button <em>Uninstall</em>.</p>
<p>This module is part of the <aclass="reference external" href="https://github.com/OCA/edi/tree/14.0/account_einvoice_generate">OCA/edi</a> project on GitHub.</p>
438
440
<p>You are welcome to contribute. To learn how please visit <aclass="reference external" href="https://odoo-community.org/page/Contribute">https://odoo-community.org/page/Contribute</a>.</p>
This module is the technical basis to automate the download of supplier invoices with Odoo. It must be used in combination with additionnal modules that add download backends. The technical name of these additionnal modules usually start with **account\_invoice\_download\_**.
29
32
@@ -59,7 +62,7 @@ Bug Tracker
59
62
60
63
Bugs are tracked on `GitHub Issues <https://github.com/OCA/edi/issues>`_.
61
64
In case of trouble, please check there if your issue has already been reported.
62
-
If you spotted it first, help us smashing it by providing a detailed and welcomed
65
+
If you spotted it first, help us to smash it by providing a detailed and welcomed
0 commit comments