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,27 @@
# Copyright 2023 ALBA Software S.L.
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl-3.0)
{
"name": "Base EDIFACT",
"summary": "UN/EDIFACT/D96A utilities using pydifact parser",
"version": "16.0.1.5.1",
"development_status": "Alpha",
"category": "Tools",
"website": "https://github.com/OCA/edi",
"author": "ALBA Software, PlanetaTIC, Odoo Community Association (OCA)",
"maintainers": ["rmorant"],
"license": "AGPL-3",
"application": False,
"installable": True,
# "preloadable": True,
"external_dependencies": {
"python": ["pydifact"],
"bin": [],
},
"depends": [
# for configuration
"account",
"partner_identification",
"partner_identification_gln",
],
"data": [],
}