From 1279bca18556dd6958b71f8b65aa4cf0176022be Mon Sep 17 00:00:00 2001 From: Victor Decleire Date: Mon, 3 Nov 2025 16:42:31 +0100 Subject: [PATCH] [IMP] account: hide du date when status is cancel When cancelling an invoice the due date is still displayed in the list view even if it is not relevant anymore so I moved it when the state of the invoice is 'cancel' task-5231323 --- 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 @@ - +