From 80b805e18012e64c822587b3491825af2315fe93 Mon Sep 17 00:00:00 2001 From: Alexis de Lattre Date: Fri, 10 Jan 2025 17:40:26 +0000 Subject: [PATCH] [FIX] account_invoice_overdue_reminder: access error Fix access rights issue for purchase users that are NOT part of the invoicing group and create a vendor bill from a purchase order --- account_invoice_overdue_reminder/views/account_move.xml | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/account_invoice_overdue_reminder/views/account_move.xml b/account_invoice_overdue_reminder/views/account_move.xml index 0aeeedd7b..5a4b36296 100644 --- a/account_invoice_overdue_reminder/views/account_move.xml +++ b/account_invoice_overdue_reminder/views/account_move.xml @@ -35,19 +35,22 @@ name="overdue_reminder" string="Overdue Reminder" attrs="{'invisible': [('overdue', '=', False)]}" + groups="account.group_account_invoice,account.group_account_readonly" > - - - + + + + +