From 86b4ce92ee94bd73c149dc37d6ba3397c69f987a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20BEAU?= Date: Thu, 11 Dec 2014 14:53:23 +0100 Subject: [PATCH] [FIX] fix domain, give the posibility to use a different journal (one for the payment, one for the deposit), hide unreconcile entry which a link to a deposit --- account_check_deposit/account_deposit_view.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/account_check_deposit/account_deposit_view.xml b/account_check_deposit/account_deposit_view.xml index f4b61143b..3c09da374 100644 --- a/account_check_deposit/account_deposit_view.xml +++ b/account_check_deposit/account_deposit_view.xml @@ -68,7 +68,7 @@ widget="many2many" domain="[('reconcile_id', '=', False), ('debit', '>', 0), - ('journal_id', '=', journal_id), + ('check_deposit_id', '=', False), ('currency_id', '=', currency_none_same_company_id), ('account_id', '=', journal_default_account_id)]" context="{'currency': currency_id,