From f43ecf9b6023954ba17737d57559a7c338541cfd Mon Sep 17 00:00:00 2001 From: Rushabh Mehta Date: Wed, 27 Feb 2019 12:12:30 +0530 Subject: [PATCH] fix: revert automation changes added by mistake --- frappe/config/settings.py | 25 +++++++++++-------------- frappe/modules.txt | 3 +-- 2 files changed, 12 insertions(+), 16 deletions(-) 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