[MERGE] receivables and payables unreconciled by default

bzr revid: fp@tinyerp.com-20120929133451-qafn7fjk1cji3xck
This commit is contained in:
Fabien Pinckaers 2012-09-29 15:34:51 +02:00
commit 94d62b60ea
1 changed files with 1 additions and 1 deletions

View File

@ -2027,7 +2027,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"