[REF] account_invoice_layout => simplified inheriting of view for invoice line

bzr revid: mra@mra-laptop-20101027111916-9tyt3x4rrv8ritdn
This commit is contained in:
Mustufa Rangwala 2010-10-27 16:49:16 +05:30
parent 3fcb1cf996
commit 70d7d727e9
1 changed files with 2 additions and 2 deletions

View File

@ -9,10 +9,10 @@
<field name="inherit_id" ref="account.view_invoice_line_form"/>
<field name="type">form</field>
<field name="arch" type="xml">
<xpath expr="/form/notebook/page/field[@name='name']" position="before">
<field name="name" position="before">
<field name="state" select="1" on_change="onchange_invoice_line_view(state)" />
<field name="sequence"/>
</xpath>
</field>
</field>
</record>