Bỏ qua để đến Nội dung
Menu
Câu hỏi này đã bị gắn cờ
1 Trả lời
9264 Lượt xem

I would like to know how to add menu items to the website portal user menu. So that I can put a new menu item before logout and point it to a controller.

Or if it's possible to just get a document for download.


Ảnh đại diện
Huỷ bỏ
Câu trả lời hay nhất

hello

try with below code.

<template id="website_menuitem" inherit_id="website.layout" name="header menu">
       <xpath expr="//li[@id='o_logout']" position="before">
          <li>
               <a href="/controllername" role="menuitem">Menu name</a>
          </li>
       </xpath>
</template>

I hope this will helps you.

Ảnh đại diện
Huỷ bỏ
Tác giả

Thanks it did the trick. I was trying to it like I found in website_forum module, but it didn't work.

<template id="tabla_instructions_menu_item" inherit_id="website.user_navbar">

<xpath expr="//div[@id='o_website_add_page_modal']//ul" position="inside">

<li groups="website.group_website_designer"><a href="/get-instructions"><i class="fa fa-comment"/><p>Instructions</p></a></li>

Bài viết liên quan Trả lời Lượt xem Hoạt động
8
thg 6 22
17588
1
thg 4 19
4836
2
thg 3 18
10797
4
thg 6 17
6253
2
thg 4 17
7191