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

[FIX] point_of_sale: 0 => +/- => backspace => 0 and not -


When writting number on the point of sale keypad, if you click on the
"+/-" button, you will get 0 (with buffer "-0"), but then you need to
backspace 2 times to remove "-".

This seems odd since this mean that:

=> "+/-" "backspace" "backspace" "5" will get 5.0 units
=> "+/-" "backspace" "backspace" "backspace" will remove line

instead of what would be expected:

=> "+/-" "backspace" "5" will get 5.0 units
=> "+/-" "backspace" "backspace" will remove the line

opw-2169157
closes #43495

Signed-off-by: default avatarNicolas Lempereur (nle) <nle@odoo.com>
parent 592d2a29
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