Skip to content
Snippets Groups Projects
Commit 06b22e30 authored by Andrea Grazioso (agr-odoo)'s avatar Andrea Grazioso (agr-odoo)
Browse files

[FIX] account: autoreconciliation multicurrency rounding


Have the company currency USD
Enable multicurrency and activate EUR with rate 11.2674
Create an invoice in EUR (i.e 100€)
Create a Bank Journal in EUR:
Have the invoice matching reconciliation model set to autovalidate
Create a bank statement (eur) matching the invoice
Click Post > Reconcile
Statement and Invoice will be automatically reconciled
Check the reconciled entry

Issue: Amount currency of the bank statement move line will be 100.05
This does not occur when manually reconciling and it's due to the high
exchange rate.
When converting the amount of the statement line (8.88) to company currency,
result will be incorrect (100.05)

opw-3196003

closes odoo/odoo#115437

X-original-commit: eef0deb5
Signed-off-by: default avatarLaurent Smet <las@odoo.com>
Signed-off-by: default avatarGrazioso Andrea (agr) <agr@odoo.com>
Co-authored-by: default avatarLaurent Smet <las@odoo.com>
parent 16ac2bdd
Branches
Tags
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment