Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
wants to merge 2 commits into
base: 16.0
Choose a base branch
from

Conversation

florian-dacosta
Copy link
Contributor

@florian-dacosta florian-dacosta commented May 28, 2024

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
Copy link
Contributor

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

Copy link

There hasn't been any activity on this pull request in the past 4 months, so it has been marked as stale and it will be closed automatically if no further activity occurs in the next 30 days.
If you want this PR to never become stale, please ask a PSC member to apply the "no stale" label.

@github-actions github-actions bot added the stale PR/Issue without recent activity, it'll be soon closed automatically. label Sep 29, 2024
@github-actions github-actions bot removed the stale PR/Issue without recent activity, it'll be soon closed automatically. label Oct 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants