~jo0thlt/sfsoluciones/mtf

« back to all changes in this revision

Viewing changes to sfs_account_voucher/account_voucher_view.xml

  • Committer: contact at zbeanztech
  • Date: 2014-11-07 18:54:14 UTC
  • Revision ID: contact@zbeanztech.com-20141107185414-tzybvn7293tju4ce
 

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0"?>
 
2
<openerp>
 
3
    <data>
 
4
         <record model="ir.ui.view" id="view_voucher_line_form_view_inh">
 
5
            <field name="name">account.voucher.line.form.inh</field>
 
6
            <field name="model">account.voucher.line</field>
 
7
            <field name="inherit_id" ref="account_voucher.view_voucher_line_form"/>
 
8
            <field name="arch" type="xml">
 
9
                <xpath expr="//field[@name='amount']" position="after">
 
10
                        <field name="reconcile"/>
 
11
                </xpath>
 
12
            </field>
 
13
        </record>
 
14
       
 
15
       <record model="ir.ui.view" id="sfs_account_voucher_inherit">
 
16
            <field name="name">sfs.account.voucher.inherit</field>
 
17
            <field name="model">account.voucher</field>
 
18
            <field name="inherit_id" ref="account_voucher.view_voucher_tree"/>
 
19
            <field name="arch" type="xml">
 
20
                <xpath expr="//field[@name='number']" position="after">
 
21
                    <field name="partner_salesman_id"/>
 
22
                </xpath>
 
23
            </field>
 
24
        </record>
 
25
    </data>
 
26
</openerp>
 
 
b'\\ No newline at end of file'