-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy path__manifest__.py
33 lines (31 loc) · 992 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 OpenSPP. See LICENSE file for full copyright and licensing details.
{
"name": "OpenSPP Proxy Means Testing",
"summary": "Calculates a Proxy Means Testing (PMT) score for groups of registrants to aid in beneficiary identification and prioritization for social protection programs.",
"category": "OpenSPP",
"version": "17.0.1.3.0",
"sequence": 1,
"author": "OpenSPP.org",
"website": "https://github.com/OpenSPP/openspp-modules",
"license": "LGPL-3",
"development_status": "Beta",
"maintainers": ["dasunhegoda"],
"depends": [
"base",
"g2p_registry_base",
"g2p_registry_group",
"spp_custom_fields_ui",
"spp_area",
],
"data": [
"security/ir.model.access.csv",
"views/custom_fields_ui_view.xml",
"views/custom_registrant_view.xml",
],
"assets": {},
"demo": [],
"images": [],
"application": True,
"installable": True,
"auto_install": False,
}