[Fix]sale_crm: Fix the problem of xpath in sale order

bzr revid: sbh@tinyerp.com-20100304084144-uo39x2eazkkwlnfb
This commit is contained in:
sbh (Open ERP) 2010-03-04 14:11:44 +05:30
parent f7ae764b8c
commit 5dc2a10a90
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@
<field name="type">form</field>
<field name="inherit_id" ref="sale.view_order_form"/>
<field name="arch" type="xml">
<xpath expr="/form/notebook/page[@string='Other data']/field[@name='company_id']" position="after">
<xpath expr="/form/notebook/page/field['company_id']" position="after">
<field name="section_id" widget='selection'/>
</xpath>
</field>