[IMP] phonecalls analysis grouped by salesperson by default

bzr revid: pja@tinyerp.com-20121107102038-l3s4s9glh802xpn3
This commit is contained in:
Jalpesh Patel (OpenERP) 2012-11-07 15:50:38 +05:30
parent aabb0f38fa
commit d4f4cc3d11
1 changed files with 1 additions and 1 deletions

View File

@ -91,7 +91,7 @@
<field name="res_model">crm.phonecall.report</field>
<field name="view_type">form</field>
<field name="view_mode">tree,graph</field>
<field name="context">{"search_default_year":1,"search_default_User":1,"search_default_This Month":1,'group_by_no_leaf':1,'group_by':[]}</field>
<field name="context">{"search_default_year":1,"search_default_Salesperson":1,"search_default_This Month":1,'group_by_no_leaf':1,'group_by':[]}</field>
<field name="view_id" ref="view_report_crm_phonecall_tree"/>
<field name="search_view_id" ref="view_report_crm_phonecall_filter"/>
<field name="help">From this report, you can analyse the performance of your sales team, based on their phone calls. You can group or filter the information according to several criteria and drill down the information, by adding more groups in the report.</field>