Monday, September 25, 2023
1 change · master
Code cleanup and technical improvements
Spreadsheet dashboards now load group information and dashboard names in a single request instead of two. This reduces waiting time and improves efficiency when opening dashboard views.
Original PR description
Previously, the dashboard action needed two RPC calls to be ready: 1. load the dashboard groups (with the dashboards ids in the groups) 2. load the dashboard display names Now, with the new `web_search_read` we can load both at the same time, saving one http request. --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr