forked from OpenG2P/openg2p-registry
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path__manifest__.py
33 lines (33 loc) · 899 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
# Part of OpenG2P. See LICENSE file for full copyright and licensing details.
{
"name": "G2P Registry Datashare: WebSub",
"category": "G2P",
"version": "17.0.1.5.0",
"sequence": 1,
"author": "OpenG2P",
"website": "https://openg2p.org",
"license": "LGPL-3",
"depends": [
"queue_job",
# TODO: Split the following into submodules
"g2p_encryption",
"g2p_registry_base",
"g2p_registry_individual",
"g2p_registry_group",
"g2p_registry_membership",
],
"external_dependencies": {"python": ["jq"]},
"data": [
"views/datashare_config_websub.xml",
"security/ir.model.access.csv",
"wizard/manual_trigger.xml",
],
"assets": {
"web.assets_backend": [],
},
"demo": [],
"images": [],
"application": True,
"installable": True,
"auto_install": False,
}