I purpose create custom mega menu in odoo 17
acording to below links:
I first create XML file that name menus.xml
And I put the codes in the XML file according to the links above
In the next step, I will place it in the manifest
{
'data': [
#...
'views/menus.xml',
],
}
And in the next issue, I will update the theme and restart the server
And then I reload the page, but the mega menu does not appear
I don't know where it is wrong