mirror of
https://github.com/bringout/oca-edi.git
synced 2026-04-19 08:52:05 +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
20
odoo-bringout-oca-edi-base_edi/base_edi/__manifest__.py
Normal file
20
odoo-bringout-oca-edi-base_edi/base_edi/__manifest__.py
Normal file
|
|
@ -0,0 +1,20 @@
|
|||
# Copyright 2020 ACSONE
|
||||
# @author: Simone Orsi <simahawk@gmail.com>
|
||||
# License LGPL-3.0 or later (http://www.gnu.org/licenses/lgpl).
|
||||
|
||||
{
|
||||
"name": "Base EDI",
|
||||
"summary": """Base module to aggregate EDI features.""",
|
||||
"version": "16.0.1.1.0",
|
||||
"development_status": "Beta",
|
||||
"website": "https://github.com/OCA/edi",
|
||||
"license": "LGPL-3",
|
||||
"author": "ACSONE,Odoo Community Association (OCA)",
|
||||
"maintainers": ["simahawk"],
|
||||
"depends": ["base"],
|
||||
"data": [
|
||||
"data/module_category.xml",
|
||||
"security/edi_groups.xml",
|
||||
"views/edi_menu.xml",
|
||||
],
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue