From 329032d62c23d8240e44aa7d495727d8cc4b58e4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=80=9CJuan?= Date: Fri, 12 Jun 2026 16:18:44 +0000 Subject: [PATCH] [FIX] l10n_ar_website_sale_ux: fix AR responsibility field hidden for new customers - Replace t-if attribute (instead of adding to it) so res_company is not evaluated in QWeb context where it may be absent for some users. - Remove 'and responsibility' condition that hid the div when partner had no responsibility set, preventing new customers from filling a mandatory field and completing checkout. - Add a second xpath to guard responsibility.name in the read-only branch against a bool False value. --- .../views/portal_address_templates.xml | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/l10n_ar_website_sale_ux/views/portal_address_templates.xml b/l10n_ar_website_sale_ux/views/portal_address_templates.xml index 1dd23783..9a44157d 100644 --- a/l10n_ar_website_sale_ux/views/portal_address_templates.xml +++ b/l10n_ar_website_sale_ux/views/portal_address_templates.xml @@ -1,9 +1,16 @@ - +