Skip to content

[FIX] web_responsive: replace this.ui.isSmall with env.isSmall for Odoo#3600

Closed
volkantasci wants to merge 2 commits into
OCA:18.0from
volkantasci:18.0
Closed

[FIX] web_responsive: replace this.ui.isSmall with env.isSmall for Odoo#3600
volkantasci wants to merge 2 commits into
OCA:18.0from
volkantasci:18.0

Conversation

@volkantasci

Copy link
Copy Markdown

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.

…oo 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.
@OCA-git-bot

Copy link
Copy Markdown
Contributor

Hi @Tardo, @SplashS,
some modules you are maintaining are being modified, check this out!

@pedrobaeza

Copy link
Copy Markdown
Member

It's the contrary: #3536

Please update your whole code, including Odoo.

@pedrobaeza pedrobaeza closed this Jun 30, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants