[MERGE] Merged lp:~openerp-dev/openobject-addons/trunk-filters-warehouse-pja into lp:openobject-addons, which solves some tracebacks when filtering in warehouse.

bzr revid: vta@openerp.com-20121204075102-xxnctn7y68rxom8g
This commit is contained in:
vta vta@openerp.com 2012-12-04 08:51:02 +01:00
commit 060c576acc
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}"