-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[FIX] account: currency of reconci. suggestion
When the currency used for a payment/internal transfert is not the same as the company currency, the prices shown in the reconciliation suggestions are computed using the company currency. 1) Enable multi-currency. 2) Setup two bank, one in USD, the other in EUR. 3) Leave the company currency to USD. 4) Create an invoice for a partner targeting the EUR bank and validate it. 5) Create a bank statement for the EUR bank amounting the **exact** value of the invoice for the **same** partner and reconcile it, this will create the payment behind the hood. 6) In the reconciliation the invoice appears as suggestion, if the currency symbol is correct, the amount is shown as USD. opw-1937202 closes odoo#30623 closes odoo#31290
- Loading branch information
1 parent
6530f12
commit 01405ca
Showing
2 changed files
with
29 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters