Skip to content

Commit 244b626

Browse files
committed
[IMP] Inventory: bring units of measure current
1 parent 3fe07f4 commit 244b626

File tree

8 files changed

+57
-57
lines changed

8 files changed

+57
-57
lines changed

content/applications/inventory_and_mrp/inventory/product_management/configure/uom.rst

Lines changed: 57 additions & 57 deletions
Original file line numberDiff line numberDiff line change
@@ -22,59 +22,38 @@ Configuration
2222

2323
To use different units of measure in Odoo, first go to :menuselection:`Inventory app -->
2424
Configuration --> Settings`, and under the :guilabel:`Products` section, activate the
25-
:guilabel:`Units of Measure` setting. Then, click :guilabel:`Save`.
25+
:guilabel:`Units of Measure & Packagings` setting. Then, click :guilabel:`Save`.
2626

2727
.. image:: uom/uom-enable-setting.png
2828
:align: center
29-
:alt: Enable Units of Measure in the Inventory settings.
30-
31-
Units of measure categories
32-
===========================
33-
34-
After enabling the *Units of Measure* setting, view the default units of measure categories in
35-
:menuselection:`Inventory app --> Configuration --> UoM Categories`. The category is important for
36-
unit conversion; Odoo can convert a product's units from one unit to another **only** if both units
37-
belong to the same category.
38-
39-
.. image:: uom/category.png
40-
:align: center
41-
:alt: Set units of measure categories.
42-
43-
Each units of measure category has a reference unit. The reference unit is highlighted in blue in
44-
the :guilabel:`Uom` column of the :guilabel:`Units of Measure Categories` page. Odoo uses the
45-
reference unit as a base for any new units.
46-
47-
To create a new unit, first select the correct category from the :guilabel:`Units of Measure
48-
Categories` page. For example, to sell a product in a box of six units, click the :guilabel:`Unit`
49-
category line. Then, on the category page that appears, click :guilabel:`Add a line` in the
50-
:guilabel:`Units of Measure` tab. Then, in the :guilabel:`Unit of Measure` field, title the new
51-
unit, such as `Box of 6`, then in the :guilabel:`Type` field, select the appropriate size reference,
52-
such as :guilabel:`Bigger than the reference Unit of Measure`.
53-
54-
If applicable, enter a :guilabel:`UNSPSC Category`, which is a globally recognized `code managed by
55-
GS1 <https://www.unspsc.org/>`_, that **must** be purchased in order to use.
56-
57-
In the :guilabel:`Ratio` field, enter how many individual units are in the new |UOM|, such as
58-
`6.00000` when using the example of the `6-Pack` (since a box of six is six times *bigger* than the
59-
reference unit, `1.00000`).
60-
61-
.. image:: uom/convert-products-by-unit.png
62-
:align: center
63-
:alt: Convert products from one unit to another as long as they belong to the same category.
29+
:alt: Enable Units of Measure & Packagings in the Inventory settings.
6430

6531
Specify a product's units of measure
6632
====================================
6733

6834
To set units of measure on a product, first go to :menuselection:`Inventory app --> Products -->
6935
Products` and select a product to open its product form page.
7036

71-
In the :guilabel:`General Information` tab, edit the :guilabel:`Unit of Measure` field to specify
72-
the unit of measure that the product is sold in. The specified unit is also the unit used to keep
73-
track of the product's inventory and internal transfers.
37+
In the :guilabel:`General Information` tab, edit the second :guilabel:`Sales Price` field to
38+
specify the unit of measure that the product is sold in. The specified unit is also the unit used to
39+
keep track of the product's inventory and internal transfers.
40+
41+
.. image:: uom/sales-price-uom.png
42+
:align: center
43+
:alt: Edit the Sales Price unit of measure.
7444

75-
Edit the :guilabel:`Purchase UoM` field to specify the unit of measure that the product is purchased
45+
Edit the second :guilabel:`Cost` field to specify the unit of measure that the product is purchased
7646
in.
7747

48+
.. image:: uom/cost-uom.png
49+
:align: center
50+
:alt: Edit the Cost unit of measure.
51+
52+
.. important::
53+
The :guilabel:`Sales Price` and :guilabel:`Cost` units of measure cannot be updated
54+
independently of each other. When one unit of measure is updated, the other unit of measure
55+
automatically updates to use the same unit of measure.
56+
7857
.. _inventory/product_replenishment/unit-conversion:
7958

8059
Unit conversion
@@ -99,8 +78,10 @@ This occurs in various scenarios, including:
9978
Buy products in the purchase UoM
10079
--------------------------------
10180

102-
When creating a new request for quotation (RFQ) in the *Purchase* app, Odoo automatically uses the
103-
product's specified purchase unit of measure. If needed, manually edit the :guilabel:`UoM` value on
81+
When creating a new request for quotation (RFQ) in the *Purchase* app, Odoo pulls the unit that the
82+
vendor prefers to use, defined in the :guilabel:`Unit` field of the vendor line in the
83+
:guilabel:`Purchase` tab of the product. The unit the vendor prefers **can** be different from the
84+
unit your company prefers to use. If needed, manually edit the :guilabel:`Unit` value on
10485
the |RFQ|.
10586

