[MERGE] OPW 32677: account_voucher: add missing type in 'line_{dr,cr}_ids' fields...
[odoo/odoo.git] / addons / event / res_partner_view.xml
index 0b6ace4..3ede9ad 100644 (file)
                     </field>
                     <field name="event_registration_ids" colspan="4" nolabel="1">
                         <tree string="Events Registration">
+                            <field name="date" string="Date"/>
                             <field name="event_id" />
-                            <field name="partner_id"/>
+                            <field name="partner_invoice_id"/>
+                            <field name="nb_register"/>
                             <field name="unit_price"/>
+                            <field name="price_subtotal"/>
+                            <field name="state"/>
+                            <button name="button_reg_cancel" string="Cancel Registration" states="draft,open" type="object" icon="gtk-cancel"/>
+                            <button name="button_reg_close" string="Close Registration" states="open" type="object" icon="gtk-close"/>
+                            <button name="check_confirm" string="Confirm Registration" states="draft" type="object" icon="gtk-apply"/>
                         </tree>
                     </field>
                 </page>
@@ -40,5 +47,4 @@
        </record>
 
    </data>
-</openerp>
-
+</openerp>
\ No newline at end of file