Merge pull request #3871 from anandpdoshi/append-to-communication
Show Communication in CRM
This commit is contained in:
commit
5e35590bc9
@ -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."),
|
||||
},
|
||||
]
|
||||
},
|
||||
{
|
||||
|
@ -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"}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user