跳至内容
菜单
此问题已终结
1 回复
3362 查看

i have created a module when i installed it....i see my module under sub menu....but i want to see it on the footer of openerp how is possible

形象
丢弃
最佳答案

Hello R.Sridevi,

First you have to define your main menu which does not have any parent. After that you can define you sub-menus under your main menu.

Ex:

<menuitem id="my_menu" name="My Main Menu"/>
<menuitem id="my_sub_menu" name="Sub Menu" parent="my_menu"/>
<menuitem id="configuration_menu" name="Configuration" parent="my_menu"/>

Given code will create menus like: My Main Menu->Sub Menu and My Main Menu->Configuration.

Hope this is the solution you were looking for.

形象
丢弃
编写者

thanks a lot.......can you please tell how can create a sub menu containing containing only reports.....i have

I already gave you the sample code in my example.

编写者

sir i am asking you a different....thanks for answering previous question....now my question is i have 9 different forms and its rml codes with me....i want all this forms to be listed in one single menu ...i do not know how to create report module containing .xml, .py files in it.....for clear idea please view this link https://www.dropbox.com/lightbox/home/Screenshots

编写者

thanks a lot.....i understood very well.....i created a report module for a module to print a form with out fetching any objects.....my issue is when i try to install a module xml architecture error i do not know where i am going wrong....please view this link and help me https://www.dropbox.com/sh/x90ykrocworffkz/rusLpiXGVE