I'm getting the following error when my module attempts to create a menuitem: [Mon Oct 20 16:22:04 2008] INFO:init:Warning no ID for submenu ABC Management of menu ['ABC Management', 'Categories'] ! Here's the xml: <record model="ir.actions.act_window" id="action_abc_categories_form"> <field name="name">Categories</field> <field name="type">ir.actions.act_window</field> <field name="res_model">abc.categories</field> <field name="view_mode">tree,form</field> </record> <menuitem name="ABC Management/Categories" id="menu_abc_categories_form" action="action_abc_categories_form"/>
This menuitem is created without any error under 4.x but shows this problem with v5.0. Regards, Gerry -------------------- m2f -------------------- -- http://www.openerp.com/forum/viewtopic.php?p=25580#25580 -------------------- m2f -------------------- _______________________________________________ Tinyerp-users mailing list http://tiny.be/mailman/listinfo/tinyerp-users
