Metadata-Version: 2.1
Name: odoo-addon-account_invoice_facturx
Version: 18.0.2.1.0.2
Requires-Python: >=3.10
Requires-Dist: factur-x
Requires-Dist: odoo-addon-account_einvoice_generate==18.0.*
Requires-Dist: odoo-addon-base_facturx==18.0.*
Requires-Dist: odoo==18.0.*
Summary: Generate Factur-X/ZUGFeRD customer invoices
Home-page: https://github.com/OCA/edi
License: AGPL-3
Author: Akretion,Odoo Community Association (OCA)
Author-email: support@odoo-community.org
Classifier: Programming Language :: Python
Classifier: Framework :: Odoo
Classifier: Framework :: Odoo :: 18.0
Classifier: License :: OSI Approved :: GNU Affero General Public License v3
Description-Content-Type: text/x-rst

.. image:: https://odoo-community.org/readme-banner-image
   :target: https://odoo-community.org/get-involved?utm_source=readme
   :alt: Odoo Community Association

========================
Account Invoice Factur-X
========================

.. 
   !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
   !! This file is generated by oca-gen-addon-readme !!
   !! changes will be overwritten.                   !!
   !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
   !! source digest: sha256:d6b6b2bfd9414d4911bcca8088f7989a2ffcfa4cbb3fe24cb3cd4e7ea4fcef65
   !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!

.. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png
    :target: https://odoo-community.org/page/development-status
    :alt: Beta
.. |badge2| image:: https://img.shields.io/badge/license-AGPL--3-blue.png
    :target: http://www.gnu.org/licenses/agpl-3.0-standalone.html
    :alt: License: AGPL-3
.. |badge3| image:: https://img.shields.io/badge/github-OCA%2Fedi-lightgray.png?logo=github
    :target: https://github.com/OCA/edi/tree/18.0/account_invoice_facturx
    :alt: OCA/edi
.. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png
    :target: https://translation.odoo-community.org/projects/edi-18-0/edi-18-0-account_invoice_facturx
    :alt: Translate me on Weblate
.. |badge5| image:: https://img.shields.io/badge/runboat-Try%20me-875A7B.png
    :target: https://runboat.odoo-community.org/builds?repo=OCA/edi&target_branch=18.0
    :alt: Try me on Runboat

|badge1| |badge2| |badge3| |badge4| |badge5|

With this module, the PDF customer invoices and refunds generated by the
Qweb reporting engine of Odoo will comply with the
`Factur-X <http://fnfe-mpe.org/factur-x/>`__ standard. The Factur-X
standard is an e-invoicing standard for France and Germany released on
December 31st 2017. In Germany, it is also known as the `ZUGFeRD
2.0 <http://www.ferd-net.de/aktuelles/meldungen/verabschiedung-zugferd-2.0_profil-en16931.html/>`__
standard. This standard is based on
`CII <http://tfig.unece.org/contents/cross-industry-invoice-cii.htm>`__
(Cross-Industry Invoice) for electronic invoicing. The great idea of the
ZUGFeRD/Factur-X standard is to embed an XML file inside the PDF invoice
to carry structured information about the invoice. So, with a
ZUGFeRD/Factur-X PDF invoice:

- no need to change your habbits and those of your customers: you can
  still send your PDF invoices by email as usual.
- customers equiped with a modern accouting software will be able to
  import the invoice automatically as supplier invoice by taking
  advantage of the embedded XML file,
- customers with an ancient accounting software will just open the PDF
  file with their PDF reader and manually encode the document as
  supplier invoice in their accounting software.

**Table of contents**

.. contents::
   :local:

Installation
============

**WARNING**: there is an alternative implementation of Factur-X in the
module **account_edi_ubl_cii** of the official addons. If both modules
are installed, the XML embedded in the PDF is the XML generated by the
module **account_edi_ubl_cii**. To avoid that, you need to uninstall the
module **account_edi_ubl_cii**.

This module requires a recent version of the Python library
`factur-x <https://github.com/akretion/factur-x>`__ developped by
Akretion. To install it, run:

::

   pip3 install --upgrade factur-x

Configuration
=============

In the menu *Invoicing > Configuration > Settings*, check the
configuration parameter *XML Format embedded in PDF invoice*: if you
want to generate Factur-X invoices, this option must be set to *Factur-X
(CII)*.

Bug Tracker
===========

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

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

Credits
=======

Authors
-------

* Akretion

Contributors
------------

- Alexis de Lattre <alexis.delattre@akretion.com>

Maintainers
-----------

This module is maintained by the OCA.

.. image:: https://odoo-community.org/logo.png
   :alt: Odoo Community Association
   :target: https://odoo-community.org

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.

.. |maintainer-alexis-via| image:: https://github.com/alexis-via.png?size=40px
    :target: https://github.com/alexis-via
    :alt: alexis-via

Current `maintainer <https://odoo-community.org/page/maintainer-role>`__:

|maintainer-alexis-via| 

This module is part of the `OCA/edi <https://github.com/OCA/edi/tree/18.0/account_invoice_facturx>`_ project on GitHub.

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