odoo/odoo#69920

Created by Bugfix, Simon Goffin (sig)
Merged at 28e85cdbbd499b3fa826c15d4058aa4b83b993c9

Statuses:

  • legal/cla: Contributor License Agreement check
  • ci/runbot: Odoo Test Suite
  • ci/template: Install databases to use to test upgrade in master and ensure that upgrades works with current master.
  • 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:14.0-opw-2510338-fix-sig
head
5b9bf43cc27780fea85d5ae3d3b5d4221e3ddfe3
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

[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€

opw-2510338