diff --git a/inventory.rst b/inventory.rst index d0ca3fa67..1a6df74b5 100644 --- a/inventory.rst +++ b/inventory.rst @@ -12,3 +12,4 @@ Inventory inventory/incoming inventory/settings inventory/management + inventory/misc diff --git a/inventory/misc.rst b/inventory/misc.rst new file mode 100644 index 000000000..b08736e9c --- /dev/null +++ b/inventory/misc.rst @@ -0,0 +1,11 @@ +============= +Miscellaneous +============= + +.. toctree:: + :titlesonly: + :glob: + + misc/scrap + misc/owned_stock + misc/schedulers \ No newline at end of file diff --git a/inventory/misc/media/scrap01.png b/inventory/misc/media/scrap01.png new file mode 100644 index 000000000..235bbd08c Binary files /dev/null and b/inventory/misc/media/scrap01.png differ diff --git a/inventory/misc/media/scrap02.png b/inventory/misc/media/scrap02.png new file mode 100644 index 000000000..abcab98c4 Binary files /dev/null and b/inventory/misc/media/scrap02.png differ diff --git a/inventory/misc/media/scrap03.png b/inventory/misc/media/scrap03.png new file mode 100644 index 000000000..b301e8195 Binary files /dev/null and b/inventory/misc/media/scrap03.png differ diff --git a/inventory/misc/media/scrap04.png b/inventory/misc/media/scrap04.png new file mode 100644 index 000000000..71d1d44e5 Binary files /dev/null and b/inventory/misc/media/scrap04.png differ diff --git a/inventory/misc/media/scrap05.png b/inventory/misc/media/scrap05.png new file mode 100644 index 000000000..f3c4826df Binary files /dev/null and b/inventory/misc/media/scrap05.png differ diff --git a/inventory/misc/media/scrap06.png b/inventory/misc/media/scrap06.png new file mode 100644 index 000000000..ba3954f21 Binary files /dev/null and b/inventory/misc/media/scrap06.png differ diff --git a/inventory/misc/media/scrap07.png b/inventory/misc/media/scrap07.png new file mode 100644 index 000000000..96fe045d1 Binary files /dev/null and b/inventory/misc/media/scrap07.png differ diff --git a/inventory/misc/media/scrap08.png b/inventory/misc/media/scrap08.png new file mode 100644 index 000000000..b73db99d7 Binary files /dev/null and b/inventory/misc/media/scrap08.png differ diff --git a/inventory/misc/owned_stock.rst b/inventory/misc/owned_stock.rst new file mode 100644 index 000000000..6c39a9997 --- /dev/null +++ b/inventory/misc/owned_stock.rst @@ -0,0 +1,3 @@ +======================================= +How to manage stock that you don't own? +======================================= \ No newline at end of file diff --git a/inventory/misc/schedulers.rst b/inventory/misc/schedulers.rst new file mode 100644 index 000000000..1944a0c2c --- /dev/null +++ b/inventory/misc/schedulers.rst @@ -0,0 +1,3 @@ +==================================== +How to configure and run schedulers? +==================================== diff --git a/inventory/misc/scrap.rst b/inventory/misc/scrap.rst new file mode 100644 index 000000000..7f3a0290f --- /dev/null +++ b/inventory/misc/scrap.rst @@ -0,0 +1,106 @@ +====================== +How to scrap products? +====================== + +Overview +======== + +Scrap means waste that either has no economic value or only the value of +its basic material + +content recoverable through recycling. + +In your warehouse you sometimes find products that are damaged or that +are unusable due to expiry or for some other reason. You often notice +this during picking or physical inventory. + +Since you cannot normally sell or store these products, you have to +scrap product. + +When goods are scrapped they are not reflected in the system as a part +of the inventory. The scrapped material will be physically moved to +scrap area. + +Configuration +============= + +When you install inventory management, odoo automatically creates one +default scrap location, namely **Virtual location/Scrapped**. + +To create an extra scrap location, Go to +:menuselection:`Inventory --> Configuration --> Setting` +and check **Manage several locations per warehouse**, +then click on **Apply**. + +.. image:: media/scrap06.png + :align: center + +After applying **Manage several location per warehouse**, you can create +a new scrap location in +:menuselection:`Configuration --> Warehouse Management --> Locations.` + +.. note:: + To define a scrap location, you have to check **Is a Scrap Location?** + on location form view. + +Different ways to scrap product +=============================== + +Odoo provides several ways to scrap products. + +1) Scrap from Receipt (Initial Demand tab). +----------------------------------------------- + +To scrap product from incoming shipment, Go to +:menuselection:`Inventory --> Dashboard --> Receipts`. + +.. image:: media/scrap08.png + :align: center + +Open the incoming shipment, and in the **Initial demand** tab, click on the +scrap products button. + +.. image:: media/scrap01.png + :align: center + +2) Scrap from delivery order (Initial Demand tab) . +------------------------------------------------------- + +To scrap product from outgoing shipment, Go to +:menuselection:`Inventory --> Dashboard --> Delivery Orders` + +.. image:: media/scrap07.png + :align: center + +Open the outgoing shipment, and in the **Initial demand** tab, click on the +scrap products button on stock move in initial demand tab. + +.. image:: media/scrap03.png + :align: center + +3) Scrap from internal transfer (Initial Demand tab). +---------------------------------------------------------- + +To scrap product from internal transfer, Go to +:menuselection:`Inventory --> Dashboard --> Receipts` + +.. image:: media/scrap05.png + :align: center + +Open the internal transfer, and in the **Initial demand** tab, click on the +scrap products button on stock move in initial demand tab. + +.. image:: media/scrap02.png + :align: center + +When you click on scrap button, a popup will open. You can enter the +quantity of products, and specify the scrap location, then click on +**Scrap**. + +.. image:: media/scrap04.png + :align: center + +.. note:: + To allow change scrap location on wizard, you have to select + **Manage several location per warehouse** in the settings at + :menuselection:`Inventory --> Configuration --> Setting` \ No newline at end of file