From c62169e08f983d000c881f723b31af5c2fdc1c82 Mon Sep 17 00:00:00 2001 From: nouraellm Date: Thu, 24 Mar 2022 14:16:53 +0000 Subject: [PATCH] [IMP] manufacturing: scrap location warning fw of #950 The destination location in manufacturing order shouldn't be a scrap location. Otherwise, the user won't be able to complete manufacturing orders. closes odoo/documentation#1793 X-original-commit: 7c5d18b84cf2c3c5606265330d81b64a9484f91a Signed-off-by: Antoine Vandevenne (anv) --- .../manufacturing/management/bill_configuration.rst | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/content/applications/inventory_and_mrp/manufacturing/management/bill_configuration.rst b/content/applications/inventory_and_mrp/manufacturing/management/bill_configuration.rst index fd3e3715e..feb5599a7 100644 --- a/content/applications/inventory_and_mrp/manufacturing/management/bill_configuration.rst +++ b/content/applications/inventory_and_mrp/manufacturing/management/bill_configuration.rst @@ -33,6 +33,10 @@ by going to the :menuselection:`Top Menu --> Products --> Create`, and add them .. image:: media/bom_1.png :align: center +.. warning:: + The destination location should **not** be a scrap location. A scrap location is where you put + products that you don't need. + Using the same BoM to describe Variants ---------------------------------------