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


形象
丢弃

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
5240
1
3月 15
8670
3
1月 24
8629
0
1月 24
7
2
9月 21
10359