[IMP] event: Add cancel button to wizard (Registrations,List partner registrations)
[odoo/odoo.git] / addons / event / wizard / event_registration_view.xml
index bf56c7d..5afe437 100644 (file)
@@ -8,7 +8,8 @@
             <field name="type">form</field>
             <field name="arch" type="xml">
               <form string="">
-               <button name="open_registration" string="Open Registrations" type="object"/>
+               <button special="cancel" string="Cancel" icon="gtk-cancel"/>
+               <button name="open_registration" string="Open Registrations" type="object" icon="gtk-open"/>
                        </form>
             </field>
                </record>