Hi,
I 'm building a custom view and I want to redirect to menu item when a user click on an div element.
I tried something like that in my template
<a t-attf-href="#menu_id=MENU_ID">...</a>
And it works, but it breaks the browser history.
Maybe there is way to do this from the js but I can't something that match my need
Any clue ?
Regards