-
-
Notifications
You must be signed in to change notification settings - Fork 602
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
[16.0][FIX] pos_order_remove_line: Trigger #1044
[16.0][FIX] pos_order_remove_line: Trigger #1044
Conversation
Hi @robyf70, |
ca4d380
to
b5244e9
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
With
|
- Function logic is modified in order to use the numpad backspace trigger. - Stops event propagation and prevents default actions.
f61de12
to
83b5976
Compare
This PR has the |
/ocabot merge minor |
What a great day to merge this nice PR. Let's do it! |
Congratulations, your PR was merged at 50650c0. Thanks a lot for contributing to OCA. ❤️ |
Function logic is modified in order to use the numpad backspace trigger.
Uses _updateSelectedOrderline() method and works with any module installed and their extended methods, like pos_loyalty, executing all inherited functions and fixing the problem that doesn't recalculates loyalty points when pos_loyalty is installed and removes an order line.