Tuesday, May 28, 2024
1 change · 17.0
Enhancements to existing features
Online bank synchronization now requests and correctly uses foreign currency information when it is provided by Odoofin. This helps prevent synchronization errors and ensures foreign currency amounts appear with the right currency on bank statement lines.
Original PR description
Send include_foreign_currency to odoofin to avoid throwing errors when odoofin returns foreign_currency_code and amount_currency for customers that don't have the fix. Convert foreign_currency_code to corresponding foreign_currency_id in order to be displayed correctly alongside the amount in account.bank.statement.line odoofin PR: https://github.com/odoo/odoofin/pull/265 task id: 2870614