Daily updates from Odoo
Friday, June 10, 2022
1 change
Code cleanup and technical improvements
Spreadsheet-related document features now use a shared way to group and reuse server requests. This should reduce repeated data fetching, improve responsiveness, and make future maintenance easier without changing the user workflow.
Original PR description
Currently, every datasource holds its own cache and batching mechanism. With this commit, we introduce a generic handler which can be used everywhere. Task 2879900 Co-authored-by: Lucas Lefèvre <lul@odoo.com>