Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

T1792 - Desynchronize crm.lead and res_partner email. #1654

Merged
merged 4 commits into from
Sep 9, 2024

Conversation

alexis-allemann
Copy link
Contributor

@alexis-allemann alexis-allemann commented Sep 5, 2024

By default, the behavior of the "email" field in the "crm.lead" model is to sync with the partner's email. This synchronization causes issues and generates errors because the email address is tied to a mailing contact. A solution that addresses tasks T1792, T1552, and T1737 is to initially prefill this field with the selected partner’s email but then allow the email to become independent of the partner. This makes sense in cases like when a church has a general contact email, but for a specific event, the contact is made using a different email address.

However, this solution has the drawback of no longer allowing a simultaneous update of all "crm.lead" records for a partner if the contact email changes.

Copy link

sonarcloud bot commented Sep 5, 2024

@alexis-allemann alexis-allemann self-assigned this Sep 5, 2024
@ecino ecino merged commit 6fa6b5b into 14.0 Sep 9, 2024
1 of 2 checks passed
@ecino ecino deleted the T1792-desynchronize_crm_lead_email_adress_from_partner branch September 9, 2024 09:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants