forked from coopiteasy/vertical-cooperative
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path__manifest__.py
More file actions
28 lines (27 loc) · 765 Bytes
/
__manifest__.py
File metadata and controls
28 lines (27 loc) · 765 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
25
26
27
28
# Copyright 2020 Coop IT Easy SCRL fs
# Robin Keunen <robin@coopiteasy.be>
# License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl.html).
{
"name": "Cooperators API",
"version": "12.0.2.0.0",
"depends": [
"base_rest",
"cooperator",
"cooperator_api_logs",
"auth_api_key", # todo conf running_env = dev
],
"author": "Coop IT Easy SC",
"category": "Cooperative management",
"website": "https://coopiteasy.be",
"license": "AGPL-3",
"summary": """
Open Cooperators to the world: RESTful API.
""",
"data": [
"security/ir_rule.xml",
"views/external_id_mixin_views.xml",
],
"demo": ["demo/demo.xml"],
"installable": True,
"application": False,
}