Daily updates from Odoo
Monday, August 8, 2022
1 change
Code cleanup and technical improvements
This update removes redundant record existence checks after database searches across several business apps. It should slightly reduce unnecessary system work without changing user-facing behavior.
Original PR description
Making a `exists()` on a record got by a `search()` is useless and lead to a extra useless query. Remove them. WIP