Show Communication in CRM

This commit is contained in:
Anand Doshi
2015-08-14 16:52:55 +05:30
parent 85e0e87f01
commit 1a2e6bf718
2 changed files with 6 additions and 1 deletions

View File

@@ -31,6 +31,11 @@ def get_data():
"name": "Newsletter",
"description": _("Newsletters to contacts, leads."),
},
{
"type": "doctype",
"name": "Communication",
"description": _("Record of all communications of type email, phone, chat, visit, etc."),
},
]
},
{