Is it possible to assign custom menu action to specific treeview view? Im trying to archieve that i want to have a few different tree views for stock.moves model, and i want a custom action to each of the tree view, but i dont want show all actions in all custom views. So it should look like that:
one model - stock.moves
1.custom tree view + custom action 1
2.custom tree view + custom action 2
3.custom tree view + custom action 3
With the current Odoo design all i can get is:
1.custom tree view + custom action 1 + custom action 2 + custom action 3
2.custom tree view + custom action 1 + custom action 2 + custom action 3
3.custom tree view + custom action 1 + custom action 2 + custom action 3
I thought about a custom button, but its not possible to create one in a tree view, like in form view...Or maybe there are othe work arounds for this situation? thank you