-
Notifications
You must be signed in to change notification settings - Fork 23
Expand file tree
/
Copy path__manifest__.py
More file actions
32 lines (32 loc) · 1.11 KB
/
__manifest__.py
File metadata and controls
32 lines (32 loc) · 1.11 KB
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
{
"name": "OpenSPP Programs: Service Points Integration",
"category": "OpenSPP",
"version": "17.0.1.3.1",
"sequence": 1,
"author": "OpenSPP.org",
"website": "https://github.com/OpenSPP/openspp-modules",
"license": "LGPL-3",
"development_status": "Production/Stable",
"maintainers": ["jeremi", "gonzalesedwin1123"],
"depends": [
"base",
"g2p_programs",
"spp_programs",
"spp_service_points",
"spp_entitlement_cash",
"spp_entitlement_in_kind",
],
"data": [
"wizard/create_program_wizard.xml",
"views/programs_view.xml",
"views/entitlements_view.xml",
"views/service_point_views.xml",
],
"assets": {},
"demo": [],
"images": [],
"application": True,
"installable": True,
"auto_install": False,
"summary": "OpenSPP Programs Sp extends core program management by integrating service points directly into entitlement and beneficiary processes. It automatically links beneficiaries' assigned service points to their entitlements, supporting both cash and in-kind benefit distribution.",
}