Skip to content
Snippets Groups Projects
Commit db0b65e5 authored by Ivan Yelizariev's avatar Ivan Yelizariev
Browse files

[FIX] point_of_sale: respect setting only_round_cash_method

STEPS:
* configure rounding:
  - cash_rounding=True
  - only_round_cash_method=True
  - round method: 1.0 Down

* open a session
* add products with subtotal in decimals (such as 6.35)
* select Bank payment method and process the order

BEFORE: error "You have to round your payments lines"

AFTER: order is processed and marked as paid

---

https://github.com/odoo/odoo/commit/42425996e36d9cb1fc1391402cf6d00df4aea019


opw-2426027

closes odoo/odoo#64270

Signed-off-by: default avatarpimodoo <pimodoo@users.noreply.github.com>
parent c7375eba
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