forked from MathBenTech/scrummer
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path__manifest__.py
28 lines (27 loc) · 980 Bytes
/
__manifest__.py
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
# Copyright 2017 - 2018 Modoolar <info@modoolar.com>
# License LGPLv3.0 or later (https://www.gnu.org/licenses/lgpl-3.0.en.html).
{
"name": "Project Git",
"summary": "Integrates your projects with git based services",
"category": "Project",
"version": "12.0.1.0.0",
"license": "LGPL-3",
"author": "Odoo Community Association (OCA), Modoolar",
"website": "https://www.modoolar.com/",
"depends": ["project_key", "web_widget_image_url",],
"data": [
"data/mail_message.xml",
"security/ir.model.access.csv",
"views/project_git_commit_views.xml",
"views/project_git_user_views.xml",
"views/project_git_branch_views.xml",
"views/project_git_repository_views.xml",
"views/project_project_views.xml",
"views/project_task_views.xml",
"views/menu_views.xml",
],
"demo": [],
"qweb": ["static/src/xml/agile_git.xml",],
"application": False,
"installable": True,
}