From c85e8bbc65321e6d3edb26d7fa004423c78685eb Mon Sep 17 00:00:00 2001 From: yagho-odoo Date: Mon, 3 Nov 2025 16:31:41 +0100 Subject: [PATCH] [IMP] account: add a search field to search for journal items by debit/credit when typing a number in the search, a new field depending on either the debit or credit can now be used to filter journal items, this is better than using just the balance field because the balance can be negative while debit or credit are always positive values task id: 5231294 --- addons/account/views/account_move_views.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/addons/account/views/account_move_views.xml b/addons/account/views/account_move_views.xml index 943748227126e..3c68a7c32f578 100644 --- a/addons/account/views/account_move_views.xml +++ b/addons/account/views/account_move_views.xml @@ -309,6 +309,7 @@ +