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.

相关代码: https://github.com/odoo/odoo/blob/70c619e02b391ddedfc474886f8af20b5ea9d17f/odoo/addons/base/models/res_users.py#L1070-L1083