[IMP] mrp: assign lot/serial number to manuf products

closes odoo/documentation#9419

X-original-commit: 6738b2cbea
Signed-off-by: Felicia Kuan (feku) <feku@odoo.com>
Co-authored-by: Sam Lieber (sali) <36018073+samueljlieber@users.noreply.github.com>
This commit is contained in:
Felicious 2024-05-08 10:45:50 -07:00
parent 6120d187ed
commit 9ae8bee50f
4 changed files with 29 additions and 1 deletions

View File

@ -18,7 +18,9 @@ In Odoo, serial numbers are assigned to products:
receipt
- in the :ref:`Open: Stock move window <inventory/product_management/stock-move-section>` on a
receipt
- when closing a manufacturing order
- :doc:`during a manufacturing order
<../../../manufacturing/basic_setup/configure_manufacturing_product>` for a product tracked by
lot/serial numbers
- when making an inventory adjustment
.. _inventory/product_management/detailed-operations-popup:

View File

@ -24,6 +24,32 @@ checkbox in the :guilabel:`Routes` section. This tells Odoo the product can be m
:align: center
:alt: The Manufacturing route on the Inventory tab of a product page.
.. _manufacturing/basic_setup/lot-serial-tracking:
Lot/serial number tracking
--------------------------
The assignment of lots or serial numbers to newly manufactured products is optional. To optionally
:doc:`assign lots or serial numbers <../../inventory/product_management/product_tracking/create_sn>`
to newly manufactured products, go to the :guilabel:`Traceability` section in the
:guilabel:`Inventory` tab. In the :guilabel:`Tracking` field, select :guilabel:`By Unique Serial
Number` or :guilabel:`By Lots`.
Doing so enables the *Lot/Serial Number* field on a manufacturing order, or the *Register
Production* instruction on a work order card in the *Shop Floor* app.
.. figure:: configure_manufacturing_product/lot-number-field.png
:align: center
:alt: "Lot/Serial Number" field on the MO.
**Lot/Serial Number** field on the MO.
.. figure:: configure_manufacturing_product/register-production.png
:align: center
:alt: **Register Production** option to generate lot/serial number on a work order card.
**Register Production** option to generate lot/serial number on a work order card.
Configure a bill of materials (BoM)
===================================