Wednesday, August 16, 2017
1 change
Enhancements to existing features
This update makes Odoo more efficient when recalculating stored information in the background, reducing unnecessary database checks. It also handles deleted records more safely, avoiding errors when mail messages or other records disappear during processing.
Original PR description
Avoid calling `exists()` on records to recompute.