Daily updates from Odoo
Tuesday, July 4, 2023
1 change
Resolved issues and error corrections
Search suggestions in mail-related areas now wait briefly before requesting results, instead of sending a request for every keystroke. This reduces unnecessary network and server load while keeping channel search and mention suggestions responsive for users.
Original PR description
Before this commit, fetching suggestions (e.g. channel selector in discuss sidebar "Find or create a channel", or `@`-mentions) were performing RPCs on each user input, resulting in wasted network and server load. This commit fixes the issue by debouncing the fetching of suggestions to 0.5 sec. X-original-commit: 6770ac3 https://github.com/odoo/odoo/pull/126952