forked from OpenSPP/openspp-modules
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path__manifest__.py
More file actions
20 lines (20 loc) · 922 Bytes
/
__manifest__.py
File metadata and controls
20 lines (20 loc) · 922 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
{
"name": "OpenSPP Custom Fields UI",
"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_registry_base", "g2p_registry_membership"],
"data": ["views/custom_fields_ui.xml"],
"assets": {},
"demo": [],
"images": [],
"application": True,
"installable": True,
"auto_install": False,
"summary": "The OpenSPP Custom Fields UI module provides a user interface for program implementers to define and manage custom data fields for registrants. It extends registrant profiles by associating custom data with individuals or groups, supporting program-specific indicators and calculated data points within the OpenSPP platform.",
}