forked from OpenG2P/openg2p-program
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path__manifest__.py
31 lines (31 loc) · 915 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
# Part of OpenG2P. See LICENSE file for full copyright and licensing details.
{
"name": "OpenG2P Programs: Reimbursement",
"category": "G2P",
"version": "15.0.1.2.0",
"sequence": 1,
"author": "OpenG2P",
"website": "https://openg2p.org",
"license": "Other OSI approved licence",
"development_status": "Alpha",
"depends": [
"g2p_programs",
# TODO: The following need not be a dependency
"g2p_program_assessment",
],
"data": [
"views/program_view.xml",
"views/cycle_view.xml",
"views/entitlement_view.xml",
"views/serviceprovider_view.xml",
"wizard/assign_to_program_wizard.xml",
"wizard/create_program_wizard.xml",
"wizard/create_entitlement_wizard.xml",
],
"assets": {},
"demo": [],
"images": [],
"application": True,
"installable": True,
"auto_install": False,
}