From f02dc382b7109ecb1924cbddad71695ab588beef Mon Sep 17 00:00:00 2001 From: gsinghpal Date: Wed, 6 May 2026 20:48:59 -0400 Subject: [PATCH] fix(fusion_whitelabels): keep brand_promotion t-call so other modules can xpath onto it The footer-credit override used position="replace" against the parent div of , which deleted the element from the merged web.frontend_layout view. Any later module that anchors on that t-call (e.g. Enterprise planning's planning.frontend_layout) failed to install with "Element cannot be located in parent view". Switched to position="after" on the t-call element itself. Odoo's branding remains hidden via the existing fusion_whitelabels_nexa_brand_promotion inherit (d-none on .o_brand_promotion), and the Nexa credit still renders. Co-Authored-By: Claude Opus 4.7 (1M context) --- fusion_whitelabels/__manifest__.py | 2 +- .../views/fusion_whitelabels_templates.xml | 16 +++++++--------- 2 files changed, 8 insertions(+), 10 deletions(-) diff --git a/fusion_whitelabels/__manifest__.py b/fusion_whitelabels/__manifest__.py index abf15e2c..6312d3a3 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.3", + "version": "19.0.1.4.4", "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 c44a0513..a262e4a3 100644 --- a/fusion_whitelabels/views/fusion_whitelabels_templates.xml +++ b/fusion_whitelabels/views/fusion_whitelabels_templates.xml @@ -25,15 +25,13 @@