forked from modoolar/scrummer
-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy path__manifest__.py
More file actions
25 lines (24 loc) · 795 Bytes
/
__manifest__.py
File metadata and controls
25 lines (24 loc) · 795 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
# Copyright 2017 - 2018 Modoolar <info@modoolar.com>
# License LGPLv3.0 or later (https://www.gnu.org/licenses/lgpl-3.0.en.html).
{
"name": "Project Agile Scrum",
"summary": "Manage your projects by using agile scrum methodology.",
"category": "Project",
"version": "12.0.1.0.0",
"license": "LGPL-3",
"author": "Modoolar",
"website": "https://www.modoolar.com/",
"depends": ["project_agile",],
"data": [
"security/ir.model.access.csv",
"views/project_agile_scrum_sprint_views.xml",
"views/project_views.xml",
"views/project_agile_team_views.xml",
"views/menu.xml",
"views/project_agile_board_views.xml",
],
"demo": [],
"qweb": [],
"application": True,
"post_init_hook": "post_init_hook",
}