I have a new module with qweb as the renderer, but the menu item added and when clicking in the menu. getting a js error like cannot read property, 'tag' of undefined . I am thinking like the kanban_render looking for the templates tag under the base view xml file of the new module, but the kanban xml file is actually residing inside the script module.
Did anyone faced this before? any solution for this?
Or even is it possible to make the menu item inside a qweb template? if yes please provide some details.
Thanks in advance.