From 28e135454f5c8d0d9fd90999bc4e613fb5095147 Mon Sep 17 00:00:00 2001 From: Wajih-Wanis Date: Tue, 4 Nov 2025 14:17:20 +0100 Subject: [PATCH] [IMP] account: added sent status filter and list view At the current version the user is not able to see invoice status in list view, and is also not able to filter invoices based on their status, thus the change in the invoice list view filters to enable the user to perform those operations. task: 5231339 --- addons/account/views/account_move_views.xml | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/addons/account/views/account_move_views.xml b/addons/account/views/account_move_views.xml index 943748227126e..7bbd2b6bfd5e3 100644 --- a/addons/account/views/account_move_views.xml +++ b/addons/account/views/account_move_views.xml @@ -549,6 +549,9 @@ invisible="payment_state == 'invoicing_legacy' or move_type == 'entry'" optional="show" /> + @@ -1595,10 +1598,15 @@ groups="account.group_account_secured,base.group_no_one"/> +