-
Notifications
You must be signed in to change notification settings - Fork 10.6k
[ADD] Quality: Instructions quality check #5689
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
Closed
Closed
Changes from all commits
Commits
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -19,3 +19,4 @@ when issues arise. | |
| :titlesonly: | ||
|
|
||
| quality/quality_management | ||
| quality/quality_check_types | ||
10 changes: 10 additions & 0 deletions
10
content/applications/inventory_and_mrp/quality/quality_check_types.rst
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,10 @@ | ||
| :nosearch: | ||
|
|
||
| =================== | ||
| Quality check types | ||
| =================== | ||
|
|
||
| .. toctree:: | ||
| :titlesonly: | ||
|
|
||
| quality_check_types/instructions_check |
90 changes: 90 additions & 0 deletions
90
...plications/inventory_and_mrp/quality/quality_check_types/instructions_check.rst
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,90 @@ | ||
| ========================== | ||
| Instructions quality check | ||
| ========================== | ||
|
|
||
| .. |QCP| replace:: :abbr:`QCP (Quality Control Point)` | ||
|
|
||
| In Odoo *Quality*, an *Instructions* check is one of the quality check types that can be selected | ||
| when creating a new quality check or quality control point (QCP). *Instructions* checks consist of a | ||
| text entry field that allows the creator to provide instructions for how to complete the check. | ||
|
|
||
| For a full overview of how to configure a quality check or a |QCP|, see the documentation on | ||
| :ref:`quality checks <quality/quality_management/quality-checks>` and :ref:`quality control | ||
| points <quality/quality_management/quality-control-points>`. | ||
|
|
||
| Process an Instructions quality check | ||
| ===================================== | ||
|
|
||
| There are multiple ways that *Instructions* quality checks can be processed. If a quality check is | ||
| assigned to a specific manufacturing, inventory, or work order, the check can be processed on the | ||
| order itself. Alternatively, a check can be processed from the check's page. | ||
|
|
||
| Process from the quality check's page | ||
| ------------------------------------- | ||
|
|
||
| To process an *Instructions* quality check from the check's page, begin by navigating to | ||
| :menuselection:`Quality --> Quality Control --> Quality Checks`, and select a quality check. Follow | ||
| the :guilabel:`Instructions` for how to complete the check. | ||
hojo-odoo marked this conversation as resolved.
Show resolved
Hide resolved
|
||
|
|
||
| If the product passes the check, click the :guilabel:`Pass` button above the quality check form. If | ||
| the product does not pass the check, click the :guilabel:`Fail` button, instead. | ||
|
|
||
| Process quality check on an order | ||
| --------------------------------- | ||
|
|
||
| To process an *Instructions* quality check on an order, select a manufacturing order or inventory | ||
| order (receipt, delivery, return, etc.) for which a check is required. Manufacturing orders can be | ||
| selected by navigating to :menuselection:`Manufacturing --> Operations --> Manufacturing Orders`, | ||
| and clicking on an order. Inventory orders can be selected by navigating to | ||
| :menuselection:`Inventory`, clicking the :guilabel:`# To Process` button on an operation card, and | ||
| selecting an order. | ||
hojo-odoo marked this conversation as resolved.
Show resolved
Hide resolved
|
||
|
|
||
| On the selected manufacturing or inventory order, a purple :guilabel:`Quality Checks` button appears | ||
| above the order. Click the button to open the :guilabel:`Quality Check` pop-up window, from which | ||
| any quality checks created for the order can be processed. | ||
|
|
||
| .. image:: instructions_check/quality-check-pop-up.png | ||
| :align: center | ||
| :alt: The Quality Check pop-up window on a manufacturing or inventory order. | ||
|
|
||
| To complete an *Instructions* quality check, follow the instructions detailed in the | ||
| :guilabel:`Quality Check` pop-up window. Finally, click :guilabel:`Validate` to confirm that the | ||
| check has been completed. | ||
|
|
||
| If an issue or defect is found during the quality check, a quality alert may need to be created to | ||
| notify a quality team. To do so, click the :guilabel:`Quality Alert` button that appears at the top | ||
| of the manufacturing or inventory order after the check is validated. | ||
|
|
||
| Clicking :guilabel:`Quality Alert` opens a quality alert form on a new page. For a complete guide on | ||
| how to fill out quality alert forms, view the documentation on :ref:`quality alerts | ||
| <quality/quality_management/quality-alerts>`. | ||
|
|
||
| Process work order quality check | ||
| -------------------------------- | ||
|
|
||
| When configuring a |QCP| that is triggered by a manufacturing order, a specific work order can also | ||
| be specified in the :guilabel:`Work Order Operation` field on the |QCP| form. If a work order is | ||
| specified, an *Instructions* quality check is created for that specific work order, rather than the | ||
| manufacturing order as a whole. | ||
|
|
||
| Quality checks configured for work orders must be completed from the tablet view. To do so, begin by | ||
| navigating to :menuselection:`Manufacturing --> Operations --> Manufacturing Orders`. Select a | ||
| manufacturing order that includes a work order for which a quality check is required. Open the | ||
| tablet view for that work order by clicking the :guilabel:`📱 (tablet)` button on the order's line. | ||
|
|
||
| With tablet view open, complete the steps listed on the left side of the screen until the | ||
| *Instructions* quality check step is reached. Upon reaching the check, the instructions for how to | ||
| complete it will appear at the top of the screen. Follow the instructions, then click | ||
| :guilabel:`Next` to move on to the next step. | ||
|
|
||
| .. image:: instructions_check/work-order-instructions-check.png | ||
| :align: center | ||
| :alt: An Instructions check for a work order. | ||
|
|
||
| If an issue or defect is found during the quality check, a quality alert may need to be created to | ||
| notify a quality team. To do so, click the :guilabel:`☰ (menu)` button in the tablet view, and then | ||
| select :guilabel:`Quality Alert` from the :guilabel:`Menu` pop-up window. | ||
|
|
||
| Clicking :guilabel:`Quality Alert` opens a :guilabel:`Quality Alerts` pop-up window, from which a | ||
| quality alert can be created. For a complete guide to quality alert creation, view the documentation | ||
| on :ref:`quality alerts <quality/quality_management/quality-alerts>`. | ||
Binary file added
BIN
+10.4 KB
...and_mrp/quality/quality_check_types/instructions_check/quality-check-pop-up.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+16.3 KB
...uality/quality_check_types/instructions_check/work-order-instructions-check.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.