[IMP] Improved icons

bzr revid: vir@tinyerp.com-20101027102403-s3ulvj571hlbkmo7
This commit is contained in:
Vir (Open ERP) 2010-10-27 15:54:03 +05:30
parent 32000afd05
commit 93c4fc1770
1 changed files with 1 additions and 1 deletions

View File

@ -195,7 +195,7 @@
<field name="arch" type="xml">
<search string="Search Analytic Lines">
<group col='6' colspan='4'>
<filter name="sales" string="Sales" domain="[('journal_id.type','=','sale')]" icon="terp-sale" help="Analytic Journal Items related to a sale journal."/>
<filter name="sales" string="Sales" domain="[('journal_id.type','=','sale')]" icon="terp-check" help="Analytic Journal Items related to a sale journal."/>
<filter name="purchases" string="Purchases" domain="[('journal_id.type','=','purchase')]" icon="terp-purchase" help="Analytic Journal Items related to a purchase journal."/>
<filter name="others" string="Others" domain="[('journal_id.type','in',('cash','general','situation'))]" icon="terp-folder-orange"/>
<separator orientation="vertical"/>