-
Notifications
You must be signed in to change notification settings - Fork 23
Expand file tree
/
Copy path__manifest__.py
More file actions
45 lines (45 loc) · 1.54 KB
/
__manifest__.py
File metadata and controls
45 lines (45 loc) · 1.54 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
43
44
45
# Part of OpenSPP. See LICENSE file for full copyright and licensing details.
{
"name": "OpenSPP Change Request",
"summary": "The OpenSPP Change Request module streamlines the modification of registrant information through a structured, auditable framework. Configurable multi-stage validation workflows ensure proper review and approval, while a comprehensive audit trail records all actions before systematically applying approved changes to registrant records.",
"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"],
"external_dependencies": {
"python": [
"python-magic",
]
},
"depends": [
"base",
"spp_change_request_base",
"g2p_registry_base",
"g2p_registry_individual",
"g2p_registry_group",
"g2p_registry_membership",
"spp_service_points",
"spp_area",
"spp_scan_id_document",
"spp_dms",
"spp_base_common",
],
"data": [
"security/change_request_security.xml",
"security/ir.model.access.csv",
"data/dms.xml",
"views/main_view.xml",
"views/change_request_view.xml",
"views/registrant_view.xml",
],
"assets": {},
"demo": [],
"images": [],
"application": True,
"installable": True,
"auto_install": False,
}