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,