Skip to content
Snippets Groups Projects
Commit 7dc1552c authored by Nicolas Lempereur's avatar Nicolas Lempereur
Browse files

[FIX] im_livechat: smiley feedback correspond to choice

When a user on website sends livechat feedbacks:

- Good -> send an average smiley :neutral_face:
- Average -> send ?? instead of smiley

This is because in e4a4ffb9 value of good (:blush:) was changed from 10 to 5,
and value for average (:neutral_face:

) was changed from 5 to 3, but it was not
reflected in one part of the code.

opw-2447246

closes odoo/odoo#65338

X-original-commit: 45ea88e5
Signed-off-by: default avatarNicolas Lempereur (nle) <nle@odoo.com>
parent 7087a168
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