Daily updates from Odoo
Friday, December 5, 2025
1 change · master
Code cleanup and technical improvements
This update simplifies the way ringtones are handled within the Odoo Enterprise system. Previously, a separate service was required to initialize ringtones; now, ringtones are directly initialized and exported as objects. This change improves efficiency and reduces complexity in the system.
Original PR description
There is no need to have a service to initialize a ringtone object. Instead, we just initialize an object and export it.