mirror of
https://github.com/bringout/oca-edi.git
synced 2026-04-19 04:11:59 +02:00
Initial commit: OCA Edi packages (42 packages)
This commit is contained in:
commit
df976c03db
2184 changed files with 571602 additions and 0 deletions
|
|
@ -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": [],
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue