Show Communication in CRM
diff --git a/erpnext/config/crm.py b/erpnext/config/crm.py
index d7a6b2e..7b015c7 100644
--- a/erpnext/config/crm.py
+++ b/erpnext/config/crm.py
@@ -31,6 +31,11 @@
 					"name": "Newsletter",
 					"description": _("Newsletters to contacts, leads."),
 				},
+				{
+					"type": "doctype",
+					"name": "Communication",
+					"description": _("Record of all communications of type email, phone, chat, visit, etc."),
+				},
 			]
 		},
 		{