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

[FIX] pos_sale: Correctly set manually_set_price on settle order


Current behavior:
When settling an order, the manually_set_price field is set to true
when it shoudln't. This cause issues in the french localization, as it
was always showing the current price as the old price.

Steps to reproduce:
- Install the l10n_fr_pos_cert module, and pos_sale
- Create a new order, add a product and confirm the order
- Open the PoS
- Settle the order you created
- The current price is shown as the old price

opw-3440797

closes odoo/odoo#133382

Signed-off-by: default avatarRobin Heinz (rhe) <rhe@odoo.com>
parent ee22c02b
Branches
Tags
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment