[MERGE] calendar view of project task now based on deadline date

bzr revid: rco@openerp.com-20110519092643-eqem6m3wqhjf96qj
This commit is contained in:
Raphael Collet 2011-05-19 11:26:43 +02:00
commit 7273302877
1 changed files with 1 additions and 1 deletions

View File

@ -356,7 +356,7 @@
<field name="type">calendar</field>
<field eval="2" name="priority"/>
<field name="arch" type="xml">
<calendar color="user_id" date_delay="planned_hours" date_start="date_start" string="Tasks">
<calendar color="user_id" date_start="date_deadline" string="Tasks">
<field name="name"/>
<field name="project_id"/>
</calendar>