diff --git a/inventory/settings/products.rst b/inventory/settings/products.rst index 3f9b25f02..c51101f17 100644 --- a/inventory/settings/products.rst +++ b/inventory/settings/products.rst @@ -9,6 +9,5 @@ Products products/uom products/variants products/usage - products/packages products/strategies diff --git a/inventory/settings/products/media/packages01.png b/inventory/settings/products/media/packages01.png deleted file mode 100644 index eafb81ab0..000000000 Binary files a/inventory/settings/products/media/packages01.png and /dev/null differ diff --git a/inventory/settings/products/media/packages02.png b/inventory/settings/products/media/packages02.png deleted file mode 100644 index 237f7b977..000000000 Binary files a/inventory/settings/products/media/packages02.png and /dev/null differ diff --git a/inventory/settings/products/media/packages03.png b/inventory/settings/products/media/packages03.png deleted file mode 100644 index 1ec1eb1b8..000000000 Binary files a/inventory/settings/products/media/packages03.png and /dev/null differ diff --git a/inventory/settings/products/media/packages04.png b/inventory/settings/products/media/packages04.png deleted file mode 100644 index ca32a1a32..000000000 Binary files a/inventory/settings/products/media/packages04.png and /dev/null differ diff --git a/inventory/settings/products/media/packages05.png b/inventory/settings/products/media/packages05.png deleted file mode 100644 index dc81c4e8d..000000000 Binary files a/inventory/settings/products/media/packages05.png and /dev/null differ diff --git a/inventory/settings/products/media/packages06.png b/inventory/settings/products/media/packages06.png deleted file mode 100644 index 8bf04f387..000000000 Binary files a/inventory/settings/products/media/packages06.png and /dev/null differ diff --git a/inventory/settings/products/media/packages07.png b/inventory/settings/products/media/packages07.png deleted file mode 100644 index 8d5a3cd1e..000000000 Binary files a/inventory/settings/products/media/packages07.png and /dev/null differ diff --git a/inventory/settings/products/media/packages08.png b/inventory/settings/products/media/packages08.png deleted file mode 100644 index 4ba22d29c..000000000 Binary files a/inventory/settings/products/media/packages08.png and /dev/null differ diff --git a/inventory/settings/products/packages.rst b/inventory/settings/products/packages.rst deleted file mode 100644 index ca10970da..000000000 --- a/inventory/settings/products/packages.rst +++ /dev/null @@ -1,108 +0,0 @@ -==================== -How to use packages? -==================== - -Overview -======== - -The package is the physical container in which you put one or several -product. - -By default, Odoo does not take into account the use of it. - -Once you activate the option, you will be able to manage one or several -packages when doing your transfers. - -Configuration -============= - -To configure the use of packages, go to the menu -:menuselection:`Inventory --> Configuration --> Settings`. ยต -Locate the **Packages** section and tick **Record -packages used on packing: pallets, boxes,...** - -.. image:: media/packages01.png - :align: center - -Click on **Apply** when you are done. - -Pack products -============= - -Putting products in packs is usually done when processing warehouses -transfers (receipt, internals or deliveries). - -To be able to put products in pack, the status of your transfer has to -be **Available**. - -.. image:: media/packages02.png - :align: center - -In the operation tab, you can put your products into one or -multiple packages. - -Choose the quantity you want to put in the first pack in the **Done** -column, then click on the link **Put in Pack**. - -.. image:: media/packages03.png - :align: center - -It will automatically create a pack with the requested quantity. - -Do the same steps for the other pieces you want to pack in. - -.. image:: media/packages04.png - :align: center - -Click on **Validate** when you are done. - -Whole packages transfers -========================= - -If you are using several locations and/or warehouses, it is possible to -transfer packages with its contents. - -Configuration -------------- - -You need to configure the **Operation Type** to allow moving packages. Go to -:menuselection:`Configuration --> Operations Types`. Tick **Allow moving packs**: - -.. image:: media/packages05.png - :align: center - -Transfer packages ------------------ - -Create a transfer order. Choose the source and the destination -locations, then click on **Mark as todo**. Do not put anything under -the **Initial Demand** tab. - -.. image:: media/packages06.png - :align: center - -In the Operation tab, click on **Add an item** under the **Package To Move** -section. - -Tick the **Done** checkbox to confirm the move of the package : - -.. image:: media/packages07.png - :align: center - -When it is finished, click on **Validate**. - -Packages traceability -===================== - -To trace a package or check its content, go to -:menuselection:`Inventory Control --> Packages`. - -.. image:: media/packages08.png - :align: center - -Click on **Package Transfers** to see all its moves. - -.. seealso:: - * :doc:`../../overview/start/setup` - * :doc:`usage` - * :doc:`uom`