From edaff77cc183299ac6d4e969d3ba1276c639f69f Mon Sep 17 00:00:00 2001 From: Martin Trigaux Date: Tue, 30 Sep 2014 11:33:26 +0200 Subject: [PATCH] [IMP] gamification_sale_crm: change date filed for definition "Logged Calls" The field date_close is only computed when writing the state done. In v8, the phonecalls are always created in state done if the user is not in the group crm.group_scheduled_calls (displays menus to schedule calls. As the field date_closed is then almost never set, change the date field by the one displayed in the form view. opw 614893 --- addons/gamification_sale_crm/sale_crm_goals.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/addons/gamification_sale_crm/sale_crm_goals.xml b/addons/gamification_sale_crm/sale_crm_goals.xml index f42585fe59a..06e57425c25 100644 --- a/addons/gamification_sale_crm/sale_crm_goals.xml +++ b/addons/gamification_sale_crm/sale_crm_goals.xml @@ -56,7 +56,7 @@ count calls - + [('user_id','=',user.id),('state','=','done')]