bzr revid: fp@tinyerp.com-20120610134658-65adbtp2mxolakq9
This commit is contained in:
Fabien Pinckaers 2012-06-10 15:46:58 +02:00
parent 1895124395
commit 60c5fc484b
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@
<field name="model">sale.order</field>
<field name="inherit_id" ref="sale.view_order_form" />
<field name="arch" type="xml">
<xpath expr="//div[@class='oe_form_subtotal_footer']" position="after">
<xpath expr="//group[@class='oe_form_subtotal_footer']" position="inside">
<group>
<field name="margin"/>
</group>