[FIX] event registration calender view change in parameter of date_delay

bzr revid: vth@tinyerp.com-20101013051045-iucblj0fzveya89u
This commit is contained in:
vth 2010-10-13 10:40:45 +05:30
parent 117f93d208
commit 6b8feba49b
1 changed files with 1 additions and 1 deletions

View File

@ -440,7 +440,7 @@
<field name="type">calendar</field>
<field eval="2" name="priority"/>
<field name="arch" type="xml">
<calendar color="event_id" date_start="date" date_delay="duration" string="Event Registration">
<calendar color="event_id" date_start="date" date_delay="date_closed" string="Event Registration">
<field name="event_id"/>
<field name="partner_invoice_id"/>
</calendar>