Friday, October 18, 2024
1 change · 18.0
Enhancements to existing features
Odoo can now control how long on-screen notifications stay visible before disappearing automatically. This helps teams tailor messages so important notices remain visible longer while routine alerts can clear faster.
Original PR description
In this commit, we introduce a way to customize the duration it takes for a notification to automatically disappear which is achieved by specifying `autocloseDelay` option in ms. Documentation: https://github.com/odoo/documentation/pull/11219