How to create a custom template for the website navigation odoo 13
问题 How to create a custom odoo walker for the website navbar Similar to what Wordpress allows to create a html template which them odoo uses to add the menus so I can design the navigation <nav> <div class="logo"></div> <ul> <!-- odoo menu items---> <!-- formatting---> <!-- <li class="nav-item"><a href="$link"> $name </a></li>---> </ul> <div> <ul> <li><a href="$myaccount_link">$name</a></li> <li><a href="$logout_link"> $name</a></li> </ul> </div> </nav> Is there a similar function in odoo if not