[FIX] corrected unreconciled domain on Paybles & Receivables window action

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

bzr revid: dmitrijs.ledkovs@credativ.co.uk-20120321104740-6x0ehabi3pbz2i5j
This commit is contained in:
Dmitrijs Ledkovs (credativ) 2012-03-21 10:47:40 +00:00
parent 3b1bafc30c
commit c2e3dca73f
1 changed files with 1 additions and 1 deletions

View File

@ -2042,7 +2042,7 @@
src_model="account.journal"/>
<act_window
context="{'search_default_reconcile_id':False, 'search_default_partner_id':[active_id], 'default_partner_id': active_id}"
context="{'search_default_unreconciled':True, 'search_default_partner_id':[active_id], 'default_partner_id': active_id}"
domain="[('account_id.reconcile', '=', True),('account_id.type', 'in', ['receivable', 'payable'])]"
id="act_account_partner_account_move_all"
name="Receivables &amp; Payables"