-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy path__manifest__.py
More file actions
31 lines (29 loc) · 963 Bytes
/
__manifest__.py
File metadata and controls
31 lines (29 loc) · 963 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
29
30
31
# pylint: disable=pointless-statement
# Part of OpenSPP. See LICENSE file for full copyright and licensing details.
{
"name": "OpenSPP Hazard Programs Integration",
"summary": "Links hazard impacts to program eligibility and entitlements. "
"Enables emergency programs to use hazard data for targeting and benefit calculation.",
"category": "OpenSPP/Targeting",
"version": "19.0.1.0.0",
"sequence": 1,
"author": "OpenSPP.org",
"website": "https://github.com/OpenSPP/OpenSPP2",
"license": "LGPL-3",
"development_status": "Production/Stable",
"maintainers": ["jeremi", "gonzalesedwin1123", "emjay0921"],
"depends": [
"spp_hazard",
"spp_programs",
],
"data": [
"security/ir.model.access.csv",
"views/program_views.xml",
"views/incident_views.xml",
],
"demo": [],
"assets": {},
"application": False,
"installable": True,
"auto_install": True,
}