diff --git a/inventory/barcode/operations/internal.rst b/inventory/barcode/operations/internal.rst index d37838b06..2977c1182 100644 --- a/inventory/barcode/operations/internal.rst +++ b/inventory/barcode/operations/internal.rst @@ -1,3 +1,24 @@ =============================== How to do an internal transfer? -=============================== \ No newline at end of file +=============================== + +In Odoo, there are two types of internal transfers: + +- Those initiated automatically by the system (for example, a quality + control) + +- Those created by a worker (for example, through the internal transfer + area of the dashboard). + +To make an Internal Transfer: + +1. From the home of the barcode application, scan the **source location** + +2. Pick up and **scan the products** + +3. Scan the **destination location** + +4. **Validate** the transfer to finish it + +.. image:: media/internal01.png + :align: center \ No newline at end of file diff --git a/inventory/barcode/operations/media/internal01.png b/inventory/barcode/operations/media/internal01.png new file mode 100644 index 000000000..6bd284c2d Binary files /dev/null and b/inventory/barcode/operations/media/internal01.png differ