move email group with newsletter (#2416)
This commit is contained in:
parent
dd53ed0f75
commit
bfadc9f81f
2 changed files with 5 additions and 5 deletions
|
|
@ -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",
|
||||
|
|
|
|||
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue