Daily updates from Odoo
Thursday, June 16, 2022
1 change · master
Code cleanup and technical improvements
The Documents Spreadsheet area now counts available spreadsheets using a more efficient database method. This reduces unnecessary data loading and network traffic, which can improve responsiveness when many spreadsheets exist.
Original PR description
`search_count` is more efficient since it's done at SQL level (`SELECT COUNT (*) ...`) `search_read` will fetch in memory every row matching the domain (and over the network here)