Initial commit: OCA Edi packages (42 packages)

This commit is contained in:
Ernad Husremovic 2025-08-29 15:43:05 +02:00
commit df976c03db
2184 changed files with 571602 additions and 0 deletions

View file

@ -0,0 +1,2 @@
The new configuration parameter *XML Format embedded in PDF invoice*
is available in the menu *Invoicing > Configuration > Settings*.

View file

@ -0,0 +1,3 @@
* Alexis de Lattre <alexis.delattre@akretion.com>
* Andrea Stirpe <a.stirpe@onestein.nl>
* Shine IT <contact@openerp.cn>

View file

@ -0,0 +1,9 @@
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:
* **account_invoice_ubl**: add support for the UBL format (Universal Business Language),
* **account_invoice_facturx**: add support for the `Factur-X <http://fnfe-mpe.org/factur-x/factur-x_en/>`_ format.
See the README of each module for more information.
These 2 modules are able to embed an XML file in the PDF invoice and
this module ensure that these 2 modules are compatible.

View file

@ -0,0 +1,3 @@
Before installing the module, you must **uninstall** the module **account_edi** from the official addons. As the account_edi module is auto-installable, it is certainly already installed on your Odoo database.
For that, go to the *Apps* menu, remove the *Apps* filter, search for the module *account_edi* (the title of the module is *Import/Export Invoices From XML/PDF*). Then click on the button *Module info* and then on the button *Uninstall*.