-
-
Notifications
You must be signed in to change notification settings - Fork 48
Expand file tree
/
Copy path__manifest__.py
More file actions
24 lines (23 loc) · 731 Bytes
/
__manifest__.py
File metadata and controls
24 lines (23 loc) · 731 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# Copyright 2023 Camptocamp SA
# @author: Simone Orsi <simahawk@gmail.com>
# License LGPL-3.0 or later (http://www.gnu.org/licenses/lgpl).
{
"name": "EDI state",
"summary": """
Allow to assign specific EDI states to related records.
""",
"version": "18.0.1.0.3",
"development_status": "Alpha",
"license": "LGPL-3",
"website": "https://github.com/OCA/edi-framework",
"author": "Camptocamp, Odoo Community Association (OCA)",
"maintainers": ["simahawk"],
"depends": ["edi_core_oca"],
"data": [
"security/ir_model_access.xml",
"views/edi_exchange_type.xml",
"views/edi_state_workflow.xml",
"views/edi_state.xml",
"views/menuitems.xml",
],
}