-
- Downloads
[FIX] crm_livechat: do not set public user partner as lead customer usign /lead command
Before this commit, when you create a lead from livechat with the command /lead, the public user is used inside the lead.
Because the public user is archived, and self.env.ref('base.public_partner').user_ids return an empty recordset.
closes odoo/odoo#70655
Signed-off-by:
Thibault Delavallee (tde) <tde@openerp.com>
Please register or sign in to comment