fix: revert automation changes added by mistake
This commit is contained in:
parent
f325df71be
commit
f43ecf9b60
2 changed files with 12 additions and 16 deletions
|
|
@ -111,6 +111,11 @@ def get_data():
|
|||
"name": "Email Template",
|
||||
"description": _("Email Templates for common queries.")
|
||||
},
|
||||
{
|
||||
"type": "doctype",
|
||||
"name": "Auto Email Report",
|
||||
"description": _("Setup Reports to be emailed at regular intervals"),
|
||||
},
|
||||
{
|
||||
"type": "doctype",
|
||||
"name": "Newsletter",
|
||||
|
|
@ -167,22 +172,14 @@ def get_data():
|
|||
]
|
||||
},
|
||||
{
|
||||
"label": _("Automation"),
|
||||
"label": _("Applications"),
|
||||
"items":[
|
||||
{
|
||||
"type": "doctype",
|
||||
"name": "Notification",
|
||||
"description": _("Setup Notifications based on various criteria.")
|
||||
},
|
||||
{
|
||||
"type": "doctype",
|
||||
"name": "Auto Assign",
|
||||
"description": _("Automatically assign documents to users.")
|
||||
},
|
||||
{
|
||||
"type": "doctype",
|
||||
"name": "Auto Email Report",
|
||||
"description": _("Setup Reports to be emailed at regular intervals"),
|
||||
"type": "page",
|
||||
"name": "applications",
|
||||
"label": _("Application Installer"),
|
||||
"description": _("Install Applications."),
|
||||
"icon": "fa fa-download"
|
||||
},
|
||||
]
|
||||
}
|
||||
|
|
|
|||
|
|
@ -10,5 +10,4 @@ Printing
|
|||
Contacts
|
||||
Data Migration
|
||||
Chat
|
||||
Social
|
||||
Automation
|
||||
Social
|
||||
Loading…
Add table
Reference in a new issue