-
-
Notifications
You must be signed in to change notification settings - Fork 486
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][IMP] quality_control_oca, quality_control_stock_oca #1278
base: 16.0
Are you sure you want to change the base?
Conversation
e1f110e
to
e7ff281
Compare
b290d21
to
7eecf03
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.
Should we add a post init hook script to populate the new date_done field based on write_date or something?
d235144
to
cc49325
Compare
cc49325
to
374baf4
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.
I think we can squash commits into one at this point, combining descriptions as well.
d909498
to
62bbcbe
Compare
9a5f302
to
b5ad9ad
Compare
b5ad9ad
to
471e306
Compare
471e306
to
6078aa6
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. 👍
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.
Functional review.
This PR has the |
1 similar comment
This PR has the |
@OCA-manufacture-maintainer |
6078aa6
to
3e18fab
Compare
This commit adds date_done field, update views and filters and the timing field in the QC trigger line to enable following scenarios: - When timing is 'Before', an inspection is generated for each related move when a picking with the trigger is confirmed. - When timing is 'Plan Ahead', a 'Plan' inspection is generated for each related move when a picking with the trigger is confirmed. A plan inspection is just a plan, and cannot be updated except for the date. A plan inspection gets converted into an executable inspection once the picking is done.
3e18fab
to
8d6f95e
Compare
Hey @ChrisOForgeFlow and @JordiBForgeFlow, this will also fix #1297 and #1396. Can you may take a look? :) |
Before this commit, the QC inspection was only triggered when the picking was already done. So, users could check the QC inspection only after the done state.
With this commit, the QC inspection can be triggered with three options ("Before", "Plan Ahead", and "After"). This allows the QC inspection to be triggered both when the picking is in progress and when it is done, enabling users to check the quality at any stage.
This PR does following:
qc.inspection
move when a picking with the trigger is confirmed.
each related move when a picking with the trigger is confirmed. A
plan inspection is just a plan, and cannot be updated except for the
date. A plan inspection gets converted into an executable inspection
once the picking is done.
@qrtl QT4613