Monday, March 17, 2025
2 changes · master
Enhancements to existing features
IoT device pages now offer a clearer interface and a direct way to test printer status from the database. IoT Box pages also include a status button that opens the box homepage, helping users check devices faster and reduce troubleshooting time.
Original PR description
Improved IoT Device UI and added a button to test printers (print status) directly from the IoT Device form, in order to ease quick testing from the db. Also added a status button on the IoT Box form view to redirect to the IoT Box Homepage. Community PR: [https://github.com/odoo/odoo/pull/201231](https://github.com/odoo/odoo/pull/201231) Task: 4640921
Features or functions removed from Odoo
Rental orders no longer include a dedicated Sign Documents button because the same signature request workflow is now available from the standard cog menu when the Sign app is installed. This removes a redundant integration module while keeping signature capabilities accessible through the shared Sign feature.
Original PR description
**Before this commit:** - Rental orders had a dedicated 'Sign Documents' button in the form view after confirming the Rental Order, allowing users to either sign the document on the spot or send it via email for signature **After this commit:** - Since the 'Request Signature' option is available in the cog menu across all apps after installing the Sign module, a separate renting-sign bridge module is no longer needed. Additionally, the demo data from the renting-sign bridge has been moved to the Sign module's demo data. Affected versions: _master_ Task-[4555707](https://www.odoo.com/odoo/project/4106/tasks/4555707)