[MOD/IMP] account : Small Usebility Improvement Of Icon in account report

bzr revid: amp@tinyerp.com-20101027100426-eifb3zujkd5mdaqp
This commit is contained in:
AMP (OpenERP) 2010-10-27 15:34:26 +05:30
parent 94e492a5a9
commit 32000afd05
1 changed files with 2 additions and 2 deletions

View File

@ -110,8 +110,8 @@
<filter string="Journal" name="group_journal" icon="terp-folder-orange" context="{'group_by':'journal_id'}"/>
<filter string="Account" name="group_account" icon="terp-folder-green" context="{'group_by':'account_id'}"/>
<separator orientation="vertical"/>
<filter string="Acc.Type" icon="terp-folder-blue" context="{'group_by':'user_type'}" name="usertype"/>
<filter string="Int.Type" icon="terp-folder-yellow" context="{'group_by':'type'}"/>
<filter string="Acc.Type" icon="terp-stock_symbol-selection" context="{'group_by':'user_type'}" name="usertype"/>
<filter string="Int.Type" icon="terp-stock_symbol-selection" context="{'group_by':'type'}"/>
<separator orientation="vertical" groups="base.group_multi_company"/>
<filter string="Company" icon="terp-go-home" context="{'group_by':'company_id'}" groups="base.group_multi_company"/>
<separator orientation="vertical"/>