odoo/odoo#69995
Created by fw-bot
Merged
at 45710b17da7ad3df59e9236c2579d1e4f13843f5
Statuses:
- legal/cla: Contributor License Agreement check
- ci/runbot: Odoo Test Suite
- 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:master-14.0-opw-2510338-fix-sig-5cz9-fw
- head
- dc660af697b1395e6117d2209689a6c694e42bf1
- merged
- 4 years ago by Accounting, Laurent Smet (las)
odoo/odoo | |
---|---|
14.0 | #69920 |
saas-14.2 | #69982 |
saas-14.3 | #69987 |
15.0 | |
16.0 | |
17.0 | |
18.0 | |
saas-18.1 | |
saas-18.2 | |
saas-18.3 | |
master | #69995 |
[FW][FIX] account: Wrong amount of tax with different currency
Steps to reproduce the bug:
- Create an accounting entry AE with $ as default currency
- Add a line L1 with 10 € and a tax of 15%
Bug:
The added tax line was 0.75€ instead of 1.5€
Forward-Port-Of: #69920