Skip to content
Snippets Groups Projects
Commit d75905f7 authored by Thibault Delavallée's avatar Thibault Delavallée
Browse files

[FIX] crm: do not reset action name in convert wizard each time an option changes


Currently ``name`` field that holds the action type is recomputed each time
duplicated leads are updated. However duplicated leads are often updated
notably each time customer action (create / link / do nothing) and chosen
customer are updated.

As ``name`` compute method is mainly present to replace a default value
its compute method is updated so that it nows compute only when not having
a value. Once having a value user choice is kept.

Task ID-2452777
COM PR odoo/odoo#68618

Signed-off-by: default avatarThibault Delavallee (tde) <tde@openerp.com>
parent 6915d17f
Branches
Tags
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment