Search 1.9 billion lines of Odoo code on GitHub

base_facturx

Author: Akretion,Odoo Community Association (OCA)
License: AGPL-3
Branch: 12.0
Repository: OCA/edi
Dependencies: account_payment_unece, account_tax_unece, and uom_unece
Languages: HTML (349, 72.7%), PO File (43, 9.0%), Python (22, 4.6%), XML (15, 3.1%), and reStructuredText (51, 10.6%)
Other branches: 13.0, 13.0-ocabot-update-dotfiles, 14.0, 15.0, and simahawk-patch-1
Other repositories: BT-aestebanez/edi, Change2improve/edi, Develoman/edi, ERPLibre/edi, ForgeFlow/edi, Gabinete-Digital/edi, Ingeos/edi, MathBenTech/edi, NeatNerdPrime/edi, OCA-MUK/edi, SanteLibre/edi, SeuMarco/edi, SimoneVagile/edi, Stargue/edi, TDu/edi, Tecnativa/edi, aaltinisik/edi, abihedia/edi-1, acsone/edi, akretion/edi, anhvu-sg/edi, aurestic/edi, bealdav/edi, brain-tec/edi, camptocamp/edi, crece365/edi, decodio-applications/edi, eguane/edi, flotho/edi, hbrunn/edi, initOS/edi, invitu/edi, jason156/edi, legalsylvain/edi, lideritjnma/edi, mohamed-helmy/edi, myceliandre/edi, njeudy/edi, onesteinbv/edi, pasgou/edi, rconjour/edi, sanube/edi, sebalix/edi, simahawk/edi, steingabelgaard/edi, sunflowerit/edi, tegin/edi, tirma-sa/edi, vrenaville/edi, yucer/edi, and yvaucher/edi

<h1 class="title">Base Factur-X</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/12.0/base_facturx"><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-12-0/edi-12-0-base_facturx"><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/12.0"><img alt="Try me on Runbot" src="https://img.shields.io/badge/runbot-Try%20me-875A7B.png" /></a></p> <p>This is the base module for the implementation of the <a class="reference external" href="http://fnfe-mpe.org/factur-x/">Factur-X</a> and <a class="reference external" href="https://www.ferd-net.de/zugferd/zugferd-abruf-1.0.html">ZUGFeRD</a> standards. The standard Factur-X 1.0 is the same as ZUGFeRD 2.0 (the name Factur-X is always used in France, whereas in Germany many people still use the name ZUGFeRD). It is a standard based on <a class="reference external" href="http://tfig.unece.org/contents/cross-industry-invoice-cii.htm">CII</a> (Cross-Industry Invoice) for electronic invoicing. The great idea of the Factur-X/ZUGFeRD standard is to embed an XML file inside the PDF invoice to carry structured information about the invoice.</p> <p><strong>Table of contents</strong></p> <div class="contents local topic" id="contents"> <ul class="simple"> <li><a class="reference internal" href="#configuration" id="id1">Configuration</a></li> <li><a class="reference internal" href="#usage" id="id2">Usage</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="configuration"></a> <h2><a class="toc-backref" href="#id1">Configuration</a></h2> <p>To configure this module, you need to:</p> <ul class="simple"> <li>go to the menu <em>Sales &gt; Configuration &gt; Products &gt; Units of Measures</em> and check the <em>UNECE Code</em> for the units of measures.</li> <li>go to the menu <em>Invoicing &gt; Configuration &gt; Accounting &gt; Taxes</em> and, for each tax, set a <em>UNECE Type Code</em> and a <em>UNECE Category Code</em>.</li> <li>go to the menu <em>Invoicing &gt; Configuration &gt; Management &gt; Payment Methods</em> and assign a <em>UNECE Code</em> to the payment methods that are selected in the payment modes.</li> </ul> <p>To avoid the manual configuration of taxes, look for a module <em>l10n_XX_account_tax_unece</em> in the OCA project of your localization; if such a module exists (it exists at least for the Netherlands and France), install it and it will auto-configure the taxes created by your localization.</p> <a name="usage"></a> <h2><a class="toc-backref" href="#id2">Usage</a></h2> <p>This module doesn't do anything by itself, but it is used by 2 other modules:</p> <ul class="simple"> <li><em>account_invoice_facturx</em> that generate Factur-X 1.0 (i.e. ZUGFeRD 2.0) customer invoices/refunds,</li> <li><em>account_invoice_import_facturx</em> that imports ZUGFeRD 1.0 and Factur-X 1.0 (i.e. ZUGFeRD 2.0) supplier invoices/refunds.</li> </ul> <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:%20base_facturx%0Aversion:%2012.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> </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> </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>This module is part of the <a class="reference external" href="https://github.com/OCA/edi/tree/12.0/base_facturx">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>

Dependency Graph