From c4bf33ff1859fe22a2991d0a90b1eaee15b981d8 Mon Sep 17 00:00:00 2001 From: erjer-odoo Date: Mon, 1 Dec 2025 18:59:28 +0000 Subject: [PATCH] [IMP] Barcode: Generate EPCs in Odoo X-original-commit: e5b93e57fc5dc1528dc5c8bb96a6eee7d233f99e Co-authored-by: Jess Rogers <104637850+jero-odoo@users.noreply.github.com> Co-authored-by: Zachary Straub <5496809+StraubCreative@users.noreply.github.com> --- .../barcode/operations/retrieve_epcs.rst | 27 ++++++++++++++++--- 1 file changed, 24 insertions(+), 3 deletions(-) diff --git a/content/applications/inventory_and_mrp/barcode/operations/retrieve_epcs.rst b/content/applications/inventory_and_mrp/barcode/operations/retrieve_epcs.rst index d22f0e83cb..6ae466e479 100644 --- a/content/applications/inventory_and_mrp/barcode/operations/retrieve_epcs.rst +++ b/content/applications/inventory_and_mrp/barcode/operations/retrieve_epcs.rst @@ -18,9 +18,6 @@ and used throughout the inventory process. .. seealso:: Set up :doc:`../setup/rfid` -.. important:: - If using Odoo 18, |GS1|'s Encoder/Decoder tool **must** be used to retrieve EPCs. - .. _barcode/operations/retrieve_epcs_gs1: Retrieving EPCs from GS1 @@ -37,6 +34,30 @@ To retrieve an EPC to encode on a tag, use `GS1's EPC Encoder/Decoder tool .. image:: retrieve_epcs/retrieve-from-gs1.png :alt: Complete the fields of the EPC Encoder/Decoder tool. +.. _barcode/operations/retrieve_epcs_odoo: + +Generating EPCs in Odoo +======================= + +Generate EPCs for tracked products directly in Odoo. Products should be tracked by serial number, +but this is not a requirement. A GTIN-14-compatible + +To retrieve the EPCs for a receipt of products: + +#. On the receipt, click the :icon:`fa-list` :guilabel:`Detailed Operations` button next to the + :guilabel:`Quantity` field. The :guilabel:`Detailed Operations` box opens. +#. From here, specify or generate serial numbers for the products. Be sure to save the serial + numbers. +#. :guilabel:`Validate` the receipt. +#. Click the :guilabel:`Moves` smart button. Select all received items, then click the + :icon:`fa-cog` :guilabel:`Actions` button, then select :guilabel:`Export`. +#. On the :guilabel:`Export Data` screen, select :guilabel:`Electronic Product Code` from the list + of available fields, then click :guilabel:`Export`. The file downloads to the device. All of the + EPCs for the receipt are included in that file. + +.. note:: + EPCs can be exported from any :guilabel:`Moves` list, not just receipts. + .. _barcode/operations/write_epcs: Writing EPCs to RFID tags