Tuesday, June 3, 2025
3 changes · saas-18.1
Resolved issues and error corrections
Restaurant point-of-sale now waits for an order ticket to finish printing before accepting another order-button action. This prevents kitchen staff from receiving multiple preparation tickets for the same customer order when the button is clicked repeatedly.
Original PR description
- Ensure that multiple (rapid) clicks on the order button no longer print duplicate preparation tickets. - Await for the order to be printed, as it's done in `saas-18.2` since the following PR (https://github.com/odoo/odoo/pull/204444). Steps to reproduce: - Connect a preparation printer to the restaurant - Make an order - Spam the order btn to send the order to the kitchen - => Multiple preparation ticket for the same order are printed task-id: 4752376 --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
The IoT box service configuration now keeps trying to restart indefinitely if startup fails. This helps devices recover automatically instead of requiring manual intervention after repeated failures.
Original PR description
This PR changes the Odoo iot box service systemd configuration to wait to be restarted infinitely (as opposed to default 10s after which if the restart still fails stystemd stops trying)
This fix restores click actions on scorecard and gauge charts in spreadsheet dashboards. Users can once again open the intended linked content from these dashboard charts, avoiding broken navigation after a recent change.
Original PR description
9674215 broke the on `onClick` of gauge/scorecard in dashboard. We removed the `onClick` of the figure component in favour of a chartJs plugin, but scorecard/gauge charts do not use chartJs. Task: [4826611](https://www.odoo.com/web#id=4826611&cids=1&menu_id=4720&action=333&active_id=2328&model=project.task&view_type=form) Description of the issue/feature this PR addresses: Current behavior before PR: Desired behavior after PR is merged: --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr