-
Notifications
You must be signed in to change notification settings - Fork 24
Expand file tree
/
Copy path__manifest__.py
More file actions
42 lines (40 loc) · 1.37 KB
/
__manifest__.py
File metadata and controls
42 lines (40 loc) · 1.37 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
33
34
35
36
37
38
39
40
41
42
# Part of OpenSPP. See LICENSE file for full copyright and licensing details.
{
"name": "OpenSPP Area Management",
"summary": "Establishes direct associations between OpenSPP registrants, beneficiary groups, and their corresponding geographical administrative areas. It validates registrant-area linkages against official area types, ensuring data integrity and enabling targeted program delivery and analysis.",
"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", "reichie020212"],
"depends": [
"base",
"spp_base_common",
"spp_user_roles",
"spp_area_base",
"g2p_registry_base",
"g2p_registry_individual",
"g2p_registry_group",
"queue_job",
],
"external_dependencies": {},
"data": [
"security/ir.model.access.csv",
"views/individual_views.xml",
"views/group_views.xml",
"views/area.xml",
"views/area_import.xml",
"views/area_kind.xml",
"views/role.xml",
"views/user.xml",
],
"assets": {},
"demo": [],
"images": [],
"application": True,
"installable": True,
"auto_install": False,
}