Skip to Content
Menu
You need to be registered to interact with the community.
This question has been flagged
2 Odgovori
1561 Prikazi

Hello Odoo experts, recently I was working around with the security groups for my module and I found the code write like: 

What are the use of the this specific line of code. I aslo can't find the definition of "base.user_root" and "base.user_admin" anywhere. Please help me out. Thanks

Avatar
Opusti
Best Answer

"base.user_root" is a superuser (ID 1) which bypasses any security rules.
"base.user_admin" has admin priviledges, but still obeys to some security rules. 

Root user, should only be used on critical situations, or maintenance tasks.
For all other platform management tasks, which cannot be performed by any other user type, admin priviledges are enough

Avatar
Opusti
Avtor Best Answer

Thank you so much for this valuable knowledge. 

Avatar
Opusti
Related Posts Odgovori Prikazi Aktivnost
1
apr. 25
1704
1
mar. 25
1204
0
nov. 24
1434
0
jun. 24
1491
1
jun. 24
1984