-
-
Notifications
You must be signed in to change notification settings - Fork 703
[16.0][ADD] stock_picking_batch_actual_date #1972
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
base: 16.0
Are you sure you want to change the base?
[16.0][ADD] stock_picking_batch_actual_date #1972
Conversation
stock_picking_batch_actual_date/tests/test_stock_picking_batch_actual_date.py
Outdated
Show resolved
Hide resolved
This comment was marked as resolved.
This comment was marked as resolved.
Sorry, something went wrong.
stock_picking_batch_actual_date/views/stock_picking_batch_views.xml
Outdated
Show resolved
Hide resolved
1535aac
to
42fd8a9
Compare
stock_picking_batch_actual_date/tests/test_stock_picking_batch_actual_date.py
Outdated
Show resolved
Hide resolved
42fd8a9
to
877b981
Compare
877b981
to
aa4c3f3
Compare
aa4c3f3
to
90c9373
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.
Code review. 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 Functional test and code review
This PR has the |
This module adds an Actual Date field on batch transfers, which is automatically propagated to all associated pickings.
@qrtl QT5448