10687
After the |RFQ| is confirmed into a |PO|, click the :guilabel:`Receipt` smart button at the top of
@@ -110,32 +91,33 @@ Odoo automatically converts the purchase unit of measure into the product's sale
11091
measure, so the :guilabel:`Demand` column of the delivery receipt shows the converted quantity.
11192

11293
.. example::
113-
When the product's purchase :guilabel:`UoM` is `Box of 6`, and its sales/inventory unit of
114-
measure is `Units`, the |PO| shows the quantity in boxes of six, and the receipt (and other
115-
internal warehouse documents) shows the quantity in units.
94+
When the product's purchase :guilabel:`Unit` is `m` (meters), and its sales/inventory unit of
95+
measure is `yard`, the |PO| shows the quantity in meters, and the receipt (and other
96+
internal warehouse documents) shows the quantity in yards.
11697

11798
.. figure:: uom/on-po.png
11899
:align: center
119100
:alt: Image of a purchase order that is using the purchase unit of measure.
120101

121-
An order of three quantities is placed using the purchase "UoM": `Box of 6`.
102+
An order of three quantities is placed using the purchase "Unit": `Box of 6`.
122103

123104
.. figure:: uom/on-receipt.png
124105
:align: center
125106
:alt: Image of receipt displaying the unit of measure.
126107

127-
Upon warehouse receipt, the recorded quantities are in the internal "Unit of Measure":
128-
`Units`.
108+
Upon warehouse receipt, the recorded quantities are in the internal "Unit":
109+
`yards`.
129110

130111
.. _inventory/product_replenishment/replenish:
131112

132113
Replenishment
133114
-------------
134115

135-
A request for quotation for a product can also be generated directly from the product form using
136-
the :guilabel:`Replenish` button.
116+
A request for quotation for a product can also be generated directly from the product's
117+
:guilabel:`Forecasted Report` using the :guilabel:`Replenish` button. To open the Forecasted Report,
118+
click the :guilabel:`Forecasted` smart button on the product form.
137119

138-
After clicking :guilabel:`Replenish`, a replenish assistant box pops up. The purchase unit of
120+
After clicking :guilabel:`Replenish`, a Product Replenish box pops up. The purchase unit of
139121
measure can be manually edited in the :guilabel:`Quantity` field, if needed. Then, click
140122
:guilabel:`Confirm` to create the |RFQ|.
141123

@@ -145,20 +127,19 @@ measure can be manually edited in the :guilabel:`Quantity` field, if needed. The
145127

146128
.. image:: uom/replenish.png
147129
:align: center
148-
:alt: Click Replenish button to manually replenish.
130+
:alt: Click the Confirm button to manually replenish.
149131

150-
Navigate to the created |PO| by clicking the :guilabel:`Forecasted` smart button on the product
151-
form. Scroll down to the :guilabel:`Forecasted Inventory` section, and in the :guilabel:`Requests
152-
for quotation` line, click the |RFQ| reference number to open the draft |RFQ|. If necessary, the
153-
purchase |UOM| can be edited directly on the |PO|.
132+
Navigate to the created |PO| by scrolling down to the :guilabel:`Forecasted Inventory` section, and
133+
in the :guilabel:`Requests for quotation` line, click the |RFQ| reference number to open the draft
134+
|RFQ|. If necessary, the purchase |UOM| can be edited directly on the |PO|.
154135

155136
.. _inventory/product_replenishment/sell-in-uom:
156137

157138
Sell in a different UoM
158139
-----------------------
159140

160141
When creating a new quotation in the *Sales* app, Odoo automatically uses the product's specified
161-
unit of measure. If needed, the :guilabel:`UoM` can be manually edited on the quotation.
142+
unit of measure. If needed, the :guilabel:`Unit` can be manually edited on the quotation.
162143

163144
After the quotation is sent to the customer, and confirmed into a sales order (SO), click the
164145
:guilabel:`Delivery` smart button at the top of the |SO|. Odoo automatically converts the unit of
@@ -168,3 +149,22 @@ delivery shows the converted quantity.
168149
For example, if the product's |UOM| on the |SO| was changed to `Box of 6`, but its inventory unit of
169150
measure is `Units`, the |SO| shows the quantity in boxes of six, and the delivery shows the quantity
170151
in units.
152+
153+
Create custom units of measure
154+
==============================
155+
156+
Create custom units of measure on the Units & Packagings page in the *Inventory* app. Each unit of
157+
measure can also use a reference unit to convert between different units of measure.
158+
159+
To create a new unit, click the :guilabel:`New` button. Specify a unit name. If you want to convert
160+
between units, specify a quantity and a reference unit of measure to convert between. If applicable,
161+
enter a :guilabel:`UNSPSC Category`, which is a globally recognized `code managed by
162+
GS1 <https://www.unspsc.org/>`, that **must** be purchased in order to use.
163+
164+
.. example::
165+
You will be purchasing fabric in terms of yards or meters. Specify that one yard is equal to
166+
`0.91400` `m` in the :guilabel:`Quantity` field.
167+
168+
.. figure:: uom/custom-uom.png
169+
:align: center
170+
:alt: Specify a reference unit in the "Quantity" field.
63.8 KB
Loading
14.9 KB
Loading
24.3 KB
Loading
26.4 KB
Loading
31.3 KB
Loading
45.6 KB
Loading
6.75 KB
Loading

0 commit comments

Comments
 (0)