From 1b3d05a539b26b5715e0dc2f248682a0179e215d Mon Sep 17 00:00:00 2001 From: Jugurtha Date: Tue, 4 Nov 2025 10:00:00 +0100 Subject: [PATCH] [IMP] account: hide due date for canceled invoices and bills The payment due date field should not be visible on invoices and vendor bills that are in a 'canceled' state. Previously, this information remained displayed, which could confuse users as no payment is expected for a canceled document. This commit makes the 'invoice_date_due' field invisible if the move 'state' is 'cancel' in both Vendor Bills and Customer invoices views. task-5231309 --- 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 @@ - +