Daily updates from Odoo
Friday, June 28, 2024
2 changes · 17.0
Enhancements to existing features
The help text for uploading certificates in the Mexican localization has been updated to correctly specify .cer and .key file formats instead of the confusing DER format reference. This change makes it clearer for users in Mexico what file types they need to upload when setting up their electronic invoicing certificates.
Original PR description
Currently, help message for certificates in mexican localization ask for der format files. This can be confusing, therefore this commit aims to change that for smoother user understandings. [Here](https://www.odoo.com/documentation/17.0/applications/finance/fiscal_localizations/mexico.html#cer-and-key-certificates) is the link to the documentation specifying the format are .cer and .key
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