Skip to content

Commit 17fc3d4

Browse files
committed
[IMP] Inventory: Bringing serial numbers current
closes #15759 X-original-commit: 17a3d5a Signed-off-by: Felicia Kuan (feku) <feku@odoo.com> Signed-off-by: Erin Jerison (erjer) <erjer@odoo.com>
1 parent 66fa654 commit 17fc3d4

File tree

10 files changed

+29
-21
lines changed

10 files changed

+29
-21
lines changed

content/applications/inventory_and_mrp/inventory/product_management/product_tracking/serial_numbers.rst

Lines changed: 29 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ From the :guilabel:`Operations Types` page, select the desired operation type (e
6161
configuration page.
6262

6363
.. image:: serial_numbers/create-new-setting.png
64-
:alt: Show "Create New" option is selected on the Receipts operation type.
64+
:alt: Create New option is selected on the Receipts operation type.
6565

6666
.. _inventory/product_management/detailed-operations:
6767

@@ -78,7 +78,7 @@ In the :guilabel:`General Information` tab on the product form, make sure the bo
7878
assigned to newly-received or manufactured batches of this product.
7979

8080
.. image:: serial_numbers/product-tracking.png
81-
:alt: Enabled serial number tracking on product form.
81+
:alt: Enabled serial number tracking on the product form.
8282

8383
.. _inventory/product_management/assign-sn:
8484

@@ -178,37 +178,38 @@ delivery order.
178178

179179
.. _inventory/product_management/stock-move:
180180

181-
Stock move pop-up window
182-
~~~~~~~~~~~~~~~~~~~~~~~~
181+
Detailed Operations pop-up window
182+
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
183183

184-
For various methods of assigning serial numbers individually or in bulk, click the :icon:`fa-list`
185-
:guilabel:`(list)` icon in the product line of a receipt.
184+
For various methods of assigning serial numbers individually or in bulk, click the
185+
:guilabel:`Details` link in the product line of a receipt.
186186

187187
Add a line
188188
**********
189189

190-
In the :guilabel:`Open: Stock move` pop-up window, manually enter serial numbers in the
190+
In the :guilabel:`Detailed Operations` pop-up window, manually enter serial numbers in the
191191
:guilabel:`Lot/Serial Number` column. This method is best reserved for adding only one or a few
192192
serial numbers.
193193

194194
.. image:: serial_numbers/stock-move-add-line.png
195-
:alt: Add a line on the stock move pop-up.
195+
:alt: Add a line on the Detailed Operations pop-up.
196196

197197
.. _inventory/product_management/generate-serials:
198198

199199
Generate Serials/Lots
200200
*********************
201201

202202
Assign multiple serial numbers at once by clicking the :guilabel:`Generate Serials/Lots` button in
203-
the :guilabel:`Open: Stock move` pop-up window.
203+
the :guilabel:`Detailed Operations` pop-up window.
204204

205205
.. image:: serial_numbers/stock-move-generate-serials.png
206206
:alt: Show generate serials pop-up.
207207

208208
Doing so opens a new popup, :guilabel:`Generate Serial numbers`, which contains a few fields:
209209

210-
- :guilabel:`First SN`: Input the first serial number that should start the sequence. From there,
211-
Odoo automatically detects what pattern should be followed to generate more serial numbers.
210+
- :guilabel:`First Serial Number`: Input the first serial number that should start the sequence.
211+
From there, Odoo automatically detects what pattern should be followed to generate more serial
212+
numbers.
212213
- :guilabel:`Number of SN`: Specify the desired number of serial numbers to generate.
213214

214215
.. note::
@@ -225,15 +226,15 @@ Doing so opens a new popup, :guilabel:`Generate Serial numbers`, which contains
225226
unchecked.
226227

227228
After filling out these fields, click the :guilabel:`Generate` button. The newly generated serials
228-
now appear in the :guilabel:`Open: Stock move` window. By clicking :icon:`fa-cloud-upload`
229-
:guilabel:`(Save)`, the :guilabel:`Quantity` and the :guilabel:`Serial Numbers` fields on the
230-
delivery order or receipt update automatically.
229+
now appear in the :guilabel:`Detailed Operations` window. By clicking :guilabel:`Save`, the
230+
:guilabel:`Quantity` and the :guilabel:`Serial Numbers` fields on the delivery order or receipt
231+
update automatically.
231232

232233
Import Serials/Lots
233234
*******************
234235

235236
Another option for assigning multiple serial numbers at once is to click the :guilabel:`Import
236-
Serials/Lots` button in the :guilabel:`Open: Stock move` pop-up window.
237+
Serials/Lots` button in the :guilabel:`Detailed Operations` pop-up window.
237238

238239
.. important::
239240
If the import button is not visible, ensure the :guilabel:`Create New` box is checked in the
@@ -256,20 +257,27 @@ Finally, click :guilabel:`Generate`.
256257
:alt: Show import serials pop-up.
257258

258259
.. example::
259-
For a receipt with a :guilabel:`Demand` of `3.00` products, one product has already been assigned
260-
a serial number in the :guilabel:`Open: Stock move` pop-up window.
260+
For a receipt with a :guilabel:`Demand` of `10.00` products, one product has already been
261+
assigned a serial number in the :guilabel:`Detailed Operations` pop-up window.
261262

262-
So, in the :guilabel:`Import Lots` pop-up window, two serial numbers, `124` and `125` are
263+
So, in the :guilabel:`Import Lots` pop-up window, two serial numbers, `SN-2` through `SN-10` are
263264
assigned to the remaining products by entering the following in the :guilabel:`Lots/Serial
264265
numbers` input field:
265266

266267
.. code-block::
267268
268-
124
269-
125
269+
SN-2
270+
SN-3
271+
SN-4
272+
SN-5
273+
SN-6
274+
SN-7
275+
SN-8
276+
SN-9
277+
SN-10
270278
271279
The :guilabel:`Keep current lines` option is selected to add these two serial numbers **in
272-
addition** to the serial number, `123`, that has already been assigned.
280+
addition** to the serial number, `SN-1`, that has already been assigned.
273281

274282
.. image:: serial_numbers/import-serial.png
275283
:alt: Show example of correctly inputting serial numbers in the text field.
-3.67 KB
Loading
-2.28 KB
Loading
-6.17 KB
Loading
5.32 KB
Loading
-2.79 KB
Loading
7.48 KB
Loading
Loading
-1.19 KB
Loading
-19 KB
Loading

0 commit comments

Comments
 (0)