Merge branch 'master' of https://github.com/odoo/odoo
[odoo/odoo.git] / 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')]"/>