[FIX] Add a new line in the layout of the search view

bzr revid: stephane@openerp.com-20100601120618-id3sthnayjnbvvx6
This commit is contained in:
Stephane Wirtel 2010-06-01 14:06:18 +02:00
parent 8397cd973d
commit 6990b3cb96
1 changed files with 1 additions and 0 deletions

View File

@ -123,6 +123,7 @@
<field name="user_id" string="Project Manager" default="1"/>
<field name="partner_id" string="Partner"/>
</group>
<newline />
<group expand="1" string="Group By..." colspan="4" col="20" groups="base.group_extended">
<filter string="Users" name="Users" icon="terp-project" domain = "[]" context="{'group_by':'user_id'}"/>
<filter string="Partner" name="Partner" icon="terp-project" domain = "[]" context="{'group_by':'partner_id'}"/>