Friday, July 25, 2025
4 changes · saas-18.3
Enhancements to existing features
This update adds automated checks for several Point of Sale data models, helping ensure that orders, order lines, categories, and presets continue to work as expected. It reduces the risk of future changes causing regressions in key POS workflows.
Original PR description
Add hoot tests for POS models including `pos_order`, `pos_order_line`, `pos_category`, and `pos_preset`. task-id: 4945821 --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
This update adds automated checks for the main passkey journeys, including registration, login, verification, and deletion. It helps reduce the risk of future authentication changes accidentally breaking passkey access for users.
Original PR description
The one big beautiful test suite written for passkeys Not tested yet: renaming passkeys, not sure if this is worth testing Forward-Port-Of: odoo/odoo#219165 Forward-Port-Of: odoo/odoo#217583
IoT Box logs are now kept longer and have more space reserved, making it easier to investigate issues after weekends. Routine technical messages are reduced, and error pages now guide support teams to relevant web server logs faster.
Original PR description
This commit contains the following small changes: - Change the number of days of logs kept from 2 to 3. The reason for this is so that if a problem occurs on a Friday evening, it is still available to view on a Monday. - Increase the size of the /var ramdisk to 512M, to ensure it will never be filled even if we end up with 3x100MB log files. - Change various INFO logs to DEBUG, to clean-up the log output to be more useful. - Change werkzeug log level to WARNING, to stop showing every HTTP request as a log. - Add a link to the Nginx logs to the 502 error page. --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr Forward-Port-Of: odoo/odoo#220324
This update aligns certified scale checksum handling with the latest Toledo scale error checks. It helps ensure point-of-sale scale integrations continue to validate correctly after the related scale error detection changes.
Original PR description
This PR adapts the scale checksum to the PR adding the error checks to Toledo scales: https://github.com/odoo/odoo/pull/217674 Forward-Port-Of: odoo/enterprise#90877 Forward-Port-Of: odoo/enterprise#89602