-
- Downloads
[FIX] event_crm: correctly update lead phone when created from registration
When having rules creating leads from registrations, email and phone are copied from the registration if the linked partner has no value for those fields. However an error in the code lead to setting phone into email which is not really correct. This commit also add tests for event_crm who allowed to spot other issues which are fixed in the next commits. Task-3431124 Part-of: odoo/odoo#128823
Showing
- addons/event_crm/models/event_registration.py 1 addition, 1 deletionaddons/event_crm/models/event_registration.py
- addons/event_crm/tests/common.py 7 additions, 3 deletionsaddons/event_crm/tests/common.py
- addons/event_crm/tests/test_event_crm_flow.py 50 additions, 39 deletionsaddons/event_crm/tests/test_event_crm_flow.py
Loading
Please register or sign in to comment