跳至內容
選單
此問題已被標幟
4 回覆
23884 瀏覽次數


頭像
捨棄

top menu item ? post image, or the code you have done so far

作者

for example the Accouting on the top bar

作者 最佳答案

The Problem is solved ,here is the solution for anyone who have the same problem :

<record id="make_invisible" model="res.groups">
    <field name="name">Invisible</field>
</record>
<record model="ir.ui.menu" id="base.menu_product">
    <field name="groups_id" eval="[(6,0,[ref('make_invisible')])]"/>
</record>
頭像
捨棄
最佳答案
Hi MouBou
   apply techinical rights then after go on user interface --> menu item and find it.
Or, you can hide it by editing the list of groups with users that are able to see it : go to the views section and fine yours.
 
頭像
捨棄
相關帖文 回覆 瀏覽次數 活動
1
4月 22
5228
1
3月 15
8663
3
1月 24
8624
0
1月 24
7
2
9月 21
10351