[FIX] calendar: gantt view argument

There is no 'date' field.
Fixes #3496
This commit is contained in:
Martin Trigaux 2014-11-06 15:32:57 +01:00
parent 7e73a10712
commit c794562fa6
1 changed files with 1 additions and 1 deletions

View File

@ -240,7 +240,7 @@
<field name="name">CRM - Meetings Gantt</field>
<field name="model">calendar.event</field>
<field name="arch" type="xml">
<gantt date_delay="duration" date_start="date" string="Meetings"/>
<gantt date_delay="duration" date_start="start" string="Meetings"/>
</field>
</record>