[FIX] ir_ui_view: Missing separator in search view
authorCommandant Custo <sve@odoo.com>
Fri, 28 Nov 2014 13:08:54 +0000 (14:08 +0100)
committerMartin Trigaux <mat@odoo.com>
Fri, 28 Nov 2014 14:09:57 +0000 (15:09 +0100)
openerp/addons/base/ir/ir_ui_view_view.xml

index 3e7ae5a..f964c8f 100644 (file)
@@ -63,6 +63,7 @@
                     <field name="name" filter_domain="['|', '|', ('name','ilike',self), ('model','ilike',self), ('model_data_id','ilike',self)]" string="View"/>
                     <filter string="Active" name="active" domain="[('active', '=',True)]"/>
                     <filter string="Unactive" domain="[('active', '=',False)]"/>
+                    <separator/>
                     <filter string="Form" domain="[('type', '=','form')]"/>
                     <filter string="Tree" domain="[('type', '=', 'tree')]"/>
                     <filter string="Kanban" domain="[('type', '=', 'kanban')]"/>