Saturday, January 10, 2026
1 change · saas-18.4
Resolved issues and error corrections
This fix makes an access-related error message clearer when custom field rules apply to fields without group settings. It helps administrators and support teams understand the real cause of the issue more quickly, without changing business behavior.
Original PR description
Method `_check_field_access` may raise for fields that have no groups, in case there are custom field access rules. Simply make the details of the error message less confusing. backport of https://github.com/odoo/odoo/pull/231159 Description of the issue/feature this PR addresses: Current behavior before PR: Desired behavior after PR is merged: --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr Forward-Port-Of: odoo/odoo#242856