[gantt] Gantt fixes (#6490)

* [gantt] fix Gantt Chart link in Modules

* [gantt] added field for Task dependent
This commit is contained in:
Faris Ansari
2016-10-10 14:32:35 +05:30
committed by Rushabh Mehta
parent ac5b193100
commit a0608d463a
6 changed files with 74 additions and 31 deletions

View File

@@ -19,7 +19,7 @@ def get_data():
},
{
"type": "report",
"route": "Gantt/Task",
"route": "List/Task/Gantt",
"doctype": "Task",
"name": "Gantt Chart",
"description": _("Gantt chart of all tasks.")