Skip to content

Commit d396098

Browse files
author
John Holton (hojo)
committed
[ADD] Quality: Measure quality check
1 parent 9761eb4 commit d396098

File tree

9 files changed

+183
-0
lines changed

9 files changed

+183
-0
lines changed

content/applications/inventory_and_mrp/quality/quality_check_types.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,3 +8,4 @@ Quality check types
88
:titlesonly:
99

1010
quality_check_types/instructions_check
11+
quality_check_types/measure_check
Lines changed: 180 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,180 @@
1+
=====================
2+
Measure quality check
3+
=====================
4+
5+
.. |QCP| replace:: :abbr:`QCP (Quality Control Point)`
6+
7+
In Odoo *Quality*, a *Measure* check is one of the quality check types that can be selected when
8+
creating a new quality check or quality control point (QCP). *Measure* checks prompt users to
9+
measure a certain aspect of a product and record the measurement in Odoo. For the quality check to
10+
pass, the recorded measurement must be within a certain *tolerance* of a *norm* value.
11+
12+
Create a Measure quality check
13+
==============================
14+
15+
There are two distinct ways that *Measure* quality checks can be created. A single check can be
16+
manually created. Alternatively, a |QCP| can be configured that automatically creates checks at a
17+
predetermined interval.
18+
19+
This documentation only details the configuration options that are unique to *Measure* quality
20+
checks. For a full overview of all the configuration options available when creating a single check
21+
or a |QCP|, see the documentation on :ref:`quality checks
22+
<quality/quality_management/quality-checks>` and :ref:`quality control points
23+
<quality/quality_management/quality-control-points>`.
24+
25+
Quality check
26+
-------------
27+
28+
To create a single *Measure* quality check, navigate to :menuselection:`Quality --> Quality Control
29+
--> Quality Checks`, and click :guilabel:`New`. Fill out the new quality check form as follows:
30+
31+
- In the :guilabel:`Type` drop-down field, select the :guilabel:`Measure` quality check type.
32+
- In the :guilabel:`Team` drop-down field, select the quality team responsible for managing the
33+
check.
34+
- In the :guilabel:`Instructions` text field of the :guilabel:`Notes` tab, enter instructions for
35+
how the picture should be taken.
36+
37+
.. image:: measure_check/measure-check-form-1.png
38+
:align: center
39+
:alt: A quality check form configured for a Measure quality check.
40+
41+
Quality control point (QCP)
42+
---------------------------
43+
44+
To create a |QCP| that will generate *Measure* quality checks automatically, navigate to
45+
:menuselection:`Quality --> Quality Control --> Control Points`, and click :guilabel:`New`. Fill out
46+
the new |QCP| form as follows:
47+
48+
- In the :guilabel:`Type` drop-down field, select the :guilabel:`Measure` quality check type. Doing
49+
so causes two new fields to appear: :guilabel:`Norm` and :guilabel:`Tolerance`.
50+
51+
- Use the first text-entry field of the :guilabel:`Norm` field to record the ideal measurement
52+
that the product should conform to. Use the second text-entry field to specify the unit of
53+
measurement that should be used.
54+
- The :guilabel:`Tolerance` field features two sub-fields: :guilabel:`from` and :guilabel:`to`.
55+
Use the :guilabel:`from` field to specify the minimum acceptable measurement, and the
56+
:guilabel:`to` field to specify the maximum acceptable measurement.
57+
58+
- In the :guilabel:`Team` drop-down field, select the quality team responsible for managing the
59+
checks created by the |QCP|.
60+
- In the :guilabel:`Instructions` text field, enter instructions for how the measurement should be
61+
taken.
62+
63+
.. image:: measure_check/measure-check-qcp-form.png
64+
:align: center
65+
:alt: A QCP form configured to create Measure quality checks.
66+
67+
Process a Measure quality check
68+
===============================
69+
70+
Once created, there are multiple ways that *Measure* quality checks can be processed. If a quality
71+
check is assigned to a specific inventory, manufacturing, or work order, the check can be processed
72+
on the order itself. Alternatively, a check can be processed from the check's page.
73+
74+
From the check's page
75+
---------------------
76+
77+
To process a *Measure* quality check from the check's page, begin by navigating to
78+
:menuselection:`Quality --> Quality Control --> Quality Checks`, and select a quality check. Follow
79+
the :guilabel:`Instructions` for how to take the measurement.
80+
81+
After taking the measurement, record the value in the :guilabel:`Measure` field on the quality check
82+
form.
83+
84+
On an order
85+
-----------
86+
87+
To process a *Measure* quality check on an order, select a manufacturing order or inventory order
88+
(receipt, delivery, return, etc.), for which a check is required. Manufacturing orders can be
89+
selected by navigating to :menuselection:`Manufacturing --> Operations --> Manufacturing Orders`,
90+
and clicking on an order. Inventory orders can be selected by navigating to
91+
:menuselection:`Inventory`, clicking the :guilabel:`# To Process` button on an operation card, and
92+
selecting an order.
93+
94+
On the selected manufacturing or inventory order, a purple :guilabel:`Quality Checks` button appears
95+
at the top of the page. Click the button to open the :guilabel:`Quality Check` pop-up window, which
96+
shows all of the quality checks required for that order.
97+
98+
To process a *Measure* quality check, measure the product as instructed, then enter the value in the
99+
:guilabel:`Measure` field on the pop-up window. Finally, click :guilabel:`Validate` to register the
100+
recorded value.
101+
102+
.. image:: measure_check/measure-check-pop-up.png
103+
:align: center
104+
:alt: A Measure quality check pop-up window on a manufacturing or inventory order.
105+
106+
If the value entered is within the range specified in the :guilabel:`Tolerance` section of the
107+
|QCP|, the quality check passes and the pop-up window closes. The rest of the manufacturing or
108+
inventory order can then be processed as usual.
109+
110+
However, if the value entered is outside of the specified range, a new pop-up window appears, titled
111+
:guilabel:`Quality Check Failed`. The body of the pop-up shows a warning message that states, "You
112+
measured # units and it should be between # units and # units.", as well as the instructions entered
113+
in the :guilabel:`Message If Failure` tab of the |QCP|. At the bottom of the pop-up, two buttons
114+
appear: :guilabel:`Correct Measure` and :guilabel:`Confirm Measure`.
115+
116+
.. image:: measure_check/measure-check-failed.png
117+
:align: center
118+
:alt: The "Quality Check Failed" pop-up window.
119+
120+
If the measurement is incorrect and should be changed, select :guilabel:`Correct Measure`. Doing so
121+
re-opens the :guilabel:`Quality Check` pop-up window. Enter the corrected measurement in the
122+
:guilabel:`Measure` field, then click :guilabel:`Validate` to complete the check.
123+
124+
If the measurement is correct, click :guilabel:`Confirm Measure` instead, and the quality check
125+
fails. Follow any instructions that were listed on the :guilabel:`Quality Check Failed` pop-up
126+
window.
127+
128+
If a quality alert must be created, click the :guilabel:`Quality Alert` button that appears at the
129+
top of the manufacturing or inventory order after the check fails. Clicking :guilabel:`Quality
130+
Alert` opens a quality alert form on a new page. For a complete guide on how to fill out the quality
131+
alert form, view the documentation on :ref:`quality alerts
132+
<quality/quality_management/quality-alerts>`.
133+
134+
On a work order
135+
---------------
136+
137+
When configuring a |QCP| that is triggered during manufacturing, a specific work order can also be
138+
specified in the :guilabel:`Work Order Operation` field on the |QCP| form. If a work order is
139+
specified, a *Measure* quality check is created for that specific work order, rather than the
140+
manufacturing order as a whole.
141+
142+
*Measure* quality checks created for work orders must be processed from the tablet view. To do so,
143+
begin by navigating to :menuselection:`Manufacturing --> Operations --> Manufacturing Orders`.
144+
Select a manufacturing order that includes a work order for which a quality check is required. Open
145+
the tablet view for that work order by selecting the :guilabel:`Work Orders` tab, and then clicking
146+
the :guilabel:`📱 (tablet)` button on the order's line.
147+
148+
With tablet view open, complete the steps listed on the left side of the screen until the *Measure*
149+
quality check step is reached. Upon reaching the check, the instructions for how to take the
150+
measurement appear at the top of the screen. Enter the measured value in the :guilabel:`Measure`
151+
field above the instructions, the click :guilabel:`Validate`.
152+
153+
If the measurement entered is within the range specified in the :guilabel:`Tolerance` section of the
154+
|QCP|, the quality check passes and the tablet view moves on to the next step of the work order.
155+
However, if the measurement entered is outside of the specified range, a pop-up window appears,
156+
titled :guilabel:`Quality Check Failed`.
157+
158+
The body of the :guilabel:`Quality Check Failed` pop-up window shows a warning message that states,
159+
"You measured # units and it should be between # units and # units.", as well as the instructions
160+
entered in the :guilabel:`Message If Failure` tab of the |QCP|. At the bottom of the pop-up, two
161+
buttons appear: :guilabel:`Correct Measure` and :guilabel:`Confirm Measure`.
162+
163+
.. image:: measure_check/measure-check-failed.png
164+
:align: center
165+
:alt: The "Quality Check Failed" pop-up window.
166+
167+
If the measurement is incorrect and should be changed, select :guilabel:`Correct Measure`. Doing so
168+
opens a new pop-up window, titled :guilabel:`Quality Check`. Enter the corrected measurement in the
169+
:guilabel:`Measure` field, then click :guilabel:`Validate` to complete the check and move on the
170+
next step of the work order.
171+
172+
If the measurement is correct, click :guilabel:`Confirm Measure` instead, and the quality check
173+
fails. Follow any instructions that were listed on the :guilabel:`Quality Check Failed` pop-up
174+
window.
175+
176+
If a quality alert must be created, do so by clicking the :guilabel:`☰ (menu)` button, and selecting
177+
:guilabel:`Quality Alert` from the :guilabel:`Menu` pop-up window. A :guilabel:`Quality Alerts`
178+
pop-up window appears, from which a quality alert can be created. For a complete guide on how to
179+
fill out the quality alert form, view the documentation on :ref:`quality alerts
180+
<quality/quality_management/quality-alerts>`.
7.74 KB
Loading
7.06 KB
Loading
13.8 KB
Loading
12.5 KB
Loading
15.5 KB
Loading
11.5 KB
Loading

content/applications/productivity/iot/devices/measurement_tool.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
Connect a measurement tool
33
==========================
44

5+
.. _iot/devices/measurement-tool:
6+
57
With Odoo's :abbr:`IoT (Internet of Things)` box, it is possible to connect measurement tools to the
68
Odoo database for use in the *Quality app* on a quality control point/quality check, or for use in a
79
work center during the manufacturing process.

0 commit comments

Comments
 (0)