Tuesday, April 29, 2025
3 changes · saas-18.2
Resolved issues and error corrections
This fix ensures the Belgian POS Blackbox device is selected before competing serial device drivers. It reduces cases where the Blackbox could be blocked by a scale driver, helping point-of-sale fiscal hardware work more consistently.
Original PR description
Community PR: https://github.com/odoo/odoo/pull/207457 The Blackbox driver was sometimes being blocked by the Adam scale driver due to them having the same priority. This commit raises the priority of the Blackbox driver to ensure it runs before other Serial drivers. task-4750364
Long document titles no longer cause the action buttons in the document preview header to shift out of place. This keeps the preview experience cleaner and easier to use when working with files that have lengthy names.
Original PR description
Steps to Reproduce: 1. A document with a long title 2. Upload document 3. Preview the document When a document had a long title, the action buttons in the DocumentsFileViewer The header became misaligned. After this commit: No misalignment on action buttons. Task-4600177
This fix restores a previously disabled website test by replacing an external service call with a proper substitute. It improves release validation reliability without changing the customer-facing website experience.
Original PR description
test_01_beacon was disabled to allow an easier forwardport of #207720 This commit fixes the issue by providing a correct substitution for the external call. Runbot error: 182085