[IMP]solve problem of group by filters source,destination,creation in warehouse

bzr revid: pja@tinyerp.com-20121130073057-2kcyr0148bpw88ub
This commit is contained in:
Jalpesh Patel (OpenERP) 2012-11-30 13:00:57 +05:30
parent f12df4e8ea
commit 213f25421f
1 changed files with 3 additions and 0 deletions

View File

@ -1433,6 +1433,9 @@
<field name="product_id"/>
<field name="product_qty"/>
<field name="product_uom" string="Unit of Measure" groups="product.group_uom"/>
<field name="location_id" invisible="1"/>
<field name="location_dest_id" invisible="1"/>
<field name="create_date" invisible="1"/>
<button name="%(stock.move_scrap)d"
string="Scrap Products" type="action"
icon="gtk-convert" context="{'scrap': True}"