-
-
Notifications
You must be signed in to change notification settings - Fork 413
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_payment_return: Add 'is_exchange' value to dict returned in prepare_values_returned_widget method #767
[16.0][FIX] account_payment_return: Add 'is_exchange' value to dict returned in prepare_values_returned_widget method #767
Conversation
…d in prepare_values_returned_widget method
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.
Functional Review ok!
Whenever you try to print any invoice linked to a payment return, the invoice is printed correctly
https://www.awesomescreenshot.com/video/33069145?key=0ac0e955912d12b3eb4fef069a9c5595
This PR has the |
@pedrobaeza is OK for merge? |
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.
Thanks for the patch.
Why don't always putting is_exchange = False
? Returned elements are not going to be exchange moves for sure.
…to initialize the key, its being calculated later in _compute_payments_widget_reconciled_info
@pedrobaeza Suggestion applied. Ok for merge? |
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.
/ocabot merge patch
On my way to merge this fine PR! |
I'm now remembering this refactor that phases out this change: #778 |
Congratulations, your PR was merged at 9c07312. Thanks a lot for contributing to OCA. ❤️ |
Current behaviour:
Grabacion.de.pantalla.desde.29-10-24.12.26.33.webm
Behaviour with this PR:
Grabacion.de.pantalla.desde.29-10-24.12.29.16.webm