move email group with newsletter (#2416)

This commit is contained in:
robert schouten 2016-12-07 13:57:41 +08:00 committed by Rushabh Mehta
parent dd53ed0f75
commit bfadc9f81f
2 changed files with 5 additions and 5 deletions

View file

@ -12,6 +12,11 @@ def get_data():
"name": "Newsletter",
"description": _("Newsletters to contacts, leads."),
},
{
"type": "doctype",
"name": "Email Group",
"description": _("Email Group List"),
},
{
"type": "doctype",
"name": "ToDo",

View file

@ -144,11 +144,6 @@ def get_data():
"name": "Standard Reply",
"description": _("Standard replies to common queries.")
},
{
"type": "doctype",
"name": "Email Group",
"description": _("Email Group List"),
},
{
"type": "doctype",
"name": "Auto Email Report",