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

[17.0] point_of_sale: POS bug with multiple payments and rounding method #169421

Open
1 of 4 tasks
Alexis-SDK opened this issue Jun 14, 2024 · 0 comments
Open
1 of 4 tasks

Comments

@Alexis-SDK
Copy link

Alexis-SDK commented Jun 14, 2024

Odoo Version

  • 15.0
  • 16.0
  • 17.0
  • Other (specify)

Steps to Reproduce

Bug reproduced on demo.odoo.com

How do you reproduce your problem?

  1. Set up a rounding method on point-of-sale configuration
  2. Make a sale in a point of sale for an item for which rounding will be functional.
  3. Record at least 2 payments with a payment lower than the rounding of the amount to be paid
  4. Unable to validate order

What is your current behavior?

  • Unable to pay customer's order

What would be the expected behavior in this case?

  • Be able to pay customer's order

Would it be possible to add a block for all amounts entered with a precision higher than the rounding limit in the configs
--> 25,15 = UserError Please round off the amount
--> 25.20 = No problem

pos_process_with_rounding_multi_payments.mp4

Log Output

No response

Support Ticket

No response

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant