[FIX] crm: problem with planned revenues of the direct sales team opportunities

The action window "Opportunities Analysis" must use the "crm.opportunity.report" model.

opw:631427
This commit is contained in:
Goffin Simon 2015-03-27 10:19:49 +01:00
parent 75f0c7df4d
commit 497ce299e9
1 changed files with 1 additions and 1 deletions

View File

@ -72,7 +72,7 @@
<record id="action_report_crm_opportunity_salesteam" model="ir.actions.act_window">
<field name="name">Opportunities Analysis</field>
<field name="res_model">crm.lead.report</field>
<field name="res_model">crm.opportunity.report</field>
<field name="view_mode">graph</field>
<field name="view_id" ref="crm.view_report_crm_opportunity_graph"/>
<field name="domain">[('type','=', 'opportunity'), ('section_id', '=', active_id)]</field>