Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想让属于特定组的用户不可见菜单。例如,我为“admin_limited”组下的用户创建了一个新的设置菜单。这些用户不应获得默认设置菜单,现在设置菜单的视图由管理员的“访问权限”或“设置”组管理。
您必须在要授予查看特定菜单权限的菜单上应用组,该组确定对不同资源的访问权限,如果用户属于多个组将能够访问。您可以在菜单上应用组,例如:
<menuitem id="xxx" action="xxx" parent="xxx" groups="base.group_no_one"/>