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,12 @@
Requires partner_identification_gln module to store GLN identifiers.
Partner identification code assigned by the European Article Numbering Association.
Use two identification categories:
- "GLN Identificatin Number". Partner identification like invoice or delivery address.
- "GCP Identification Number". Global Company Prefix.
If GCP codes are needed in UNB interchange header.
If you need group partners, consider oca/partner-contact/partner_company_group module.

View file

@ -0,0 +1,4 @@
* Rafa Morant <rmorant@albasoft.com> (www.albasoft.com)
* Marc Poch <mpoch@planetatic.com>
* Duong (Tran Quoc) <duongtq@trobz.com>
* Tris Doan <tridm@trobz.com>

View file

@ -0,0 +1,2 @@
This module contains methods to generate and parse EDIFACT/D96A files

View file

@ -0,0 +1,4 @@
14.0.1.0.0 (2023-04-13)
~~~~~~~~~~~~~~~~~~~~~~~
Strong migration from 12.0.1.0.1 because it's not working for Amazon vendor orders.

View file

@ -0,0 +1,2 @@
This module requires 'pydifact' python library.

View file

@ -0,0 +1,4 @@
This module doesn't do anything useful by itself, but it is used by several other modules:
* *sale_order_import_edifact* that imports EDIFACT/D96A sale orders.