[MERGE] Account: account- manual reconciliation => move line reconcile button => check on the account with the reconcile boolean set to True and the reconcile_id is null

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

bzr revid: mra@mra-laptop-20101123073254-s2tvzntsh200pe80
This commit is contained in:
Mustufa Rangwala 2010-11-23 13:02:54 +05:30
commit 0a97910d5c
1 changed files with 1 additions and 1 deletions

View File

@ -1155,7 +1155,7 @@
<filter
icon="terp-dolar_ok!"
string="Unreconciled"
domain="[('reconcile_id','=',False), ('account_id.type','in',['receivable', 'payable'])]" help="Unreconciled Journal Items"
domain="[('reconcile_id','=',False), ('account_id.reconcile','=',True)]" help="Unreconciled Journal Items"
name="unreconciled"/>
<separator orientation="vertical"/>
<field name="move_id" select="1" string="Number (Move)"/>