Daily updates from Odoo
Monday, November 4, 2024
1 change
Code cleanup and technical improvements
This update reorganizes internal IoT-related code by separating box, device, connection, and dialog components into clearer locations. It does not introduce new user-facing behavior, but it should make future maintenance and improvements easier and safer for the IoT, POS IoT, self-order IoT, and quality IoT areas.
Original PR description
IoT Box/IoT Device models were placed in the same file, we separated them. Additionally, the IoT Channel model, which was placed in the same file too, has been moved to the `ir_websocket` one, and the "IoT Connection Error" dialog have been moved to a `dialogs/` directory for more clarity in the `iot` module.