[Add] stock: Add the creation date in list view
authorsbh (Open ERP) <sbh@tinyerp.com>
Mon, 6 Sep 2010 05:47:20 +0000 (11:17 +0530)
committersbh (Open ERP) <sbh@tinyerp.com>
Mon, 6 Sep 2010 05:47:20 +0000 (11:17 +0530)
bzr revid: sbh@tinyerp.com-20100906054720-7g0o3fzrih1ydkzg

addons/stock/stock_view.xml

index 0785df8..e26fc37 100644 (file)
                 <tree colors="grey:state in ('cancel');red:(state not in ('cancel','done')) and date_planned > current_date" string="Moves" editable="top">
                     <field name="picking_id" string="Reference"/>
                     <field name="origin"/>
+                    <field name="date" invisible="1"/>
                     <field name="partner_id"/>
                     <field name="product_id"/>
                     <field name="product_qty" on_change="onchange_quantity(product_id, product_qty, product_uom, product_uos)"/>