-
-
Notifications
You must be signed in to change notification settings - Fork 405
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.0][FIX] account_reconcile_oca: Fix currency and amount when using reconciliation models #792
[16.0][FIX] account_reconcile_oca: Fix currency and amount when using reconciliation models #792
Conversation
Hi @etobella, |
f1249d7
to
092341b
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Code and functional review OK
Is this still in draft? |
it's ready! |
/ocabot merge patch Please fw-port it to upper versions. |
What a great day to merge this nice PR. Let's do it! |
Congratulations, your PR was merged at cec1221. Thanks a lot for contributing to OCA. ❤️ |
When using manual reconcile model to reconcile, the amount in currency is not properly updated.
Steps to reproduce in runbot:
wrong-currency-rec-model.mp4
Behaviour with PR:
Reproducing the same steps, currency and amount are now correctly displayed.
correct-currency-rec-model.mp4