[IMP] improved code.

bzr revid: tpa@tinyerp.com-20120723055220-ftirkyj0crbg2tfu
This commit is contained in:
Turkesh Patel (Open ERP) 2012-07-23 11:22:20 +05:30
parent b2d728f7ce
commit 3d97bce85d
1 changed files with 2 additions and 2 deletions

View File

@ -89,11 +89,11 @@
<field name="type">search</field>
<field name="inherit_id" ref="account.view_account_analytic_line_filter"/>
<field name="arch" type="xml">
<field name="others" position="after">
<filter name="others" position="after">
<separator/>
<filter name="to_invoice" string="To Invoice" context="{'to_invoice': 1}" domain="[('invoice_id','=',False), ('to_invoice','&lt;&gt;',False)]" icon="terp-dolar"/>
<filter name="invoiced" string="Invoiced" domain="[('invoice_id','!=',False), ('to_invoice','&lt;&gt;',False)]" icon="terp-dolar"/>
</field>
</filter>
</field>
</record>