Saturday, June 1, 2024
2 changes · master
Enhancements to existing features
When a future task is cancelled, its planned date is now cleared so it no longer influences user scheduling. This helps keep workload planning accurate by excluding work that will not be performed.
Original PR description
We expect cancelled future tasks to have no impact on the scheduling of users as they are tasks that we are not going to work on. task-3853235
Resolved issues and error corrections
Fixed an issue where new filters on aged partner balance reports did not refresh properly and could cause an error. This helps users apply report filters reliably without interruptions.
Original PR description
During this commit https://github.com/odoo/enterprise/commit/a7a22def92832d1201eb8424ec45710eb9000a2c We introduced new filters on the aged partner reports but it didn't comply with this commit https://github.com/odoo/enterprise/commit/748f529abbdbd35f7249fa60698d1e2203b06bb2 that made the dirtyFilter reactive. This caused the filter to not update itself and caused a traceback. task-3909057