Skip to content
Snippets Groups Projects
Commit 3b89d96b 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#75991

X-original-commit: 225fb81c
Related: odoo/enterprise#20621
Signed-off-by: default avatarpimodoo <pimodoo@users.noreply.github.com>
Signed-off-by: default avatarAdrien Widart <adwid@users.noreply.github.com>
parent 3cc4f777
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