Daily updates from Odoo
Friday, June 6, 2025
3 changes · saas-18.3
Enhancements to existing features
The bank reconciliation screen now shows the first three matching reconciliation models as direct buttons on desktop, reducing the need to open a dropdown for common actions. Mobile button layout and alignment were also improved so key actions stay visible and easier to use.
Original PR description
This commit moves the 3 first reco models, present in the dropdown menu, to the button list of statement line. If the user has more than 3 matching models, the other ones will remain in the dropdown menu. This is only for desktop views, nothing changed in mobile. Also few style and layout changes, see related commits. task-4804584
The manufacturing barcode test tour was adjusted to match a new product naming convention introduced elsewhere. This keeps automated checks aligned with the latest naming format and helps prevent false test failures.
Original PR description
The tour is adapted to follow new naming convention introduced in the community PR. Task [4745662](https://www.odoo.com/odoo/project/966/tasks/4745662) odoo/odoo#207217
Receipt printing through connected POS hardware now has a more reliable backup connection method, reducing the chance of failed prints. The update also fixes an issue where Belgian blackbox setups without a configured device could block receipt printing.
Original PR description
As for the blackbox, we now use the websocket as fallback to longpolling to print receipt. This commit also fixes an issue regarding the module `pos_blackbox_be`: if the module was installed, but no blackbox was configured, we could not print a receipt as no signature was provided. Task: 4824066