OCA / account-reconcile

Odoo account reconciliation modules (statements, data completion...)
https://odoo-community.org/psc-teams/banking-10
GNU Affero General Public License v3.0
127 stars 369 forks source link

[16][FIX] account_move_line_reconcile_manual fix foreign currency reconciliation #660

Open florian-dacosta opened 1 month ago

florian-dacosta commented 1 month ago

This PR fix the full reconciliation case for the cases when all entries have the same foreign currency. We compare the currency amount to detect if the reconciliation is full instead of the company currency.

After this PR there is one more problematic case : when we try to reconcile a line with foreign currency with a ligne with company currency. During reconciliation, Odoo convert the line with company currency to foreign currency... and in the wizard, the company currency amounts are compared. So in case of full reconciliation (with writeoff) it does not work. I have added the issue in the README.

@alexis-via

OCA-git-bot commented 1 month ago

Hi @alexis-via, some modules you are maintaining are being modified, check this out!