Monday, June 16, 2025
2 changes · master
Enhancements to existing features
This update standardizes date values to use full ISO formatting, ensuring months and days are always written with two digits. It reduces the risk of date parsing errors in payroll, accounting, appointments, manufacturing, and localization processes.
Original PR description
ISO format does not accept single digit months or days. odoo/odoo#214350
This update adds testing to confirm that AI-generated HTML field content is properly cleaned before use, helping prevent unsafe or unwanted content from being stored or displayed. It also increases the API call timeout, making AI field processing more reliable when responses take longer.
Original PR description
Purpose ======= Add test about sanitization for HTML properties. Increase the timeout limit when calling the API. Task-4712395