-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy path__manifest__.py
More file actions
28 lines (28 loc) · 885 Bytes
/
__manifest__.py
File metadata and controls
28 lines (28 loc) · 885 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
25
26
27
28
# pylint: disable=pointless-statement
# Part of OpenSPP. See LICENSE file for full copyright and licensing details.
{
"name": "OpenSPP Security",
"summary": "Central security definitions for OpenSPP modules",
"category": "OpenSPP/Core",
"version": "19.0.2.0.0",
"author": "OpenSPP.org",
"website": "https://github.com/OpenSPP/OpenSPP2",
"license": "LGPL-3",
"development_status": "Production/Stable",
"maintainers": ["jeremi", "gonzalesedwin1123"],
"depends": ["base"],
"data": [
"security/categories.xml",
"security/privileges.xml",
"security/groups_admin.xml",
"security/rules_base.xml",
"security/ir.model.access.csv",
],
"assets": {},
"demo": [],
"images": [],
"application": False,
"installable": True,
"auto_install": False,
"post_init_hook": "post_init_hook",
}