forked from uafulufhedzea/project_agile
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path__manifest__.py
37 lines (33 loc) · 1 KB
/
__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
29
30
31
32
33
34
35
36
37
# -*- coding: utf-8 -*-
# Copyright 2017 Modoolar <[email protected]>
# License LGPLv3.0 or later (https://www.gnu.org/licenses/lgpl-3.0.en.html).
{
"name": "Project Git",
"summary": "This module enables you to integrate your projects with git based services",
"category": "Project",
"version": "10.0.1.0.0",
"license": "LGPL-3",
"author": "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_repository_views.xml",
"views/project_git_branch_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,
}