mirror of
https://github.com/bringout/oca-edi.git
synced 2026-04-19 08:12:01 +02:00
27 lines
796 B
Python
27 lines
796 B
Python
# 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": [],
|
|
}
|