odoo/odoo#194031
Created by fw-bot
Merged
at 28fed18f9806eca20818fc5be9f269359d511476
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:18.0-17.0-opw-4252104-pos_downpayment-roen-NYAa-fw
- head
- 47cfe450ab53ba9f7da5e0907236d7933b756099
- merged
- 8 months ago by Bugfix, Robin Engels (roen)
odoo/odoo | |
---|---|
17.0 | #192208 |
saas-17.2 | #193269 |
saas-17.4 | #193732 |
18.0 | #194031 |
saas-18.1 | #194797 |
saas-18.2 | |
saas-18.3 | |
saas-18.4 | |
19.0 | |
master | #195123 |
[FW][FIX] pos_sale: separate downpayment for fixed tax
When a product has a fixed tax, there should be a separate downpayment line for the fixed tax amount.
Steps to reproduce:
- Create a fixed tax of 1€
- Assign this tax to any product
- Create a sale order with this product
- Open PoS and make a downpayment of 10%
> Observation: There is only one downpayment line with the total amount
of the product and the fixed tax combined.