diff --git a/content/applications/inventory_and_mrp/inventory/management/misc.rst b/content/applications/inventory_and_mrp/inventory/management/misc.rst index e6e86439ee..783eb18ed6 100644 --- a/content/applications/inventory_and_mrp/inventory/management/misc.rst +++ b/content/applications/inventory_and_mrp/inventory/management/misc.rst @@ -10,3 +10,4 @@ Miscellaneous Operations misc/owned_stock misc/batch_transfers + misc/wave_transfers diff --git a/content/applications/inventory_and_mrp/inventory/management/misc/wave_transfers.rst b/content/applications/inventory_and_mrp/inventory/management/misc/wave_transfers.rst new file mode 100644 index 0000000000..258c62e2b7 --- /dev/null +++ b/content/applications/inventory_and_mrp/inventory/management/misc/wave_transfers.rst @@ -0,0 +1,59 @@ +======================= +Process Wave Transfers +======================= + +While a Batch Transfer is a group of several pickings, a **Wave Transfer** only contains +some parts of different pickings. +If you want to handle a orders of a specific product category, or fetch products that +are at the same location, wave pickings are the ideal feature. +.. important:: + Wave transfers are actually batch transfers with an extra step: transfers are split + before being grouped in a batch. + + +Create a Batch Transfer +======================= + +To activate the batch picking option, go to :menuselection:`Inventory +--> Configuration --> Configuration` and enable *Batch Transfers*. + +.. image:: wave_transfers/wave-transfers-setting.png + :align: center + :alt: View of the inventory settings. Process to enable the wave transfers option in the Odoo Inventory app + +Wave transfers can only contain lines from transfers of the same operation type. +To have an overview of all the lines of all transfers the best way is, from the +Inventory home page, click on the 3 dots on the operation type of your choice +then select *Operations* + +.. image:: wave_transfers/list-of-operations.png + :align: center + :alt: how to get the list of operations of an operation type + +Now, select the lines you want to add in a new or existing wave. Hit *Add to Wave*. + +.. image:: wave_transfers/select-lines.png + :align: center + :alt: select lines to add to the wave + +.. tip:: + Use the filters if you want to group lines with same product, location, carrier, etc... + +Then, decide if you want to create new wave or add lines to an existing one. You can also +select a responsible. Hit *Confirm* and you are done. + +.. image:: wave_transfers/confirm-wave.png + :align: center + :alt: confirm wave transfer + +You can see the different wave transfers through the menu :menuselection:`Inventory +--> Operations --> Wave transfers + +.. image:: wave_transfers/waves-list.png + :align: center + :alt: View of a wave transfer list. + +In the barcode app, wave transfers are in the same view as batch transfers + +Wave transfers are processed exactly like Batch transfers + diff --git a/content/applications/inventory_and_mrp/inventory/management/misc/wave_transfers/confirm-wave.png b/content/applications/inventory_and_mrp/inventory/management/misc/wave_transfers/confirm-wave.png new file mode 100644 index 0000000000..75981093cc Binary files /dev/null and b/content/applications/inventory_and_mrp/inventory/management/misc/wave_transfers/confirm-wave.png differ diff --git a/content/applications/inventory_and_mrp/inventory/management/misc/wave_transfers/list-of-operations.png b/content/applications/inventory_and_mrp/inventory/management/misc/wave_transfers/list-of-operations.png new file mode 100644 index 0000000000..e98fdabe26 Binary files /dev/null and b/content/applications/inventory_and_mrp/inventory/management/misc/wave_transfers/list-of-operations.png differ diff --git a/content/applications/inventory_and_mrp/inventory/management/misc/wave_transfers/select-lines.png b/content/applications/inventory_and_mrp/inventory/management/misc/wave_transfers/select-lines.png new file mode 100644 index 0000000000..417d6fbff5 Binary files /dev/null and b/content/applications/inventory_and_mrp/inventory/management/misc/wave_transfers/select-lines.png differ diff --git a/content/applications/inventory_and_mrp/inventory/management/misc/wave_transfers/wave-transfers-setting.png b/content/applications/inventory_and_mrp/inventory/management/misc/wave_transfers/wave-transfers-setting.png new file mode 100644 index 0000000000..14693a32e1 Binary files /dev/null and b/content/applications/inventory_and_mrp/inventory/management/misc/wave_transfers/wave-transfers-setting.png differ diff --git a/content/applications/inventory_and_mrp/inventory/management/misc/wave_transfers/waves-list.png b/content/applications/inventory_and_mrp/inventory/management/misc/wave_transfers/waves-list.png new file mode 100644 index 0000000000..6c71f15167 Binary files /dev/null and b/content/applications/inventory_and_mrp/inventory/management/misc/wave_transfers/waves-list.png differ