Public release from ruodoo-project: 19.0 - 2026-05-31 21:19:12 UTC
This commit is contained in:
7
access_apps/hooks.py
Normal file
7
access_apps/hooks.py
Normal file
@ -0,0 +1,7 @@
|
||||
# Copyright 2021,2023 Ivan Yelizariev <https://it-projects.info/team/yelizariev>
|
||||
# License MIT (https://opensource.org/licenses/MIT).
|
||||
def uninstall_hook(env):
|
||||
access = env.ref(
|
||||
"base.access_ir_module_module_group_user", raise_if_not_found=False
|
||||
)
|
||||
access.write({"active": True})
|
||||
Reference in New Issue
Block a user