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"/>