Thursday, February 19, 2026
2 changes · master
Code cleanup and technical improvements
This update streamlines the serial drivers used for our IoT devices, specifically those related to the Adam scale. The changes consolidate related functionality within a dedicated module, improving code organization and maintainability. This refactoring enhances the system's stability and reduces potential complexity.
Original PR description
We simplify serial drivers and move adam scale specific methods in `pos_iot_adam_scale`. see odoo/odoo#245226
This pull request updates the event management system by running a binding script. The changes involve minor adjustments to XML files within the event and timesheet modules, streamlining the process for event registration summaries and animation transitions. This update ensures consistent event data handling.