Skip to content

Commit 662a23e

Browse files
John Holton (hojo)samueljlieber
authored andcommitted
[ADD] MRP: Add Scrap during manufacturing
closes #5378 X-original-commit: 72ba264 Signed-off-by: John Holton (hojo) <hojo@odoo.com> Signed-off-by: Zachary Straub (zst) <zst@odoo.com>
1 parent e02bf04 commit 662a23e

File tree

6 files changed

+106
-0
lines changed

6 files changed

+106
-0
lines changed

content/applications/inventory_and_mrp/manufacturing/management.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,3 +15,4 @@ Manufacturing management
1515
management/use_mps
1616
management/using_work_centers
1717
management/work_center_time_off
18+
management/scrap_manufacturing
Lines changed: 105 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,105 @@
1+
==========================
2+
Scrap during manufacturing
3+
==========================
4+
5+
During the manufacturing process, the need to scrap manufacturing components or finished products
6+
may arise. This can be necessary if a component or product is damaged, or unusable for any other
7+
reason.
8+
9+
By default, scrapping a component or finished product removes it from physical inventory and places
10+
it in a virtual location titled *Virtual Locations/Scrap*. A virtual location is **not** a physical
11+
space, but rather a designation in Odoo that is used to track items that are no longer in physical
12+
inventory.
13+
14+
Odoo *Manufacturing* allows for both components and finished products to be scrapped within a
15+
manufacturing order. The specific type of item that can be scrapped during a manufacturing order
16+
depends on the stage of the manufacturing process.
17+
18+
.. tip::
19+
Scrap orders can be viewed by navigating to :menuselection:`Inventory --> Operations --> Scrap`.
20+
Each scrap order shows the date and time the order was created, along with the product and
21+
quantity that was scrapped.
22+
23+
To view the total quantity of each item scrapped, navigate to :menuselection:`Inventory -->
24+
Configuration --> Locations`, then remove the :guilabel:`Internal` filter from the
25+
:guilabel:`Search...` bar to display all virtual locations. From the list, select the
26+
:guilabel:`Virtual Locations/Scrap` location.
27+
28+
Scrap manufacturing components
29+
==============================
30+
31+
To scrap components during the manufacturing process, begin by navigating to
32+
:menuselection:`Manufacturing --> Manufacturing Orders`, then select a manufacturing order or click
33+
:guilabel:`Create` to configure a new one. If a new manufacturing order is created, select a product
34+
from the :guilabel:`Product` drop-down menu, then click :guilabel:`Confirm`.
35+
36+
Once the manufacturing order has been confirmed, a :guilabel:`Scrap` button appears at the top of
37+
the page. Click the button and a :guilabel:`Scrap` pop-up window appears.
38+
39+
.. image:: scrap_manufacturing/scrap-button.png
40+
:align: center
41+
:alt: The scrap button on a manufacturing order.
42+
43+
From the :guilabel:`Product` drop-down menu on the :guilabel:`Scrap` pop-up window, select the
44+
component that is being scrapped, then enter the quantity in the :guilabel:`Quantity` field.
45+
Finally, click :guilabel:`Done` to scrap the component.
46+
47+
.. image:: scrap_manufacturing/scrap-pop-up.png
48+
:align: center
49+
:alt: The Scrap pop-up window.
50+
51+
.. important::
52+
Before clicking :guilabel:`Mark As Done` on a manufacturing order, only the components of the
53+
finished product can be scrapped, **not** the finished product itself. This is because Odoo
54+
recognizes that the finished product cannot be scrapped before it has been manufactured.
55+
56+
After scrapping a component, continue the manufacturing process using the required quantity of the
57+
component that was scrapped. The on-hand stock count for the component that was scrapped updates to
58+
reflect both the scrapped quantity and the quantity consumed during manufacturing.
59+
60+
.. example::
61+
If the manufacturing of a table requires four units of a table leg, and two units of the table
62+
leg were scrapped during the manufacturing process, the total quantity of table legs consumed
63+
will be six: four units used to manufacture the table plus two units scrapped.
64+
65+
Scrap components from tablet view
66+
=================================
67+
68+
Components can also be scrapped from the manufacturing tablet view. To do so, select the
69+
:guilabel:`Work Orders` tab on a manufacturing order, then click the :guilabel:`📱 (tablet view)`
70+
icon for a work order.
71+
72+
.. image:: scrap_manufacturing/tablet-view-icon.png
73+
:align: center
74+
:alt: The tablet view icon for a work order.
75+
76+
With tablet view open, click the :guilabel:`☰ (menu)` button at the top left of the screen, then
77+
select the :guilabel:`Scrap` button on the :guilabel:`Menu` pop-up window. The :guilabel:`Scrap`
78+
pop-up window then appears.
79+
80+
.. image:: scrap_manufacturing/tablet-scrap-button.png
81+
:align: center
82+
:alt: The Scrap button on the Menu pop-up window of the manufacturing tablet view.
83+
84+
Finally, select a component from the :guilabel:`Product` drop-down menu and enter the quantity being
85+
scrapped in the :guilabel:`Quantity` field. Click :guilabel:`Done` to scrap the component.
86+
87+
Scrap finished products
88+
=======================
89+
90+
Odoo also allows for finished products to be scrapped from a manufacturing order once the order is
91+
completed. After clicking :guilabel:`Mark as Done`, click the :guilabel:`Scrap` button to make the
92+
:guilabel:`Scrap` pop-up window appear.
93+
94+
Since the components have been consumed to create the finished product, they will no longer appear
95+
in the :guilabel:`Product` drop-down menu. Instead, the finished product will be available as an
96+
option. Select the finished product and enter the quantity to be scrapped in the
97+
:guilabel:`Quantity` field. Click :guilabel:`Done` to scrap the finished product.
98+
99+
The on-hand stock count for the product that was scrapped will update to reflect both the scrapped
100+
quantity and the quantity produced during manufacturing.
101+
102+
.. example::
103+
If five units of a chair were manufactured, but two units were scrapped after manufacturing was
104+
completed, then the on-hand inventory of the chair will increase by three: five units
105+
manufactured minus two units scrapped.
19 KB
Loading
5.27 KB
Loading
30.2 KB
Loading
14 KB
Loading

0 commit comments

Comments
 (0)