Search 1.9 billion lines of Odoo code on GitHub

account_einvoice_generate

Author: Akretion,Onestein,Odoo Community Association (OCA)
License: AGPL-3
Branch: 15-mig-account_invoice_facturx
Repository: akretion/edi
Dependencies: account
Languages: HTML (353, 63.9%), PO File (43, 7.8%), Python (65, 11.8%), XML (31, 5.6%), and reStructuredText (60, 10.9%)
Other branches: 14-account_invoice_import-empty, 14-account_invoice_import-journal, 14-account_invoice_import_simple_pdf, 14-business_doc_import_xmlid, 14-mig-account_einvoice_generate, 14-mig-account_invoice_facturx, 14-mig-doc_import_phone, 14-mig-download_ovh, 14-mig-facturx_py3o, 14-mig-purchase_order_ubl_py3o, 14-psoft-invoice2data-vat_lines, 14-simple_pdf-fix-bad-string, 14-simple_pdf-fixes, 14-simple_pdf-match_partner_other_fields, 14-simple_pdf-quote_thousand_sep, 14-unpin-dateparser-version, 14.0, 14.0-add-chunk-processing, 14.0-add-the-possibility-to-customize-buyer-order-ref, 14.0-fix-hs_code, 14.0-mig-account_invoice_ubl_py3o, 14.0-webservice-improve, 15-mig-account_einvoice_generate, 15-mig-account_invoice_import, 15-mig-account_invoice_import_simple_pdf, 15-mig-base_facturx, and 16-mig-account_einvoice_generate
Other repositories: Change2improve/edi, ForgeFlow/edi, Gabinete-Digital/edi, Ingeos/edi, OCA/edi, SeuMarco/edi, TDu/edi, Tecnativa/edi, acsone/edi, aurestic/edi, brain-tec/edi, camptocamp/edi, flotho/edi, initOS/edi, invitu/edi, sebalix/edi, simahawk/edi, and tegin/edi

<h1 class="title">Account e-invoice Generate</h1> <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/15.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" href="https://translation.odoo-community.org/projects/edi-15-0/edi-15-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" href="https://runbot.odoo-community.org/runbot/226/15.0"><img alt="Try me on Runbot" src="https://img.shields.io/badge/runbot-Try%20me-875A7B.png" /></a></p> <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> <ul class="simple"> <li><strong>account_invoice_ubl</strong>: add support for the UBL format (Universal Business Language),</li> <li><strong>account_invoice_facturx</strong>: add support for the <a class="reference external" href="http://fnfe-mpe.org/factur-x/factur-x_en/">Factur-X</a> format.</li> </ul> <p>See the README of each module for more information.</p> <p>These 2 modules are able to embed an XML file in the PDF invoice and this module ensure that these 2 modules are compatible.</p> <p><strong>Table of contents</strong></p> <div class="contents local topic" id="contents"> <ul class="simple"> <li><a class="reference internal" href="#installation" id="id1">Installation</a></li> <li><a class="reference internal" href="#configuration" id="id2">Configuration</a></li> <li><a class="reference internal" href="#bug-tracker" id="id3">Bug Tracker</a></li> <li><a class="reference internal" href="#credits" id="id4">Credits</a><ul> <li><a class="reference internal" href="#authors" id="id5">Authors</a></li> <li><a class="reference internal" href="#contributors" id="id6">Contributors</a></li> <li><a class="reference internal" href="#maintainers" id="id7">Maintainers</a></li> </ul> </li> </ul> </div> <a name="installation"></a> <h2><a class="toc-backref" href="#id1">Installation</a></h2> <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> <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> <a name="configuration"></a> <h2><a class="toc-backref" href="#id2">Configuration</a></h2> <p>The new configuration parameter <em>XML Format embedded in PDF invoice</em> is available in the menu <em>Invoicing &gt; Configuration &gt; Settings</em>.</p> <a name="bug-tracker"></a> <h2><a class="toc-backref" href="#id3">Bug Tracker</a></h2> <p>Bugs are tracked on <a class="reference external" href="https://github.com/OCA/edi/issues">GitHub Issues</a>. In case of trouble, please check there if your issue has already been reported. If you spotted it first, help us smashing it by providing a detailed and welcomed <a class="reference external" href="https://github.com/OCA/edi/issues/new?body=module:%20account_einvoice_generate%0Aversion:%2015.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**">feedback</a>.</p> <p>Do not contact contributors directly about support or help with technical issues.</p> <a name="credits"></a> <h2><a class="toc-backref" href="#id4">Credits</a></h2> <a name="authors"></a> <h3><a class="toc-backref" href="#id5">Authors</a></h3> <ul class="simple"> <li>Akretion</li> <li>Onestein</li> </ul> <a name="contributors"></a> <h3><a class="toc-backref" href="#id6">Contributors</a></h3> <ul class="simple"> <li>Alexis de Lattre &lt;<a class="reference external" href="mailto:alexis.delattre&#64;akretion.com">alexis.delattre&#64;akretion.com</a>&gt;</li> <li>Andrea Stirpe &lt;<a class="reference external" href="mailto:a.stirpe&#64;onestein.nl">a.stirpe&#64;onestein.nl</a>&gt;</li> <li>Shine IT &lt;<a class="reference external" href="mailto:contact&#64;openerp.cn">contact&#64;openerp.cn</a>&gt;</li> </ul> <a name="maintainers"></a> <h3><a class="toc-backref" href="#id7">Maintainers</a></h3> <p>This module is maintained by the OCA.</p> <a class="reference external image-reference" href="https://odoo-community.org"><img alt="Odoo Community Association" src="https://odoo-community.org/logo.png" /></a> <p>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.</p> <p>Current <a class="reference external" href="https://odoo-community.org/page/maintainer-role">maintainer</a>:</p> <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> <p>This module is part of the <a class="reference external" href="https://github.com/OCA/edi/tree/15.0/account_einvoice_generate">OCA/edi</a> project on GitHub.</p> <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>