Hi, i tried to modify the menu toggle title inheriting website.user_navbar. But i got the follow error:
the element '' Cannot be located in parent view
Seeing the template "user_navbar" i saw that
xml version="1.0" encoding="utf-8"?>
<odoo>
<template id="dondi_user_navbar" inherit_id="website.user_navbar">
<xpath expr="//ul['id=oe_applications']" position="replace">
<a href="#" class="fa fa-th o_menu_toggle" title="[Text here]" aria-label=""[Text here]"
"/>
xpath>
<xpath expr="//ul[hasclass('o_menu_sections')]" position="before">
<div class="o_menu_brand">Websitediv>
xpath>
template>
odoo>