[IMP]: improve the voucher module
[odoo/odoo.git] / addons / account_voucher / wizard / account_voucher_open_view.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <openerp>
3     <data>
4
5         <record id="account_open_vouchers_view" model="ir.ui.view">
6              <field name="name">Open Vouchers</field>
7              <field name="model">account.voucher.open</field>
8              <field name="type">form</field>
9              <field name="arch" type="xml">
10                 <form string="Open Vouchers">
11                     <separator string="Open Vouchers !" colspan="4"/>
12                     <group colspan="4" >
13                         <label width="300" string="Journal :"/>
14                         <newline/>
15                         <label width="300" string="Period :"/>
16                     </group>
17                     <group colspan="4" col="4">
18                         <label string ="" colspan="2"/>
19                         <button icon="terp-gtk-go-back-rtl" string="Ok" name="action_open_window" type="object"/>
20                     </group>
21                 </form>
22              </field>
23         </record>
24         
25     </data>
26 </openerp>