[FIX] account:account entry analysis - unreconciled does not filter

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

bzr revid: psi@tinyerp.co.in-20110104090734-1tv6bw80y95geayl
This commit is contained in:
psi (Open ERP) 2011-01-04 14:37:34 +05:30
parent 6de6e75208
commit d53d76ed03
1 changed files with 1 additions and 1 deletions

View File

@ -80,7 +80,7 @@
<filter string="Unposted" icon="terp-document-new" domain="[('move_state','=','draft')]" help = "entries"/>
<filter string="Posted" icon="terp-camera_test" domain="[('move_state','=','posted')]" help = "Posted entries"/>
<separator orientation="vertical"/>
<filter string="Unreconciled" icon="terp-dolar_ok!" domain="[('reconcile_id','=',False)]" help = "Unreconciled entries"/>
<filter string="Unreconciled" icon="terp-dolar_ok!" domain="[('reconcile_id','=',False), ('account_id.reconcile','=',True)]" help = "Unreconciled entries"/>
<filter string="Reconciled" icon="terp-dolar" domain="[('reconcile_id','!=',False)]" help = "Reconciled entries"/>
<separator orientation="vertical"/>
<field name="account_id"/>