diff --git a/inventory.rst b/inventory.rst index 0665d1293..1c99c782e 100644 --- a/inventory.rst +++ b/inventory.rst @@ -7,7 +7,6 @@ Inventory .. toctree:: :titlesonly: - inventory/overview inventory/management inventory/shipping inventory/routes diff --git a/inventory/overview.rst b/inventory/overview.rst deleted file mode 100644 index ea3371caa..000000000 --- a/inventory/overview.rst +++ /dev/null @@ -1,9 +0,0 @@ -======== -Overview -======== - -.. toctree:: - :titlesonly: - :glob: - - overview/process diff --git a/inventory/overview/process.rst b/inventory/overview/process.rst deleted file mode 100644 index ae74fa055..000000000 --- a/inventory/overview/process.rst +++ /dev/null @@ -1,11 +0,0 @@ -================ -Process Overview -================ - -.. toctree:: - :titlesonly: - :glob: - - process/receive_in_stock - process/deliver_from_stock - process/initial_stock diff --git a/inventory/overview/process/deliver_from_stock.rst b/inventory/overview/process/deliver_from_stock.rst deleted file mode 100644 index efd49dcc0..000000000 --- a/inventory/overview/process/deliver_from_stock.rst +++ /dev/null @@ -1,61 +0,0 @@ -=========================== -Deliver Products from Stock -=========================== - -Create Storable/Consumable Products -=================================== - -The first step to use the inventory application is to create products in -your database via the menu :menuselection:`Master Data --> Products`. Click the Create -button and enter the name of your product. - -.. image:: media/deliver_from_stock_01.png - :align: center - -In case you set the product as *storable*, you will track the stock -for this product and know how many units are in stock and what is the -forecasted number of units. If you want to include a product on -receipts/deliveries but don’t need to track its stock, you can set it as -*consumable*. - -.. image:: media/deliver_from_stock_02.png - :align: center - -Deliver Products from Stock -=========================== - -Once you have existing products, you can decide to create a delivery to -deliver products to your customers. The process in order to do so is -described in the following print screens. - -.. image:: media/deliver_from_stock_03.png - :align: center - -.. image:: media/deliver_from_stock_04.png - :align: center - -On the delivery order, you can specify to whom the products will be -delivered along with the different products and their respective -quantities. When the delivery is complete you can hit *Validate* and -the products will go out of your stock. - -.. image:: media/deliver_from_stock_05.png - :align: center - -In case you have a delivery that is planned but shouldn’t be immediately validated, you can create a *planned delivery* with a scheduled date in the future. You can indicate the initial demand for each product, corresponding to what has been ordered by your customer. Once the document is filled in, you can hit “Mark as to do” in order to consider it in your product forecasts. - -.. image:: media/deliver_from_stock_06.png - :align: center - -.. note:: - The default setting is the immediate transfer where you do not need to “Mark as to do” and “Check availability” when delivering a product. - -Deliver Products from Stock from a Sale Order -============================================= - -If you have the *Sales* application installed, delivery can be -directly created by *validating a quotation*. You will be able to find -the corresponding delivery directly on the *sale order*. - -.. image:: media/deliver_from_stock_07.png - :align: center diff --git a/inventory/overview/process/initial_stock.rst b/inventory/overview/process/initial_stock.rst deleted file mode 100644 index 735b7ec37..000000000 --- a/inventory/overview/process/initial_stock.rst +++ /dev/null @@ -1,93 +0,0 @@ -====================== -Set your Initial Stock -====================== - -The first step to use the inventory application is to create products in -your database via the menu :menuselection:`Master Data --> Products`. Click the Create -button and enter the name of your product. - -.. image:: media/initial_stock_01.png - :align: center - -Set the product as *storable*, in order to track the stock for this -product and be able to include it in an inventory adjustment. - -.. image:: media/initial_stock_02.png - :align: center - -Inventory Adjustment for Multiple Products -========================================== - -Once you have created all your *storable products*, you can create an -*inventory adjustment* to determine their current stock level in Odoo. -You therefore need to go to :menuselection:`Operations --> Inventory Adjustments` and -create a new one. - -.. image:: media/initial_stock_03.png - :align: center - -You have to enter a title for your *inventory adjustment* and you can -then decide if you want to proceed to the *inventory adjustment* of -all products or only some of them. For a first *inventory adjustment*, -I suggest you to keep the *Products* field empty. You can then *Start -Inventory*. - -.. image:: media/initial_stock_04.png - :align: center - -If you already have some products in stock, Odoo will add the lines with -the theoretical quantity currently in stock. You can also add new lines -with your other products. - -.. image:: media/initial_stock_05.png - :align: center - -.. note:: - If your products are tracked by Serial/Lot numbers, you will have an - additional column allowing you to specify those for the different units - added to the inventory adjustment. - -Odoo will highlight in red the lines for which there is a difference -between the theoretical quantity on hand, which is automatically -computed by the system, and the counted quantity you manually entered. -Once all the necessary products have been entered, you can hit -*Validate Inventory* and the quantities on hand of your different -products will be updated. - -Inventory Adjustment for one Product -==================================== - -On each storable product, you have access to the *Update Quantity* -button. - -.. image:: media/initial_stock_06.png - :align: center - -When clicking this button, you see the current stock you have for this -product. You can edit the existing lines or create new ones to add stock -of your product in different locations and/or add new serial/lot -numbers. - -.. image:: media/initial_stock_07.png - :align: center - -Once you come back to your product, you see that the quantity on hand as -been updated taking your modification into account. - -.. image:: media/initial_stock_08.png - :align: center - -.. note:: - If you work with product variants, the quantity on hand will show you - the total quantity in stock for the product template, taking the - different variants into account. - -By default, the quantity on hand of the product form will show you the -number of products that are part of your warehouse view location, -meaning which are part of an internal type sub-location of this -warehouse. It means that if you have any product in a location that -isn’t under the main warehouse location, they won’t appear in the stock -on hand stat button. - -.. image:: media/initial_stock_09.png - :align: center diff --git a/inventory/overview/process/media/deliver_from_stock_01.png b/inventory/overview/process/media/deliver_from_stock_01.png deleted file mode 100644 index 0f6b579a2..000000000 Binary files a/inventory/overview/process/media/deliver_from_stock_01.png and /dev/null differ diff --git a/inventory/overview/process/media/deliver_from_stock_02.png b/inventory/overview/process/media/deliver_from_stock_02.png deleted file mode 100644 index 7b1898c93..000000000 Binary files a/inventory/overview/process/media/deliver_from_stock_02.png and /dev/null differ diff --git a/inventory/overview/process/media/deliver_from_stock_03.png b/inventory/overview/process/media/deliver_from_stock_03.png deleted file mode 100644 index 3727866a9..000000000 Binary files a/inventory/overview/process/media/deliver_from_stock_03.png and /dev/null differ diff --git a/inventory/overview/process/media/deliver_from_stock_04.png b/inventory/overview/process/media/deliver_from_stock_04.png deleted file mode 100644 index dc1cb751e..000000000 Binary files a/inventory/overview/process/media/deliver_from_stock_04.png and /dev/null differ diff --git a/inventory/overview/process/media/deliver_from_stock_05.png b/inventory/overview/process/media/deliver_from_stock_05.png deleted file mode 100644 index bf5f78861..000000000 Binary files a/inventory/overview/process/media/deliver_from_stock_05.png and /dev/null differ diff --git a/inventory/overview/process/media/deliver_from_stock_06.png b/inventory/overview/process/media/deliver_from_stock_06.png deleted file mode 100644 index 168508aae..000000000 Binary files a/inventory/overview/process/media/deliver_from_stock_06.png and /dev/null differ diff --git a/inventory/overview/process/media/deliver_from_stock_07.png b/inventory/overview/process/media/deliver_from_stock_07.png deleted file mode 100644 index 84db8d0c5..000000000 Binary files a/inventory/overview/process/media/deliver_from_stock_07.png and /dev/null differ diff --git a/inventory/overview/process/media/initial_stock_01.png b/inventory/overview/process/media/initial_stock_01.png deleted file mode 100644 index 0f6b579a2..000000000 Binary files a/inventory/overview/process/media/initial_stock_01.png and /dev/null differ diff --git a/inventory/overview/process/media/initial_stock_02.png b/inventory/overview/process/media/initial_stock_02.png deleted file mode 100644 index 7b1898c93..000000000 Binary files a/inventory/overview/process/media/initial_stock_02.png and /dev/null differ diff --git a/inventory/overview/process/media/initial_stock_03.png b/inventory/overview/process/media/initial_stock_03.png deleted file mode 100644 index 038334db3..000000000 Binary files a/inventory/overview/process/media/initial_stock_03.png and /dev/null differ diff --git a/inventory/overview/process/media/initial_stock_04.png b/inventory/overview/process/media/initial_stock_04.png deleted file mode 100644 index b71f4c425..000000000 Binary files a/inventory/overview/process/media/initial_stock_04.png and /dev/null differ diff --git a/inventory/overview/process/media/initial_stock_05.png b/inventory/overview/process/media/initial_stock_05.png deleted file mode 100644 index bff8bde6e..000000000 Binary files a/inventory/overview/process/media/initial_stock_05.png and /dev/null differ diff --git a/inventory/overview/process/media/initial_stock_06.png b/inventory/overview/process/media/initial_stock_06.png deleted file mode 100644 index f63c26c12..000000000 Binary files a/inventory/overview/process/media/initial_stock_06.png and /dev/null differ diff --git a/inventory/overview/process/media/initial_stock_07.png b/inventory/overview/process/media/initial_stock_07.png deleted file mode 100644 index 96d54d0a1..000000000 Binary files a/inventory/overview/process/media/initial_stock_07.png and /dev/null differ diff --git a/inventory/overview/process/media/initial_stock_08.png b/inventory/overview/process/media/initial_stock_08.png deleted file mode 100644 index 479cd5c3e..000000000 Binary files a/inventory/overview/process/media/initial_stock_08.png and /dev/null differ diff --git a/inventory/overview/process/media/initial_stock_09.png b/inventory/overview/process/media/initial_stock_09.png deleted file mode 100644 index a552bff32..000000000 Binary files a/inventory/overview/process/media/initial_stock_09.png and /dev/null differ diff --git a/inventory/overview/process/media/receive_in_stock_01.png b/inventory/overview/process/media/receive_in_stock_01.png deleted file mode 100644 index 0f6b579a2..000000000 Binary files a/inventory/overview/process/media/receive_in_stock_01.png and /dev/null differ diff --git a/inventory/overview/process/media/receive_in_stock_02.png b/inventory/overview/process/media/receive_in_stock_02.png deleted file mode 100644 index 7b1898c93..000000000 Binary files a/inventory/overview/process/media/receive_in_stock_02.png and /dev/null differ diff --git a/inventory/overview/process/media/receive_in_stock_03.png b/inventory/overview/process/media/receive_in_stock_03.png deleted file mode 100644 index 1f01f4fa1..000000000 Binary files a/inventory/overview/process/media/receive_in_stock_03.png and /dev/null differ diff --git a/inventory/overview/process/media/receive_in_stock_04.png b/inventory/overview/process/media/receive_in_stock_04.png deleted file mode 100644 index cc62776ac..000000000 Binary files a/inventory/overview/process/media/receive_in_stock_04.png and /dev/null differ diff --git a/inventory/overview/process/media/receive_in_stock_05.png b/inventory/overview/process/media/receive_in_stock_05.png deleted file mode 100644 index 0aaeffb15..000000000 Binary files a/inventory/overview/process/media/receive_in_stock_05.png and /dev/null differ diff --git a/inventory/overview/process/media/receive_in_stock_06.png b/inventory/overview/process/media/receive_in_stock_06.png deleted file mode 100644 index 11f685d89..000000000 Binary files a/inventory/overview/process/media/receive_in_stock_06.png and /dev/null differ diff --git a/inventory/overview/process/media/receive_in_stock_07.png b/inventory/overview/process/media/receive_in_stock_07.png deleted file mode 100644 index b2de7f4d3..000000000 Binary files a/inventory/overview/process/media/receive_in_stock_07.png and /dev/null differ diff --git a/inventory/overview/process/media/receive_in_stock_08.png b/inventory/overview/process/media/receive_in_stock_08.png deleted file mode 100644 index d1c96b8e5..000000000 Binary files a/inventory/overview/process/media/receive_in_stock_08.png and /dev/null differ diff --git a/inventory/overview/process/receive_in_stock.rst b/inventory/overview/process/receive_in_stock.rst deleted file mode 100644 index cb402c4af..000000000 --- a/inventory/overview/process/receive_in_stock.rst +++ /dev/null @@ -1,64 +0,0 @@ -========================= -Receive Products in Stock -========================= - -The first step to use the inventory application is to create products in -your database via the menu :menuselection:`Master Data --> Products`. Click the Create -button and enter the name of your product. - -.. image:: media/receive_in_stock_01.png - :align: center - -In case you set the product as *storable*, you will track the stock -for this product and know how many units are in stock and what is the -forecasted number of units. If you want to include a product on -receipts/deliveries but don’t need to track its stock, you can set it as -*consumable*. - -.. image:: media/receive_in_stock_02.png - :align: center - -Receive Products in Stock -========================= - -Once you have existing products, you can decide to create a receipt to -enter products from your supplier in stock. The process in order to do -so is described in the following print screens. - -.. image:: media/receive_in_stock_03.png - :align: center - -.. image:: media/receive_in_stock_04.png - :align: center - -On the receipt document, you can select the quantity of the different -products you receive and the supplier from who you received them. When -the receipt is complete, you can hit *Validate* and the products will -enter your stock. - -.. image:: media/receive_in_stock_05.png - :align: center - -In case you have a receipt that is planned but shouldn’t be immediately -validated, you can create a *planned receipt* with a scheduled date in -the future. You can indicate the initial demand for each product, -corresponding to what has been ordered to your supplier. Once the -document is filled in, you can hit “Mark as to do” in order to consider -it in your product forecasts. - -.. image:: media/receive_in_stock_06.png - :align: center - -.. image:: media/receive_in_stock_07.png - :align: center - -Receive Products in Stock from Purchase Orders -============================================== - -If you have the *Purchase* application installed, receipts can be -directly created by validating a *request for quotation*. You will be -able to find the corresponding receipt directly on the *purchase -order*. - -.. image:: media/receive_in_stock_08.png - :align: center \ No newline at end of file