[IMP] Barcode: Generate EPCs in Odoo

closes odoo/documentation#15532

Signed-off-by: Erin Jerison (erjer) <erjer@odoo.com>
Co-authored-by: Jess Rogers <104637850+jero-odoo@users.noreply.github.com>
Co-authored-by: Zachary Straub <5496809+StraubCreative@users.noreply.github.com>
This commit is contained in:
erjer-odoo
2025-12-01 10:59:28 -08:00
parent 97302d2b5f
commit e5b93e57fc

View File

@@ -18,9 +18,6 @@ and used throughout the inventory process.
.. seealso:: .. seealso::
Set up :doc:`../setup/rfid` 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: .. _barcode/operations/retrieve_epcs_gs1:
Retrieving EPCs from 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 .. image:: retrieve_epcs/retrieve-from-gs1.png
:alt: Complete the fields of the EPC Encoder/Decoder tool. :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: .. _barcode/operations/write_epcs:
Writing EPCs to RFID tags Writing EPCs to RFID tags