[IMP] Stock: make the latest inventory date report usefull by displaying the product...
[odoo/odoo.git] / addons / stock / report_stock_view.xml
index 61381af..b097b5b 100644 (file)
@@ -74,7 +74,6 @@
                        <field name="arch" type="xml">
                                <tree string="Dates of Inventories">
                                        <field name="product_id"/>
-                                       <field name="id"/>
                                        <field name="create_date" />
                                </tree>
                        </field>
@@ -87,7 +86,6 @@
                        <field name="arch" type="xml">
                                <form string="Dates of Inventories">
                                        <field name="product_id" select="1"/>
-                                       <field name="id" select="2"/>
                                        <field name="create_date" select="1" />
                                </form>
                        </field>