refactor: added Automation DocTypes in Settings Dashboard

This commit is contained in:
Rucha Mahabal 2019-07-18 21:53:21 +05:30
parent 9e77bfb876
commit 8cb9d4518a

View file

@ -169,11 +169,27 @@ def get_data():
"name": "Workflow Action",
"description": _("Actions for workflow (e.g. Approve, Cancel).")
},
]
},
{
"label": _("Automation"),
"icon": "fa fa-random",
"items": [
{
"type": "doctype",
"name": "Assignment Rule",
"description": _("Set up rules for user assignments.")
}
},
{
"type": "doctype",
"name": "Milestone",
"description": _("Tracks milestones on the lifecycle of a document if it undergoes multiple stages.")
},
{
"type": "doctype",
"name": "Auto Repeat",
"description": _("Automatically generates recurring documents.")
},
]
},
]