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,8 @@
In the menu *Invoicing > Configuration > Settings > Invoicing*, under
*Electronic Invoices*, check the value of 2 options:
* *XML Format embedded in PDF invoice* : if you want to have an UBL XML file
embedded inside the PDF invoice, set it to
*Universal Business Language (UBL)*
* if you work directly with XML invoices and you want to have the PDF invoice
in base64 inside the XML file, enable the *Embed PDF in UBL XML Invoice*.

View file

@ -0,0 +1,4 @@
* Alexis de Lattre <alexis.delattre@akretion.com>
* Andrea Stirpe <a.stirpe@onestein.nl>
* Foram Shah <foram.shah@initos.com>
* Jacques-Etienne Baudoux (BCIM) <je@bcim.be>

View file

@ -0,0 +1,12 @@
This module adds support for UBL, the `Universal Business Language (UBL)
<http://ubl.xml.org/>`_ standard, on invoices. The UBL 2.1 standard became the
`ISO/IEC 19845 <http://www.iso.org/iso/catalogue_detail.htm?csnumber=66370>`_
standard in December 2015 (cf the `official announce
<http://www.prweb.com/releases/2016/01/prweb13186919.htm>`_).
With this module, you can generate customer invoices/refunds:
* in PDF format with an embedded UBL XML file
* as an XML file with an optional embedded PDF file
This module supports UBL version 2.1 (used by default) and 2.0.