[Fix] Account :In menu Accounting/Configuration/Analytic Accounting/Analytic Accounts change the icone of state and Parent button and Parent to Parent Account

lp bug: https://launchpad.net/bugs/873184 fixed

bzr revid: aag@tinyerp.com-20111013085704-xa6dj0v9c39too2r
This commit is contained in:
Atik Agewan (OpenERP) 2011-10-13 14:27:04 +05:30
parent d1dde9bb8e
commit 90c768ed42
1 changed files with 2 additions and 2 deletions

View File

@ -44,8 +44,8 @@
<filter string="Manager" icon="terp-personal" domain="[]" context="{'group_by':'user_id'}"/>
<filter string="Associated Partner" icon="terp-partner" domain="[]" context="{'group_by':'partner_id'}"/>
<separator orientation="vertical"/>
<filter string="Parent" icon="terp-folder-orange" domain="[]" context="{'group_by':'parent_id'}"/>
<filter string="State" icon="terp-folder-green" domain="[]" context="{'group_by':'state'}" groups="base.group_no_one"/>
<filter string="Parent Account" icon="terp-folder-green" domain="[]" context="{'group_by':'parent_id'}"/>
<filter string="State" icon="terp-stock_effects-object-colorize" domain="[]" context="{'group_by':'state'}" groups="base.group_no_one"/>
</group>
</search>
</field>