From 02aa911f46b834f2409bef18ff4cb079ccb74889 Mon Sep 17 00:00:00 2001 From: ss-salsedge Date: Tue, 12 May 2026 16:24:41 -0400 Subject: [PATCH] [FIX] web_responsive: use env.isSmall for Odoo 19 compatibility Odoo 19's web.NavBar.AppsMenu template uses env.isSmall, not this.ui.isSmall (the latter was the Odoo 18 pattern). The xpath inheritance fails silently, causing the WebClient OWL component to throw and render a blank /odoo page. Two-line fix updates the xpath expression and the t-if branch inside the Dropdown replacement to match the current upstream template structure. Co-Authored-By: Claude Opus 4.7 (1M context) --- web_responsive/static/src/components/apps_menu/apps_menu.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/web_responsive/static/src/components/apps_menu/apps_menu.xml b/web_responsive/static/src/components/apps_menu/apps_menu.xml index caf378beb8e8..2da46866d6f2 100644 --- a/web_responsive/static/src/components/apps_menu/apps_menu.xml +++ b/web_responsive/static/src/components/apps_menu/apps_menu.xml @@ -10,13 +10,13 @@ and the dropdown for the user where can logout we had to disable the lef sidebar to keep our web_resposive toggle button working and to keep the user dropdown in its original place --> - + false - +