Skip to Content
Menu
This question has been flagged
2185 Views

Hi guys,

My module already contain: tree, form and kanban view but now I need ONE very special view for very special purpose and must contain completely different data than any other. Also must be connected to the one selected menu.

 As a default this menu will use kanban view and change to the form view once I click on kanban box.
How can I assign new view only for selected menu ?



Avatar
Discard

Normally, you have to create an action and make the model of the action same as the model of the view. You have also to create a menuitem tag and assign to it the action you've created for your view. But I don't understand the phrase "assign new view only for selected menu", pls give more explanation, so one can help