From 909ccda95dd29b8753b7c71cf6ffdc75f988733c Mon Sep 17 00:00:00 2001 From: Wajih-Wanis Date: Mon, 3 Nov 2025 15:17:22 +0100 Subject: [PATCH 1/2] [IMP] account: added quick search on amount in journal items --- addons/account/views/account_move_views.xml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/addons/account/views/account_move_views.xml b/addons/account/views/account_move_views.xml index 943748227126e..7771f598ba3f5 100644 --- a/addons/account/views/account_move_views.xml +++ b/addons/account/views/account_move_views.xml @@ -324,6 +324,8 @@ + From e0e2dd630e9bbb4ae8accae41084ef724287622b Mon Sep 17 00:00:00 2001 From: Wajih-Wanis Date: Thu, 6 Nov 2025 10:40:24 +0100 Subject: [PATCH 2/2] [FIX] account: setting the correct field to search the amount The search should be possible with the amount of the journal thus the search on the balance field is now feasible task: 5231333 a --- addons/account/views/account_move_views.xml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/addons/account/views/account_move_views.xml b/addons/account/views/account_move_views.xml index 7771f598ba3f5..3b83f1e84a09a 100644 --- a/addons/account/views/account_move_views.xml +++ b/addons/account/views/account_move_views.xml @@ -324,8 +324,7 @@ - +