[FIX] forces the kanban view in sales/sales team to take the correct reporting view when clicking on those small sparklines (on leads and on opportunities) (addon crm)

bzr revid: ged@openerp.com-20140210122046-o5albh9m7jhoylf2
This commit is contained in:
Gery Debongnie 2014-02-10 13:20:46 +01:00
parent 32bf471295
commit 450b9b647d
1 changed files with 2 additions and 0 deletions

View File

@ -68,6 +68,7 @@
<!-- <field name="view_type">graph</field> -->
<field name="context">{"search_default_month":1, "col_group_by":["user_id"]}</field>
<field name="view_mode">graph</field>
<field name="view_id" ref="crm.view_report_crm_lead_graph"/>
<field name="domain">[('type','=', 'lead'),('section_id', '=', active_id)]</field>
<field name="help">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.</field>
</record>
@ -78,6 +79,7 @@
<!-- <field name="view_type">form</field> -->
<field name="context">{"search_default_month":1, "col_group_by":["user_id"]}</field>
<field name="view_mode">graph</field>
<field name="view_id" ref="crm.view_report_crm_lead_graph"/>
<field name="domain">[('type','=', 'opportunity'), ('section_id', '=', active_id)]</field>
<field name="help">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.</field>
</record>