odoo icon indicating copy to clipboard operation
odoo copied to clipboard

[FIX] point_of_sale,pos_sale: ignore fixed tax in downpayment

Open robinengels opened this issue 1 year ago • 1 comments

When you made a downpayment on an order that contained product with fixed amount taxes, the tax would be paid multiple times.

Steps to reproduce:

  • Create a tax T1 with a fixed amount of 10€
  • Create a product P1 using the tax T1
  • Make a sale order and add the product P1 to it
  • Open PoS and make a downpayment for the sale order (e.g 50%)
  • You will already pay the 10€ of tax
  • Now if you make a second downpayment (e.g. 10%)

Observation: You still have the 10€ tax to pay

Why the fix:

We match the behavior of sales app, and ignore the fixed price taxes when creating the downpayment lines.

opw-4163579

I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr

robinengels avatar Oct 01 '24 14:10 robinengels

Pull request status dashboard

robodoo avatar Oct 01 '24 14:10 robodoo