Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed

Conversation

nle-odoo
Copy link
Contributor

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

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 odoo#43495
@nle-odoo nle-odoo added the OE the report is linked to a support ticket (opw-...) label Jan 17, 2020
@nle-odoo nle-odoo force-pushed the 13.0-point-of-sale-opw-2169157-nle branch from 514ee28 to 6666276 Compare January 17, 2020 14:13
@nle-odoo
Copy link
Contributor Author

robodoo r+

@odoo odoo deleted a comment from robodoo Jan 17, 2020
@robodoo robodoo added the CI 🤖 Robodoo has seen passing statuses label Jan 17, 2020
@robodoo robodoo closed this in d348914 Jan 17, 2020
@robodoo robodoo temporarily deployed to merge January 17, 2020 15:54 Inactive
fw-bot pushed a commit to odoo-dev/odoo that referenced this pull request Jan 17, 2020
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 odoo#43495

X-original-commit: d348914
fw-bot pushed a commit to odoo-dev/odoo that referenced this pull request Jan 17, 2020
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 odoo#43495

X-original-commit: d348914
@fw-bot
Copy link
Contributor

fw-bot commented Jan 21, 2020

This pull request has forward-port PRs awaiting action (not merged or closed): #43506, #43507

@nle-odoo nle-odoo deleted the 13.0-point-of-sale-opw-2169157-nle branch January 21, 2020 07:43
robodoo pushed a commit that referenced this pull request Jan 21, 2020
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

closes #43506

X-original-commit: d348914
Signed-off-by: Nicolas Lempereur (nle) <nle@odoo.com>
robodoo pushed a commit that referenced this pull request Jan 21, 2020
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

closes #43507

X-original-commit: d348914
Signed-off-by: Nicolas Lempereur (nle) <nle@odoo.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CI 🤖 Robodoo has seen passing statuses OE the report is linked to a support ticket (opw-...)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants