Skip to content
Snippets Groups Projects
Commit 45ea88e5 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#65328

Signed-off-by: default avatarNicolas Lempereur (nle) <nle@odoo.com>
parent c324c024
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment