-
-
Notifications
You must be signed in to change notification settings - Fork 621
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] pos_order_to_sale_order: recompute taxes #1318
[16.0][FIX] pos_order_to_sale_order: recompute taxes #1318
Conversation
Hi @legalsylvain, |
hi @danielduqma you can rebase to have green CI. |
5f3da08
to
934f79d
Compare
Recompute `sale.order` taxes, as received ones are the ones from product, without fiscal position mapping applied.
934f79d
to
5f81300
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.
LGTM.
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.
LGTM
/ocabot merge patch |
On my way to merge this fine PR! |
Congratulations, your PR was merged at df170b5. Thanks a lot for contributing to OCA. ❤️ |
Recompute
sale.order
taxes, as received ones are the ones from product, without fiscal position mapping applied. Follows #1291How to reproduce in branch 16.0:
sale.order
has different taxes and totalsWith this change, taxes are recomputed right after sale order creation, so taxes are the same as in PoS:
cc @legalsylvain @Jordi-Buitrago @navarrorico
FL-556-5334