Hi, I did changes on the product too and I omited too the tree tag, maybe you haven't remove the end tag of tree ?
My example: <record model="ir.ui.view" id="view_product_list_ext"> <field name="name">product.product.tree.inherit</field> <field name="model">product.product</field> <field name="type">tree</field> <field name="inherit_id" ref="product.product_product_tree_view"/> <field name="arch" type="xml"> <field name="standard_price" position="after"> <field name="my field" select="1" string="my field"/> </field> </field> </record> ------------------------ André Kurz - www.hasa.ch - Open ERP Starter Partner Hasa Sà rl - 1201 Genève -------------------- m2f -------------------- -- http://www.openerp.com/forum/viewtopic.php?p=25397#25397 -------------------- m2f -------------------- _______________________________________________ Tinyerp-users mailing list http://tiny.be/mailman/listinfo/tinyerp-users
