Show Communication in CRM

This commit is contained in:
Anand Doshi
2015-08-14 16:52:55 +05:30
parent 720ccabfe9
commit fd67ebf66d
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."),
},
]
},
{