From 1c69e03adf9333cc60d27a394a414830ed803c94 Mon Sep 17 00:00:00 2001 From: Sylvain LE GAL Date: Tue, 2 Aug 2022 16:23:20 +0200 Subject: [PATCH] fixup! [FIX] wallet balance should be updated only when related move lines (account_move_line_ids) are in the state 'posted' --- account_wallet/views/account_wallet.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/account_wallet/views/account_wallet.xml b/account_wallet/views/account_wallet.xml index 724cc6b..9e4ca1e 100644 --- a/account_wallet/views/account_wallet.xml +++ b/account_wallet/views/account_wallet.xml @@ -45,6 +45,7 @@ account.move.line tree [('account_wallet_id', '=', active_id)] + {"search_default_posted": 1}