[IMP] tree view of registrations

bzr revid: fp@tinyerp.com-20121216104921-6tmqbysqu5sndf1b
This commit is contained in:
Fabien Pinckaers 2012-12-16 11:49:21 +01:00
parent 93f73d2156
commit b71c836825
1 changed files with 4 additions and 1 deletions

View File

@ -352,10 +352,13 @@
<field name="email"/>
<field name="event_id" />
<field name="nb_register"/>
<field name="user_id"/>
<field name="user_id" invisible="1"/>
<field name="origin"/>
<field name="state"/>
<field name="message_unread" invisible="1"/>
<button name="registration_open" string="Confirm Registration" states="draft" type="object" icon="gtk-apply"/>
<button name="button_reg_close" string="Attended the Event" states="open" type="object" icon="gtk-jump-to"/>
<button name="button_reg_cancel" string="Cancel Registration" states="draft,open" type="object" icon="gtk-cancel"/>
</tree>
</field>
</record>