From 214fba8896641e1f4111e6ad8fa6d26b36f0212a Mon Sep 17 00:00:00 2001 From: Ray Carnes Date: Fri, 25 Feb 2022 21:51:46 +0000 Subject: [PATCH] [IMP] inventory: add note about detailed operations in one_step.rst User tripped up due to the creation of a second warehouse enabling Storage Locations and changingthe workflow. https://www.odoo.com/forum/help-1/inventory-receipt-in-second-warehouse-199962 closes odoo/documentation#1782 X-original-commit: bdf526af2c4b8be8942a786115b67006f3453d31 Signed-off-by: Antoine Vandevenne (anv) --- .../inventory/management/incoming/one_step.rst | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/content/applications/inventory_and_mrp/inventory/management/incoming/one_step.rst b/content/applications/inventory_and_mrp/inventory/management/incoming/one_step.rst index 0ad5e9113..6d8bb3020 100644 --- a/content/applications/inventory_and_mrp/inventory/management/incoming/one_step.rst +++ b/content/applications/inventory_and_mrp/inventory/management/incoming/one_step.rst @@ -43,7 +43,12 @@ on the dashboard, you can click the *1 TO PROCESS* button under the Now, enter the picking that you want to process. You will be able to click on *Validate* to complete the move directly as products coming -from suppliers are considered as being always available. +from suppliers are considered as being always available. + +.. note:: + If you have :guilabel:`Storage Locations` activated, you can click the hamburger menu next to + the :guilabel:`Done quantity` to specify the location(s) where you are storing the received + product(s). .. image:: media/one_step_04.png :align: center @@ -54,4 +59,4 @@ the receipt took place thanks to the status of the document, which is now *Done*. .. image:: media/one_step_05.png - :align: center \ No newline at end of file + :align: center