Added Project Type new doctype to be added as link field for Project Type field in project instead of select field (#9929)

This commit is contained in:
KanchanChauhan
2017-07-26 17:55:25 +05:30
committed by Makarand Bauskar
parent 53b877bd8f
commit 7800bd89dc
11 changed files with 246 additions and 3 deletions

View File

@@ -17,6 +17,11 @@ def get_data():
"name": "Task",
"description": _("Project activity / task."),
},
{
"type": "doctype",
"name": "Project Type",
"description": _("Define Project type."),
},
{
"type": "report",
"route": "List/Task/Gantt",