-
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.07 KB
/
__manifest__.py
File metadata and controls
37 lines (36 loc) · 1.07 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
# Part of OpenSPP. See LICENSE file for full copyright and licensing details.
{
"name": "OpenSPP Event Data",
"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",
"emjay0921",
],
"depends": [
"base",
"g2p_registry_base",
"g2p_registry_group",
"g2p_registry_individual",
"spp_base_common",
],
"data": [
"security/ir.model.access.csv",
"views/event_data_view.xml",
"views/registrant_view.xml",
"wizard/create_event_wizard.xml",
],
"assets": {},
"demo": [],
"images": [],
"application": False,
"installable": True,
"auto_install": False,
"summary": "Records and tracks events related to individual and group registrants, providing a chronological history of changes and actions within the OpenSPP system.",
}