[FIX] ir_ui_view: Missing separator in search view

This commit is contained in:
Commandant Custo 2014-11-28 14:08:54 +01:00 committed by Martin Trigaux
parent ae294f6222
commit d3b680e7b2
1 changed files with 1 additions and 0 deletions

View 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')]"/>