Debug下才显示菜单或字段 - xiaohao0576/odoo-doc GitHub Wiki
base.group_no_one是一个很特殊的用户组。
如果菜单或字段关联了这个组,只有在Debug模式下才会显示
文档注释
Note that the group ``"base.group_no_one"`` is only effective in debug
mode: the method returns ``True`` if the user belongs to the group and
the current request is in debug mode.