From 3b7dba32a4ea91b1fbf8793bc4a89d70f7b8376b Mon Sep 17 00:00:00 2001 From: gsinghpal Date: Wed, 6 May 2026 21:00:44 -0400 Subject: [PATCH] fix(fusion_whitelabels): hide brand_promotion via class attr instead of replacing inner div The nexa-branded inherit on web.brand_promotion replaced the entire
wrapper with an empty hidden div, which also stripped out the child. Enterprise planning's planning.brand_promotion (primary inherit on web.brand_promotion) then xpath'd onto that t-call and failed to install: "Element cannot be located in parent view". Switched to position="attributes" with add="d-none" so the wrapper still gets hidden but its children stay in the merged arch for downstream xpaths. Co-Authored-By: Claude Opus 4.7 (1M context) --- fusion_whitelabels/__manifest__.py | 2 +- fusion_whitelabels/views/fusion_whitelabels_templates.xml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/fusion_whitelabels/__manifest__.py b/fusion_whitelabels/__manifest__.py index 6312d3a3..dfe1652a 100644 --- a/fusion_whitelabels/__manifest__.py +++ b/fusion_whitelabels/__manifest__.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- { "name": "Fusion Whitelabels", - "version": "19.0.1.4.4", + "version": "19.0.1.4.5", "category": "Website", "summary": "Replace Odoo frontend promotional branding with Nexa Systems whitelabeling.", "description": """ diff --git a/fusion_whitelabels/views/fusion_whitelabels_templates.xml b/fusion_whitelabels/views/fusion_whitelabels_templates.xml index a262e4a3..9582d2f3 100644 --- a/fusion_whitelabels/views/fusion_whitelabels_templates.xml +++ b/fusion_whitelabels/views/fusion_whitelabels_templates.xml @@ -19,8 +19,8 @@