Le 16/09/2013 04:55, Sharoon Thomas a écrit :
The module adds a context_processor [8] to the nereid template context. This means that the function `menu_for` would be available anywhere/anytime in the template context and calling it would call the method `nereid.cms.menu.menu_for` [9]. The usage is explained in the doc string.
Yes, I saw this information and I also find a very comprehensive example (for me) in the test function of the module. But my question was wearing rather the relationship between the object Menu and the object MenuItem. Specifically I can not building a custom menu with product category (that's OK) and MenuItem objects pointing to article category (my pb is here) or any other object.
-- Christophe Adiczion
