[FIX] Restore missing field arch in ir_ui_view search view - opw 607201
authorAnael Closson <acl@openerp.com>
Mon, 28 Apr 2014 10:03:19 +0000 (12:03 +0200)
committerAnael Closson <acl@openerp.com>
Mon, 28 Apr 2014 10:03:19 +0000 (12:03 +0200)
bzr revid: acl@openerp.com-20140428100319-52oband82ysw3tus

openerp/addons/base/ir/ir_ui_view_view.xml

index f9f9f21..44cbcba 100644 (file)
@@ -59,6 +59,7 @@
                     <field name="model"/>
                     <field name="inherit_id"/>
                     <field name="type"/>
+                    <field name="arch"/>
                     <group expand="0" string="Group By...">
                         <filter string="Object" domain="[]" context="{'group_by':'model'}"/>
                         <filter string="Type" domain="[]" context="{'group_by':'type'}"/>