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:
&nbsp; &nbsp; &nbsp; &nbsp; <record model="ir.actions.act_window" 
id="action_abc_categories_form">
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <field 
name="name">Categories</field>
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <field 
name="type">ir.actions.act_window</field>
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <field 
name="res_model">abc.categories</field>
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <field 
name="view_mode">tree,form</field>
&nbsp; &nbsp; &nbsp; &nbsp; </record>
&nbsp; &nbsp; &nbsp; &nbsp; <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

Reply via email to