[MERGE] lp:872695 + added group_no_one on the filter button 'state' in the search view of account.analytic.account

bzr revid: qdp-launchpad@openerp.com-20111013075316-0e2fo8dem104wz8i
This commit is contained in:
Quentin (OpenERP) 2011-10-13 09:53:16 +02:00
commit 2e0f068256
1 changed files with 2 additions and 1 deletions

View File

@ -45,7 +45,7 @@
<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'}"/>
<filter string="State" icon="terp-folder-green" domain="[]" context="{'group_by':'state'}" groups="base.group_no_one"/>
</group>
</search>
</field>
@ -65,6 +65,7 @@
<field name="debit"/>
<field name="credit"/>
<field name="balance"/>
<field name="state" invisible="1"/>
<field name="currency_id" groups="base.group_extended"/>
<field name="date" invisible="1"/>
<field name="user_id" invisible="1"/>