Daily updates from Odoo
Friday, December 20, 2024
1 change · master
Code cleanup and technical improvements
This update reorganizes internal point-of-sale IoT and preparation display code to make it easier for developers to read and maintain. It should not change day-to-day user workflows, but it helps reduce future maintenance effort and risk.
Original PR description
Try to use models instead of services when possible. This will make the code more readable and easier to maintain.