Tuesday, December 9, 2025
2 changes · saas-18.2
Enhancements to existing features
Automated website tours now run with audio disabled, preventing unexpected sounds like ringtones during local testing. This makes the developer testing experience less disruptive without affecting normal business use of Odoo.
Original PR description
When running tests locally, it's really annoying (and sometimes really jarring / surprising) to hear random beeps and boops from your machine, especially when it's an old timey ringtone from voip. Make it stop. Forward-Port-Of: odoo/odoo#238906 Forward-Port-Of: odoo/odoo#238882
This update allows other Odoo modules to customize how SLAs are defined for helpdesk tickets. Previously, this customization was limited, but now it's expanded to align with existing flexible configurations. This improves the flexibility and adaptability of SLAs within the helpdesk system.
Original PR description
Allow other modules to modify the _sla_find domain when adding SLAs to helpdesk tickets. This is already the case for extra and false domains, while the main domain is hardcoded up to this commit. Forward-Port-Of: odoo/enterprise#97501