Skip to Content
เมนู
คุณต้องลงทะเบียนเพื่อโต้ตอบกับคอมมูนิตี้
คำถามนี้ถูกตั้งค่าสถานะ
3 ตอบกลับ
21070 มุมมอง

while developing a demo module in openerp v7. i want my module name to be displayed on the main menu for that i am using the following code

<menuitem id="main_menu_demo_module" name="Demo Module"/>

    <!-- Main Parent Menu-->
    <menuitem id="main_parent_menu_demo_module" 
            name="Demo Module" parent="main_menu_demo_module"/>

but it still not appearing on to the main menu

อวตาร
ละทิ้ง
คำตอบที่ดีที่สุด

If you have a menu but it hasn't a submenu with a valid action, OpenERP doesn't show it. You must create a main menu (the main that appears in the top bar menu), a section main menu (the violet menu in the section) and a valid menu (the real clickable menu):

<menuitem id="main_menu" name="Main"/>
    <menuitem id="section_main_menu" parent="main_menu" />
    <menuitem id="real_menu" parent="section_main_menu" action="your_action"/>
อวตาร
ละทิ้ง
ผู้เขียน

thanks francesco it solved my problem to some extent

ผู้เขียน

hey francesco you were rite we always need a valid sub menu action to see the mian menu

คำตอบที่ดีที่สุด

<menuitem id="“menu_test_base_main”" name="“Test" base”=""/> <menuitem id="“menu_test_base”" parent="“menu_test_base_main”" name="“Test" base”="" action="“action_test_seq”/">

อวตาร
ละทิ้ง

@Remya how to customize theme & some other functionality in helpdesk module. (Sales => Configuration = > Helpdesk => Categories)

I want a menuitem which displays all the filenames in a folder in screen. I dnt want to use database. how can i achive this?

I didnt get your question,Anuradha.

@Remya . Its ok i solved the issue by using database itself

คำตอบที่ดีที่สุด

On base/base_menu.xml:13

    <!-- Top menu item -->
    <menuitem name="Settings"
        id="menu_administration"
        sequence="500"/>

So I'd suggest that you remove the parent attribute on your code

อวตาร
ละทิ้ง
Related Posts ตอบกลับ มุมมอง กิจกรรม
Creating a new Menu item แก้ไขแล้ว
4
ธ.ค. 21
12310
0
ธ.ค. 24
1089
3
ธ.ค. 21
9325
4
ต.ค. 19
33736
1
เม.ย. 17
3878