From e486b5e3e8afcb0e96e75898cb257726bcc668fc Mon Sep 17 00:00:00 2001 From: Noura Date: Thu, 27 May 2021 07:02:28 +0000 Subject: [PATCH] [IMP] manufacturing: add warning regarding scrap location 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#1459 Signed-off-by: Antoine Vandevenne (anv) --- .../manufacturing/management/bill_configuration.rst | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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 ef6178136..a6183eab2 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 @@ type, which is *Manufacture this Product*. .. image:: media/bills_of_materials_01.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 --------------------------------------- @@ -87,4 +91,4 @@ mind that you need to register during which operation your by-product is produced. .. image:: media/bills_of_materials_06.png - :align: center \ No newline at end of file + :align: center