[IMP] account: usabilty change in account.account search view

bzr revid: qdp-launchpad@tinyerp.com-20100916132705-cjtgboof73twg0jp
This commit is contained in:
qdp-launchpad@tinyerp.com 2010-09-16 15:27:05 +02:00
parent ecd9e1f71f
commit 9667a4fe5e
1 changed files with 2 additions and 2 deletions

View File

@ -207,9 +207,9 @@
</group>
<newline/>
<group expand="0" string="Group By...">
<filter string="Parent Account" icon="terp-folder-orange" domain="" context="{'group_by':'parent_id'}"/>
<filter string="Parent Account" icon="terp-folder-green" domain="" context="{'group_by':'parent_id'}"/>
<separator orientation="vertical"/>
<filter string="User Type" icon="terp-folder-blue" domain="" context="{'group_by':'user_type'}"/>
<filter string="Account Type" icon="terp-folder-blue" domain="" context="{'group_by':'user_type'}"/>
<filter string="Internal Type" icon="terp-folder-yellow" domain="" context="{'group_by':'type'}"/>
</group>
</search>