Tuesday, March 11, 2025
1 change · saas-18.2
Resolved issues and error corrections
CRM now handles lost, archived, and won leads more consistently: won leads are reactivated, duplicate detection avoids closed won opportunities, and conversion/merge screens are clearer. This reduces accidental merges, prevents conversion errors, and makes archived or lost opportunities easier to manage without exposing irrelevant archived customer records.
Original PR description
When moving leads to a won stage, they should be activated again. Indeed we consider a won lead / opportunity has been actively worked on and thus should be activated again. Main idea is that duplicates should not count merged opportunities. Indeed it is used notably in automatic merge process, and we should not merge in won (therefore closed) opportunities. Updated domains to better reflect the include_lost meaning since odoo/odoo#194654 Just some tweaks to improve display when dealing with lost or archived leads. Followup of odoo/odoo#194654 Task-4617724