forked from OCA/project
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path__manifest__.py
More file actions
22 lines (21 loc) · 737 Bytes
/
Copy path__manifest__.py
File metadata and controls
22 lines (21 loc) · 737 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# Copyright 2016-2020 Onestein (<http://www.onestein.eu>)
# Copyright 2020 Tecnativa - Manuel Calero
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
{
"name": "Project Task Dependencies",
"version": "14.0.1.1.0",
"category": "Project",
"website": "https://github.com/OCA/project",
"summary": "Enables to define dependencies (other tasks) of a task",
"author": "Onestein,Odoo Community Association (OCA)",
"license": "AGPL-3",
"development_status": "Production/Stable",
"maintainers": ["astirpe"],
"depends": ["project"],
"data": [
"security/ir.model.access.csv",
"views/project_task_view.xml",
],
"installable": True,
"auto_install": False,
}