Merge pull request #3871 from anandpdoshi/append-to-communication

Show Communication in CRM
This commit is contained in:
Anand Doshi 2015-08-17 14:48:08 +05:30
commit 5e35590bc9
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."),
},
]
},
{

View File

@ -31,6 +31,6 @@ def get_notification_config():
"BOM": {"docstatus": 0},
"Timesheet": {"docstatus": 0},
"Time Log": {"status": "Draft"},
"Time Log Batch": {"status": "Draft"},
"Time Log Batch": {"status": "Draft"}
}
}