-
Notifications
You must be signed in to change notification settings - Fork 23
Expand file tree
/
Copy path__manifest__.py
More file actions
37 lines (36 loc) · 1.33 KB
/
__manifest__.py
File metadata and controls
37 lines (36 loc) · 1.33 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
{
"name": "OpenSPP Change Information Change Request",
"category": "OpenSPP",
"version": "17.0.1.3.1",
"summary": "Manages a structured process for updating an individual registrant's core personal and identification details within the OpenSPP platform. It integrates ID scanning for automatic data population, enforces data integrity with validation rules, and securely stores supporting documents in dedicated DMS directories.",
"sequence": 1,
"author": "OpenSPP.org",
"website": "https://github.com/OpenSPP/openspp-modules",
"license": "LGPL-3",
"development_status": "Production/Stable",
"maintainers": ["jeremi", "gonzalesedwin1123"],
"depends": [
"spp_change_request",
"g2p_registry_individual",
"g2p_registry_group",
"g2p_registry_membership",
"spp_service_points",
],
"data": [
"security/change_request_security.xml",
"security/ir.model.access.csv",
"data/dms.xml",
"data/change_request_stage.xml",
"data/change_request_sequence.xml",
"data/change_request_target.xml",
"views/change_request_change_info_view.xml",
"views/dms_file_view.xml",
],
"assets": {},
"demo": [],
"images": [],
"application": False,
"installable": True,
"auto_install": False,
}
# "data/id_type.xml",