From 8c49f2faff01556ec6fb43eaefb24e45f1c19b7e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Volkan=20TA=C5=9ECI?= Date: Sun, 10 May 2026 22:56:03 +0300 Subject: [PATCH] [FIX] web_responsive: replace this.ui.isSmall with env.isSmall for Odoo 18 compatibility Odoo 18 replaced this.ui.isSmall with env.isSmall in the navbar template. The xpath expression and template condition were using the old property name, causing an OwlError because the target element could not be located in the element tree. --- 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 - +