[Fix] stock: Add the field in list view of stock_move

bzr revid: sbh@tinyerp.com-20100909093248-b2p506n72d6x1u40
This commit is contained in:
sbh (Open ERP) 2010-09-09 15:02:48 +05:30
parent 16bee80a57
commit cbce82b237
1 changed files with 6 additions and 4 deletions

View File

@ -299,13 +299,15 @@
</page>
<page string="Stock Moves">
<field colspan="2" name="move_ids" nolabel="1" widget="one2many_list">
<tree colors="grey:scrapped == True" string="Stock Moves">
<field name="name" string="Move Name"/>
<tree string="Stock Moves">
<field name="picking_id" string="Reference"/>
<field name="origin"/>
<field name="partner_id"/>
<field name="product_id"/>
<field name="product_qty" on_change="onchange_quantity(product_id, product_qty, product_uom, product_uos)"/>
<field name="product_uom" string="UoM"/>
<field name="product_uos" groups="product.product_uos"/>
<field name="picking_id"/>
<field name="tracking_id"/>
<field name="date"/>
<field name="prodlot_id" groups="base.group_extended"/>
<field name="location_id"/>
<field name="location_dest_id"/>