From 3f45b32abe8eeec86ceb2baa9b2e9a8d4dcbce5c Mon Sep 17 00:00:00 2001 From: "Ujjvala Collins (OpenERP)" Date: Fri, 15 Apr 2011 12:35:06 +0530 Subject: [PATCH] [REF] crm: Small refactoring in view. bzr revid: uco@tinyerp.com-20110415070506-lw6j6zqxjf9e1swh --- addons/crm/crm_phonecall_menu.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/addons/crm/crm_phonecall_menu.xml b/addons/crm/crm_phonecall_menu.xml index c6d06d1f49d..c3d7e1d8df6 100644 --- a/addons/crm/crm_phonecall_menu.xml +++ b/addons/crm/crm_phonecall_menu.xml @@ -104,7 +104,7 @@ form tree,calendar - [('state','=','open')] + [('state','!=','done')] Schedule a call lists all the calls to be done by your sales team. A salesman can record the information about the call in the form view. This information will be stored in the partner form to trace every contact you have with a customer. You can also import a .CSV file with a list of calls to be done by your sales team.