-
-
Notifications
You must be signed in to change notification settings - Fork 700
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_move_tier_validation: Pass context to allow confirming moves with tier validation #1703
[16.0][FIX] account_move_tier_validation: Pass context to allow confirming moves with tier validation #1703
Conversation
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 fix. It's not entirely clear to me what causes the issue. Would it be possible to add a reproducing test?
@StefanRijnhart , if you check the issue #1698 , it details the steps that causes the issue. Is it possible for you to review it? |
@ByteMeAsap If it's that easy, then it should definitely be included as a test in the module. |
f156be2
to
7c7ca0c
Compare
…moves with tier validation Added tests for changes Updated error to be checked in tests Updated error to be checked in tests
7c7ca0c
to
cf44d37
Compare
@StefanRijnhart , I have added the test scripts |
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.
Excellent, thanks for adding the test!
This PR has the |
Can we have this merged? |
/ocabot merge patch |
What a great day to merge this nice PR. Let's do it! |
Congratulations, your PR was merged at bea359d. Thanks a lot for contributing to OCA. ❤️ |
Fixes #1698