Merge pull request #5566 from KanchanChauhan/moving-newsletter-to-frappe

Newsletter moved to Frappe
This commit is contained in:
Rushabh Mehta
2016-06-29 12:11:25 +05:30
committed by GitHub
21 changed files with 11 additions and 1047 deletions

View File

@@ -68,11 +68,6 @@ def get_data():
"label": _("Communication"),
"icon": "icon-star",
"items": [
{
"type": "doctype",
"name": "Newsletter",
"description": _("Newsletters to contacts, leads."),
},
{
"type": "doctype",
"name": "Communication",
@@ -116,11 +111,6 @@ def get_data():
"description": _("Manage Sales Person Tree."),
"doctype": "Sales Person",
},
{
"type": "doctype",
"name": "Newsletter List",
"description": _("Newsletter Mailing List"),
},
]
},
{