From 9dccff79780f2aac797d9561e9c4fab57ed4d862 Mon Sep 17 00:00:00 2001 From: Wajih-Wanis Date: Mon, 3 Nov 2025 15:55:25 +0100 Subject: [PATCH] [IMP] account: due date invisible on canceled invoices invoices that are cancelled still show the due date on the list view which is counterintuitive as a canceled invoice won't be paid so it should not have a due date, thus this change to hide the due date on canceled invoices task: 5231334 --- addons/account/views/account_move_views.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/addons/account/views/account_move_views.xml b/addons/account/views/account_move_views.xml index 943748227126e..5de8cc74292ff 100644 --- a/addons/account/views/account_move_views.xml +++ b/addons/account/views/account_move_views.xml @@ -523,7 +523,7 @@ - +