Launchpad automatic translations update.
[odoo/odoo.git] / addons / auction / wizard / auction_lots_make_invoice_view.xml
1 <?xml version="1.0" encoding="utf-8"?>
2 <openerp>
3     <data>
4                 <record id="view_auction_lots_make_invoice" model="ir.ui.view">
5             <field name="name">auction.lots.make.invoice.form</field>
6             <field name="model">auction.lots.make.invoice</field>
7             <field name="type">form</field>
8             <field name="arch" type="xml">
9                 <form string="Seller Invoice">
10                         <group colspan="4" >
11                              <separator string="Create Invoices For Seller" colspan="4"/>  
12                                  <field name="amount"/>
13                                  <field name="objects"/>
14                                  <field name="number" colspan="1"/>
15                                  <label string="(Keep empty for automatic number)" colspan="2"/>
16                     </group>
17                     <separator string="" colspan="4"/>
18                     <group colspan="2" col="2"/>
19                     <group colspan="2" col="2">
20                         <button icon="gtk-close" special="cancel" string="Close"/>
21                         <button icon="terp-gtk-go-back-rtl" string="Create invoices" name="makeInvoices" type="object"/>
22                    </group>
23                </form>
24             </field>
25                 </record>
26                 
27        <act_window name="Invoice Seller objects"                    
28                     res_model="auction.lots.make.invoice"
29                     src_model="auction.lots"
30                     view_mode="form"
31                     target="new"        
32             key2="client_action_multi"    
33                     id="action_auction_lots_make_invoice"/>            
34         
35     </data>
36 </openerp>