跳至内容
菜单
此问题已终结
2 回复
1611 查看

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

形象
丢弃
最佳答案

"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

形象
丢弃
编写者 最佳答案

Thank you so much for this valuable knowledge. 

形象
丢弃
相关帖文 回复 查看 活动
1
4月 25
1718
1
3月 25
1219
0
11月 24
1444
0
6月 24
1520
1
6月 24
1996