Friday, February 21, 2025
2 changes · saas-18.1
Enhancements to existing features
The hardware device pairing code now stays available for 10 minutes instead of 5 and refreshes automatically twice. This gives users more time to connect point-of-sale hardware without restarting the device setup flow.
Original PR description
Before this commit, a pairing code is fetched once upon startup, displayed for 5 minutes, and then cleared. After this commit, the code timeout is extended to 10 minutes, and will be refreshed 2 times automatically. task-4586979 --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
Point of Sale setup is streamlined so an IoT-connected customer display can be configured directly by selecting the IoT Box display, without an extra settings step. The customer display can now also open automatically on the IoT display when PoS starts, while the separate Customer Display setting remains available for opening a second display window.
Original PR description
To configure the RPI display as customer display we needed to: **Before this commit:** - Go to configuration, - Check "IoT Box" checkbox, - Select a display, - Go to "Configuration -> Settings", - Scroll until "Customer Display" then select "An IoT-connected system. **After this commit:** - Go to configuration, - Check "IoT Box" checkbox, - Select a display. **Note:** the "Customer Display" setting is now only used for a second display. That means that customer display can now be opened on both an IoT Display and a new window. Task: 4585446