-
Notifications
You must be signed in to change notification settings - Fork 24
Expand file tree
/
Copy path__manifest__.py
More file actions
20 lines (20 loc) · 866 Bytes
/
__manifest__.py
File metadata and controls
20 lines (20 loc) · 866 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
{
"name": "OpenSPP: Starter",
"author": "OpenSPP.org",
"website": "https://github.com/OpenSPP/openspp-modules",
"category": "OpenSPP",
"version": "17.0.1.3.1",
"summary": "A guided setup wizard configures new OpenSPP instances, defining core program requirements and automatically installing relevant OpenSPP modules. It specializes system deployment based on program type selection and performs initial data cleanup for a production-ready environment.",
"license": "LGPL-3",
"development_status": "Production/Stable",
"maintainers": ["jeremi", "gonzalesedwin1123"],
"depends": ["base", "product"],
"data": [
"security/ir.model.access.csv",
"wizards/spp_starter_views.xml",
"data/ir_config_parameter_data.xml",
],
"application": False,
"installable": True,
"auto_install": False,
}