Skip to content
Snippets Groups Projects
Commit 666955cb authored by Adrien Widart's avatar Adrien Widart
Browse files

[FIX] point_of_sale: remove monetary widget of discount field

Considering the field declaration:
https://github.com/odoo/odoo/blob/fe5deb4ee4c8e07aed2f2cff6210271bfaa61476/addons/point_of_sale/models/pos_order.py#L1121


`discount` is a rate, not an amount. Therefore, suppose a discount of
10%, when opening a POS-generated SO, the discount shouldn't be "$10".

OPW-2629493

closes odoo/odoo#75829

Signed-off-by: default avatarpimodoo <pimodoo@users.noreply.github.com>
parent 3f4654f9
No related branches found
No related tags found
Loading
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