[IMP]:changed icon

bzr revid: pap@tinyerp.co.in-20100621131211-94dihxr61m53z9iy
This commit is contained in:
pap (openerp) 2010-06-21 18:42:11 +05:30
parent 150cdd121e
commit 556ccf4741
2 changed files with 4 additions and 5 deletions

View File

@ -444,7 +444,7 @@
<newline/>
<group expand="0" string="Group By...">
<filter string="Journal" context="{'group_by': 'journal_id'}" icon="terp-folder-orange"/>
<filter string="Period" context="{'group_by': 'period_id'}" icon="terp-folder-blue"/>
<filter string="Period" context="{'group_by': 'period_id'}" icon="terp-go-month"/>
<filter string="State" context="{'group_by': 'state'}" icon="terp-stock_effects-object-colorize"/>
</group>
</search>
@ -967,9 +967,9 @@
</group>
<newline/>
<group expand="0" string="Group By...">
<filter string="Account" context="{'group_by':'account_id'}"/>
<filter string="Journal" context="{'group_by':'journal_id'}"/>
<filter string="Partner" context="{'group_by':'partner_id'}"/>
<filter string="Account" context="{'group_by':'account_id'}" icon="terp-folder-blue"/>
<filter string="Journal" context="{'group_by':'journal_id'}" icon="terp-folder-orange"/>
<filter string="Partner" context="{'group_by':'partner_id'}" icon="terp-personal"/>
<filter string="state" context="{'group_by':'state'}"/>
</group>
</search>

View File

@ -7,6 +7,5 @@
name="account.dta_create"
menu= "False"
id="wizard_account_dta_create"/>
</data>
</openerp>