Daily updates from Odoo
Wednesday, April 27, 2022
1 change
Code cleanup and technical improvements
Spreadsheets in Documents now load pivot and list data only when it is actually needed, such as when the relevant sheet is opened or filters change. This reduces unnecessary server calls and should make complex spreadsheets and dashboard templates open faster without changing user-facing features.
Original PR description
Various optimizations to lazy load data sources as much as possible. The main idea is to load data sources only if really needed. If the pivot is on Sheet2 but you never go to that sheet, the data source should never be loaded. See commit messages for details