[IMP] small change

bzr revid: sbh@tinyerp.com-20100908135426-kvkvbjcv3d97dz7z
This commit is contained in:
sbh (Open ERP) 2010-09-08 19:24:26 +05:30
parent ba08804576
commit bc186ed6b2
1 changed files with 1 additions and 1 deletions

View File

@ -119,7 +119,7 @@
</field>
</page><page string="Posted Inventory" groups="base.group_extended">
<field colspan="2" name="move_ids" nolabel="1" readonly="1" widget="one2many_list">
<tree colors="grey:scrapped == True" string="Stock Moves">
<tree string="Stock Moves">
<field name="name" string="Move Name"/>
<field name="product_id"/>
<field name="product_qty" on_change="onchange_quantity(product_id, product_qty, product_uom, product_uos)"/>