Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR HTML

Website Navbar / Menu Links with Sub menu odoo

<template id="custom_submenu" inherit_id="website.submenu">
<xpath expr="//li[2]/a[1]" position="replace">
<a t-attf-class="#{link_class or ''} dropdown-toggle #{submenu.is_mega_menu and 'o_mega_menu_toggle'}" data-toggle="dropdown" t-att-href="submenu.clean_url()">
<span t-field="submenu.name"/>
</a>
</xpath>
</template>
 
PREVIOUS NEXT
Tagged: #Website #Navbar #Menu #Links #Sub #menu #odoo
ADD COMMENT
Topic
Name
9+5 =