Saturday, July 26, 2025
4 changes
2 changes
Enhancements to existing features
This update adds automated user-flow checks for passkey login, registration, verification, and deletion. These tests help ensure passkey authentication keeps working when related sign-in features change, reducing the risk of future disruptions 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#219384 Forward-Port-Of: odoo/odoo#217583
IoT devices now keep logs for three days instead of two, making weekend issues easier to investigate after Monday. Log storage and log noise were also adjusted so support teams can find relevant information more easily, including a direct link to Nginx logs from 502 error pages.
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#220423 Forward-Port-Of: odoo/odoo#220324
2 changes
Enhancements to existing features
The enterprise mobile pivot view tests were updated to match recent control panel button responsiveness changes. This helps ensure the mobile interface remains reliable as button behavior is improved across the product.
Original PR description
This commit adapts PivotView's test for the changes made in related commit in community. task-4277543
The label for the option that folds Helpdesk stages has been updated to reflect that it applies beyond the Kanban view. This makes the setting clearer for users managing ticket stages and reduces confusion.
Original PR description
Before this commit, the fold label said `Folded in Kanban` but it actually also folds the stage in the list view of tickets. This commit updates the label of fold field accordingly. task-4845411