Skip to content
Snippets Groups Projects
Commit 02a67b42 authored by roen-odoo's avatar roen-odoo
Browse files

[FIX] pos_sale: downpayment refund correctly added to origin order


Current behavior:
When you refund a downpayment in the PoS, the downpayment is not added
to the original order.

Steps to reproduce:
- Create an order in the sales app
- Open the PoS and make a downpayment for the order
- Refund the downpayment you just made
- Go back to the original order in the sales app, the downpayment is
  correctly added, but the refund of the downpayment is not added.
- The order should contain : The original product, the downpayment and
  the refund of the downpayment.

opw-3275708

closes odoo/odoo#121160

Signed-off-by: default avatarJoseph Caburnay (jcb) <jcb@odoo.com>
parent d771f745
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