Daily updates from Odoo
Tuesday, March 4, 2025
3 changes · saas-17.2
Miscellaneous changes
The 'OU' (Organizational Unit) field is not required for valid certificates. Requiring it will result in a traceback even when a certificate is considered valid. This PR makes the 'OU' field optional. opw-4325514 Forward-Port-Of: odoo/odoo#190508
Original PR description
The 'OU' (Organizational Unit) field is not required for valid certificates. Requiring it will result in a traceback even when a certificate is considered valid. This PR makes the 'OU' field optional. opw-4325514 Forward-Port-Of: odoo/odoo#190508
Issue: When archiving a contract the employee form view does not update the first contract. Cause: The first contract computation is not trigger when archiving a contract. expected behavior: When archiving a contract the first contract should be recomputed. Fix: Add the active field to the depends method of the contract. task-3745594 --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr Forward-Port-Of: odoo/odoo#163737 Forward-Port-Of: odo
Original PR description
Issue: When archiving a contract the employee form view does not update the first contract. Cause: The first contract computation is not trigger when archiving a contract. expected behavior: When archiving a contract the first contract should be recomputed. Fix: Add the active field to the depends method of the contract. task-3745594 --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr Forward-Port-Of: odoo/odoo#163737 Forward-Port-Of: odoo/odoo#158366
Description of the issue/feature this PR addresses: Cannot search by analytic because analytic_distribution is a non-store compute field, we need to pass the domain through the method _apply_analytic_distribution_domain to reprocess the domain so we can find the correct data. Current behavior before PR: Cannot search by analytic Desired behavior after PR is merged: Can search by analytic --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr Fo
Original PR description
Description of the issue/feature this PR addresses: Cannot search by analytic because analytic_distribution is a non-store compute field, we need to pass the domain through the method _apply_analytic_distribution_domain to reprocess the domain so we can find the correct data. Current behavior before PR: Cannot search by analytic Desired behavior after PR is merged: Can search by analytic --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr Forward-Port-Of: odoo/odoo#175294