[IMp]replace bom field from bottom to top

bzr revid: tch@tinyerp.com-20120903090851-1frhj6ylp8kg2k71
This commit is contained in:
Twinkle Christian (OpenERP) 2012-09-03 14:38:51 +05:30
parent ded432e76f
commit b822837fdd
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"/>
<h1>
<h2>
<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"/>
</h1>
</h2>
<label for="product_qty" class="oe_edit_only"/>
<h2>
<field name="product_qty" class="oe_inline"/>