Daily updates from Odoo
Saturday, June 21, 2025
1 change · master
Resolved issues and error corrections
This change stops recording return-status updates on individual checks, which was slowing down return resets. Users should see better performance while the team evaluates a simpler checks interface in the future.
Original PR description
Tracking it caused perf issues when resetting the return, because each check needed to run an SQL query to add the tracking information to its chatter. On a clean database, with just the demo data, it took 3 seconds. We're planning to resimplify the UI a little bit in the future, possibly getting rid of the check chatters. In the meantime, we'll just revert this tracking.