Daily updates from Odoo
Friday, April 25, 2025
1 change · master
Code cleanup and technical improvements
Device handling for Point of Sale hardware is being moved from the enterprise-only IoT area into the main Point of Sale application. This makes the underlying capability available more broadly now that the required communication feature is no longer limited to enterprise users.
Original PR description
The `deviceController` object was only defined in the `pos_iot` module, as longpolling was only available for enterprise users. Now that it is available to everyone, we moved it to the PoS module. Community PR: [https://github.com/odoo/odoo/pull/207203](https://github.com/odoo/odoo/pull/207203) Task: 4394403