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:
committed by
Makarand Bauskar
parent
53b877bd8f
commit
7800bd89dc
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user