Hi Everyone,
I have one requirement. In odoo 17 when we applied a discount from the pricelist, it applied the discount on the product in the order line.
But I want to see that discount in the discount field in the pos order line.
Example,
Product 1
Price: 5,000
discount 10%
Discounted price: 4,500
When we click on the product in pos it's cut the price from 5000 to 4500. But we go in backend order. It changes the unit price to 4,500—discount 0%.
I want the price displayed in unit price 5,000 and a discount of 10% in the order line.
Any configuration or third-party module which can fulfil my requirement.