[FIX] crm: fix calendar view of opportunities to be based on next action date

lp bug: https://launchpad.net/bugs/877978 fixed

bzr revid: odo@openerp.com-20111019150348-esuhg6p67r9gi3ps
This commit is contained in:
Olivier Dony 2011-10-19 17:03:48 +02:00
parent 8e2ea9a656
commit 222f1d72a8
1 changed files with 1 additions and 1 deletions

View File

@ -284,7 +284,7 @@
<field name="priority" eval="2"/>
<field name="arch" type="xml">
<calendar string="Leads Generation"
date_start="create_date" color="user_id">
date_start="date_action" color="user_id">
<field name="name" />
<field name="partner_name" />
<field name="partner_address_id" />