Thursday, July 29, 2021
1 change · master
Enhancements to existing features
The CRM duplicate lead check has been optimized to reduce unnecessary database lookups. This should make related CRM operations faster, especially when working with larger lead databases.
Original PR description
…ates By computing the search domain before calling return_if_relevant, we can make only one query and thus speed up the method. -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr