Daily updates from Odoo
Friday, May 16, 2025
2 changes · saas-18.3
Resolved issues and error corrections
The IoT log download button now responds properly when selected instead of showing an error. This helps users access device logs reliably when troubleshooting IoT issues.
Original PR description
The iot download logs button widget js code didn't have an onClick method which resulted in an error when you press it:
```
UncaughtClientError > OwlError
Uncaught Javascript Error > Invalid handler (expected a function, received: 'undefined')
Occured on 80350261-saas-18-3-all.runbot177.odoo.com on 2025-05-15 12:30:59 GMT
OwlError: Invalid handler (expected a function, received: 'undefined')
Error: Invalid handler (expected a function, received: 'undefined')
at Object.mainEventHandler (https://80350261-saas-18-3-all.runbot177.odoo.com/web/assets/debug/web.assets_web.js:14945:23)
at HTMLButtonElement.listener (https://80350261-saas-18-3-all.runbot177.odoo.com/web/assets/debug/web.assets_web.js:9281:20)
```
This PR fixes this issue by properly definining an "onClick" method
task-4797770The point of sale IoT setup no longer shows a "no IoT box found" notification when newer connection wizards are available. This avoids confusing staff with an outdated warning during device setup.
Original PR description
Since the PR https://github.com/odoo/enterprise/pull/83066 which adds new wizards for IoT Box connection it is no longer necessary to display "no iot box found" notification. This PR removes this notification which could still be seen