[IMp]replace bom field from bottom to top

bzr revid: tch@tinyerp.com-20120903085350-g7oboh830z35lna6
This commit is contained in:
Twinkle Christian (OpenERP) 2012-09-03 14:23:50 +05:30
parent a0e39d8231
commit e3f16f1f20
1 changed files with 2 additions and 2 deletions

View File

@ -624,9 +624,9 @@
<field name="product_id" on_change="product_id_change(product_id)" domain="[('bom_ids','&lt;&gt;',False),('bom_ids.bom_id','=',False)]" class="oe_inline"/>
</h1>
<label for="bom_id" class="oe_edit_only"/>
<h2>
<h1>
<field name="bom_id" domain="[('product_id','=',product_id)]" context="{'default_product_id': product_id}" on_change="bom_id_change(bom_id)" class="oe_inline"/>
</h2>
</h1>
<label for="product_qty" class="oe_edit_only"/>
<h2>
<field name="product_qty" class="oe_inline"/>