-
-
Notifications
You must be signed in to change notification settings - Fork 1k
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
[15.0][FIX]sale_advance_payment: Amount residual with signed invoice amount #3542
[15.0][FIX]sale_advance_payment: Amount residual with signed invoice amount #3542
Conversation
@HaraldPanten @ValentinVinagre Could you review, please? |
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.
Please add yourself to the contributors.
LGTM 👍🏻
@ValentinVinagre I'm already in the contributors list. |
ah 😄 jajaja |
/ocabot merge patch |
On my way to merge this fine PR! |
@manuelregidor when it is merged please move it to the next versions. |
Congratulations, your PR was merged at eaf1a52. Thanks a lot for contributing to OCA. ❤️ |
Before this fix, field amount_residual in sale.order was calculated using the unsigned amounts of related invoices. That caused that amount_residual was wrongly calculated when a sale order had related customer credit notes.
T-7394