Monday, March 15, 2021
1 change · master
Enhancements to existing features
CRM deal cards now focus on the lost status by always showing a Lost ribbon in the kanban view, while removing the redundant Won ribbon because the sales stage already communicates that outcome. Contact deal lists also include lost opportunities, giving users a fuller view of all deals linked to a customer or prospect.
Original PR description
Since e86f892a7b277cc35fe32d365cfe50b7509a93a5 We have the possibility to display a "lost" and a "won" ribbon on the crm.lead kanban view. In this commit, we change things around a bit: - The "WON" ribbon was removed. Since it was redundant with the stage anyway and not very useful. - The "LOST" ribbon is now always displayed in the kanban view. And not only when coming from "duplicate leads". In addition, leads displayed when coming from the stat button on the res.partner form view now also shows lost leads (active_test=False). This can be helpful for the end user because he wants to know "all the deals that are in progress/lost/won with this specific contact". Task-2349526 Description of the issue/feature this PR addresses: Current behavior before PR: Desired behavior after PR is merged: -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr