تخطي للذهاب إلى المحتوى
القائمة
لقد تم الإبلاغ عن هذا السؤال
1 الرد
3356 أدوات العرض

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