Am 09.11.2013 12:04, schrieb Cédric Krier:
On 08/11/13 12:22 +0100, Maximilian Holtzberg wrote:
Hi List,
I wonder if it's possible to define a view dependent keyword_open
action. I would like to define different menu entries linked to the
product category tree. Then each tree should have a different tree_open
action.
Now the tree_open action is looked up on the model instead on the view.
Is it possible to define a mirrored product.category model to define the
actions on?
It was not designed with such use case in mind.
But maybe you could extend the ActionKeyword.get_keyword method to
filter the result base on the context.
I will go that route,
thank you!