diff --git a/addons/crm/crm_case_section_view.xml b/addons/crm/crm_case_section_view.xml index 2d9a8cef6cc..eb84b5e72ce 100644 --- a/addons/crm/crm_case_section_view.xml +++ b/addons/crm/crm_case_section_view.xml @@ -65,10 +65,9 @@ Leads Analysis crm.lead.report - - {"search_default_month":1, "col_group_by":["user_id"]} + {"search_default_month":1} graph - + [('type','=', 'lead'),('section_id', '=', active_id)] Leads Analysis allows you to check different CRM related information like the treatment delays or number of leads per state. You can sort out your leads analysis by different groups to get accurate grained analysis. @@ -76,10 +75,8 @@ Opportunities Analysis crm.lead.report - - {"search_default_month":1, "col_group_by":["user_id"]} graph - + [('type','=', 'opportunity'), ('section_id', '=', active_id)] Opportunities Analysis gives you an instant access to your opportunities with information such as the expected revenue, planned cost, missed deadlines or the number of interactions per opportunity. This report is mainly used by the sales manager in order to do the periodic review with the teams of the sales pipeline. diff --git a/addons/crm/report/crm_lead_report_view.xml b/addons/crm/report/crm_lead_report_view.xml index e4fc55425f2..c4cffdc012a 100644 --- a/addons/crm/report/crm_lead_report_view.xml +++ b/addons/crm/report/crm_lead_report_view.xml @@ -15,6 +15,17 @@ + + crm.lead.report.graph.two + crm.lead.report + + + + + + + + crm.opportunity.report.graph crm.lead.report @@ -23,7 +34,7 @@ - +