odoo/odoo#193269
Created by fw-bot
Merged
at c31b39dd7597a953e6efa586fa0da9cb81222e68
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:saas-17.2-17.0-opw-4252104-pos_downpayment-roen-m7fj-fw
- head
- 68aa8c50e48dede665d891996c4cf74a6d0e7153
- 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.
Forward-Port-Of: #192208