Daily updates from Odoo
Monday, January 22, 2024
1 change
Code cleanup and technical improvements
This change reorganizes how spreadsheet editing decides when calculations need to be refreshed. It is an internal cleanup that should make future spreadsheet behavior easier to maintain without changing the user experience.
Original PR description
## Task Description This PR aims to change the way we defined the invalidateXXEvaluationCommands sets, by listing only the commands related to a specific set in it, and then checking separately the different sets to invalidate the evaluation when needed. ## Related Task/PRs - Task: 3607272 - https://github.com/odoo/odoo/pull/146093 - https://github.com/odoo/o-spreadsheet/pull/3333