-
- Downloads
[IMP] website_crm_livechat : link visitor to lead on /lead command
If an operator executes the /lead commands, the visitor was not linked to the
lead. This commit fixed that. The visitor is now linked to the lead but the
visitor does not take the lead's name.
(As '/lead leadName' creates a lead with 'leadName' as name but not as contact
name and the visitor needs the contact name of the lead)
Task ID: 2081534
PR #38706
Signed-off-by:
Thibault Delavallee (tde) <tde@openerp.com>
Showing
- addons/crm_livechat/models/mail_channel.py 19 additions, 15 deletionsaddons/crm_livechat/models/mail_channel.py
- addons/website_crm_livechat/models/__init__.py 1 addition, 0 deletionsaddons/website_crm_livechat/models/__init__.py
- addons/website_crm_livechat/models/mail_channel.py 18 additions, 0 deletionsaddons/website_crm_livechat/models/mail_channel.py
Please register or sign in to comment