Monday, March 3, 2025
2 changes · master
Enhancements to existing features
This update aligns several Odoo apps with an improved internal Record component API, allowing customization hooks to be handled in a more consistent way. It helps keep Payroll, Sign, Timesheets, Gantt, Grid, and Studio features compatible with the broader platform change without introducing major user-facing behavior changes.
CRM lead conversion to helpdesk tickets now aligns with stricter partner matching that relies on email rather than lead names. This reduces the chance of linking new leads to the wrong customer when generic names are reused.
Original PR description
We removed extra criteria from '_find_matching_partner' to improve partner accuracy in CRM. This PR removes some tests based on those criteria for the CrmLeadConvert2ticket wizard. Related PR - https://github.com/odoo/odoo/pull/135793 Task-3235935