From bd68bc86054109e1f432f1be4b649df174b357a5 Mon Sep 17 00:00:00 2001 From: Alexis de Lattre Date: Tue, 24 Jan 2023 17:04:42 +0100 Subject: [PATCH] [FIX] account_fiscal_position_vat_check: fix view Avoid the error: Field 'show_warning_vat_required' used in attrs ({'invisible': [('show_warning_vat_required', '=', False)]}) is restricted to the group(s) account.group_account_invoice, sales_team.group_sale_salesman. --- account_fiscal_position_vat_check/views/res_partner.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/account_fiscal_position_vat_check/views/res_partner.xml b/account_fiscal_position_vat_check/views/res_partner.xml index 7b7adfeb..beeee36e 100644 --- a/account_fiscal_position_vat_check/views/res_partner.xml +++ b/account_fiscal_position_vat_check/views/res_partner.xml @@ -24,7 +24,7 @@ /> that require to know the VAT number of the partner. - +