odoo/odoo#182380
Created by Bugfix, Robin Engels (roen)
Merged
at f30f911e091cae4834b7b176098595867892f641
Statuses:
- legal/cla: Contributor License Agreement check
- ci/runbot: Odoo Test Suite
- ci/upgrade_enterprise: Test upgrades for enterprise master
- ci/template: Contact runbot team on discord for help.
- ci/style: Optional style check. Ignore it only if strictly necessary.
- ci/security: Required security check. Can only be ignored by security team.
- label
- odoo-dev:17.0-opw-4163579-double_tax_settle-roen
- head
- ac44b6dbdb3e3b79c4b1ba72f8ce3e759bcddfea
- merged
- 2 years ago by POS IoT, Vlad Stroia (vlst)
| odoo/odoo | |
|---|---|
| 17.0 | #182380 |
| saas-17.2 | #182480 |
| saas-17.4 | #183385 |
| 18.0 | #186639 |
| saas-18.1 | #191657 |
| saas-18.2 | |
| saas-18.3 | |
| saas-18.4 | |
| 19.0 | |
| saas-19.1 | |
| saas-19.2 | |
| master | #187162 |
[FIX] point_of_sale,pos_sale: ignore fixed tax in downpayment
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