diff --git a/frappe/config/settings.py b/frappe/config/settings.py index f3431c4152..75c8972feb 100644 --- a/frappe/config/settings.py +++ b/frappe/config/settings.py @@ -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" }, ] } diff --git a/frappe/modules.txt b/frappe/modules.txt index 3a9ea8f05e..3f7a01b79d 100644 --- a/frappe/modules.txt +++ b/frappe/modules.txt @@ -10,5 +10,4 @@ Printing Contacts Data Migration Chat -Social -Automation \ No newline at end of file +Social \ No newline at end of file