commit | fd67ebf66dd80ea663c4687351a04f4c8eeeeae4 | [log] [tgz] |
---|---|---|
author | Anand Doshi <anand@erpnext.com> | Fri Aug 14 16:52:55 2015 +0530 |
committer | Anand Doshi <anand@erpnext.com> | Mon Aug 17 17:58:51 2015 +0530 |
tree | 0f49114650ba4bcf7df55707adc3e0598c22b80f | |
parent | 720ccabfe9152f758f75f00305f3eab3a2c51e1f [diff] |
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."), + }, ] }, {