[IMP] stock_landed_costs : Improved the product form view.

bzr revid: mdi@tinyerp.com-20140422090042-z5mmyuh0ni9e1z8w
This commit is contained in:
DJ Patel 2014-04-22 14:30:42 +05:30
parent 3eae11e4ce
commit 4bdbc0e0c6
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@
<field name="model">product.product</field>
<field name="inherit_id" ref="product.product_normal_form_view"/>
<field name="arch" type="xml">
<div name="options" position="inside">
<div name="options" position="after">
<field name="landed_cost_ok"/>
<label for="landed_cost_ok"/>
</div>