You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 13, 2024. It is now read-only.
def groups(*groups):
# check if current user are member of one of the given groups.
# If not, raise an error. "To do this action, you should be member of ..."
(3) a button in a view. (<button name='function_name' />)
So it is a more secured approach that writing <button name='function_name' groups='group_xml_id'/> that does'nt prevent for the time being case 1 or 2.