[FIX] Event: date field is mission on registration now it will take create_date

bzr revid: mra@tinyerp.com-20100330092051-b2t877x8u469930m
This commit is contained in:
mra (Open ERP) 2010-03-30 14:50:51 +05:30
parent 703c633255
commit 9e6c71e60a
1 changed files with 1 additions and 1 deletions

View File

@ -162,7 +162,7 @@
<field name="arch" type="xml">
<tree string="Registration">
<field name="id"/>
<field name="date"/>
<field name="create_date"/>
<field name="event_id"/>
<field name="partner_id"/>
<field name="nb_register"/>