Friday, June 28, 2024
1 change · 17.0
Enhancements to existing features
This update improves the performance of HR contract automation by checking calendar conditions once per batch instead of for each individual record. This reduces unnecessary processing and speeds up automation workflows, particularly when dealing with large numbers of contracts.
Original PR description
Avoid to check calendar for each record. Follows the logic of the community PR: https://github.com/odoo/odoo/pull/167310 Forward-Port-Of: odoo/enterprise#65741 Forward-Port-Of: odoo/enterprise#65417