[IMP] No lot in qty update as it is only confusing #3984

This commit is contained in:
Josse Colpaert 2014-12-04 11:28:39 +01:00
parent 7c1df8cdfd
commit 7bee5918eb
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="lot_id" context="{'search_default_product_id':product_id,'default_product_id':product_id}" groups="stock.group_production_lot"/>
<field name="lot_id" context="{'search_default_product_id':product_id,'default_product_id':product_id}" groups="base.group_no_one"/>
</group>
<footer>
<button name="change_product_qty" string="_Apply" type="object" class="oe_highlight"/>