Friday, July 4, 2025
1 change · 17.0
Enhancements to existing features
This change removes an outdated validation rule for server actions that checked for an option no longer used. It helps keep automation behavior aligned with current functionality and avoids unnecessary restrictions when updating related fields.
Original PR description
-Since [1] the value for evaluation_type no longer exists 'reference' and user can update m2m field using evaluation_type 'value' very dynamic therefore this commit remove redundant constraint check for evaluation_type 'reference' 1: https://github.com/odoo/odoo/pull/114352/commits/5ea3b8e998a695ff342b250ed1c1d0d04e1e29c9 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