[MERGE] improved useability on stock

bzr revid: fp@tinyerp.com-20121114123758-hsezmxkmce0yki71
This commit is contained in:
Fabien Pinckaers 2012-11-14 13:37:58 +01:00
commit 11e4c9bd73
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@
<field name="new_quantity" />
<field name="product_id" invisible="1"/>
<field name="location_id" groups="stock.group_locations"/>
<field name="prodlot_id" groups="stock.group_tracking_lot"/>
<field name="prodlot_id" context="{'search_default_product_id':product_id,'default_product_id':product_id}" groups="stock.group_tracking_lot"/>
</group>
<footer>
<button name="change_product_qty" string="_Apply" type="object" class="oe_highlight"/>