-
Notifications
You must be signed in to change notification settings - Fork 23
Expand file tree
/
Copy path__manifest__.py
More file actions
24 lines (24 loc) · 989 Bytes
/
__manifest__.py
File metadata and controls
24 lines (24 loc) · 989 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# Part of OpenSPP. See LICENSE file for full copyright and licensing details.
{
"name": "OpenSPP Program ID",
"summary": "Assigns and manages unique, immutable identifiers for every social protection program within the OpenSPP platform. This core component extends program records to ensure distinct identification, facilitating streamlined data management, enhanced reporting, and seamless system 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", "nhatnm0612"],
"depends": [
"spp_programs",
],
"data": [
"data/ir_sequence_data.xml",
"views/g2p_program_views.xml",
],
"application": False,
"installable": True,
"auto_install": False,
"post_init_hook": "post_init_hook",
}