From b0b2741422a91f2daf6f91944a18cf34d8059017 Mon Sep 17 00:00:00 2001 From: laurentbarontini Date: Mon, 29 Dec 2025 19:57:54 +0100 Subject: [PATCH] 29_12_25 --- modules/purchase_trade/dashboard.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/purchase_trade/dashboard.py b/modules/purchase_trade/dashboard.py index 95911f1..2d01385 100755 --- a/modules/purchase_trade/dashboard.py +++ b/modules/purchase_trade/dashboard.py @@ -280,7 +280,7 @@ class Dashboard(ModelSQL, ModelView): invs = Invoice.search(['type','=','out']) inv_s = len(invs) AccountMove = Pool().get('account.move') - accs = AccountMove.search(['id','>',0]) + accs = AccountMove.search(['journal','=',3]) move_cash = len(accs) return (