-
Notifications
You must be signed in to change notification settings - Fork 6
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
new method to validate moves in a separate transfer #72
new method to validate moves in a separate transfer #72
Conversation
b81b880
to
65409b0
Compare
3397ddb
to
4aafbf2
Compare
ba3939b
to
6100ed0
Compare
Rebased to get a green build |
Codecov Report
@@ Coverage Diff @@
## 13.0-shopfloor #72 +/- ##
==================================================
+ Coverage 91.95% 91.96% +0.01%
==================================================
Files 54 54
Lines 3866 3884 +18
==================================================
+ Hits 3555 3572 +17
- Misses 311 312 +1
Continue to review full report at Codecov.
|
|
Calling _action_done() directly on the stock.move while leaving the stock.picking "assigned" with the other moves already required various workarounds as it is normally not an expected flow in Odoo. This method is to be used in services instead of calling _action_done() on the moves. If a move to set to done contains move lines that should not be validated, the line to keep should be extracted beforehand with `move_id.split_other_move_lines`.
No description provided.