Monday, May 12, 2025
2 changes · saas-18.1
Resolved issues and error corrections
The Point of Sale scheduling test data now includes Sunday availability, preventing failures when the system date falls on a Sunday. This keeps automated checks stable without changing customer-facing behavior.
Original PR description
Issue: - When the system date is set to a Sunday, the `test_preset_timing` tour fails. - The failure occurs because no time slots are selectable, due to the absence of Sunday attendance records. Fix: - included Sunday as well when creating attendance in the `resource_calendar`.
Purchase approval requests now use the correct unit of measure field for this Odoo version. This prevents errors caused by an outdated field name and helps purchase approval flows continue working as expected.
Original PR description
This commit fixes the issue brought by the forward-port PR https://github.com/odoo/enterprise/pull/83866 The field `uom_po_id` used has been removed in version 18.1 and replaced by `uom_id`. task-4751991