[IMP] auction: wizard_lots_cancel has been converted into osv_memory
[odoo/odoo.git] / addons / auction / wizard / auction_lots_cancel_view.xml
1 <?xml version="1.0" encoding="utf-8"?>
2 <openerp>
3                 <data>
4                         <record id="name_form" model="ir.ui.view">
5                                 <field name="name">auction.lots.cancel.form</field>
6                                 <field name="model">auction.lots.cancel</field>
7                                 <field name="type">form</field>
8                                 <field name="arch" type="xml">
9                                       <form string="Cancel Payment">
10                                                             <label string="Are you sure you want to refund this invoice ?"/>
11                                                             <button icon='gtk-cancel' special="cancel"
12                                                 string="Cancel" />
13                                                 <button name="_cancel" string="Cancel Payment"
14                                                 colspan="1" type="object" icon="gtk-ok" />
15                                          </form>
16                                   </field>
17                         </record>
18                         
19                         
20                 </data>
21 </openerp>