forked from OpenG2P/openg2p-registry
-
Notifications
You must be signed in to change notification settings - Fork 0
/
__manifest__.py
35 lines (35 loc) · 964 Bytes
/
__manifest__.py
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
29
30
31
32
33
34
35
# Part of OpenG2P Registry. See LICENSE file for full copyright and licensing details.
{
"name": "G2P Registry: Membership",
"category": "G2P",
"version": "17.0.0.0.0",
"sequence": 1,
"author": "OpenG2P",
"website": "https://openg2p.org",
"license": "LGPL-3",
"depends": [
"base",
"mail",
"contacts",
"g2p_registry_group",
"g2p_registry_individual",
"queue_job",
],
"data": [
"security/ir.model.access.csv",
"security/registrant_rule.xml",
"data/group_membership_kinds.xml",
"data/queue_job_channel.xml",
"views/groups_view.xml",
"views/individuals_view.xml",
"views/group_membership_view.xml",
"views/group_membership_kinds_view.xml",
"views/membership_rules.xml",
],
"assets": {},
"demo": [],
"images": [],
"application": True,
"installable": True,
"auto_install": False,
}