diff --git a/manufacturing/management/kit_shipping.rst b/manufacturing/management/kit_shipping.rst index cbfa2f87d..6bea8448b 100644 --- a/manufacturing/management/kit_shipping.rst +++ b/manufacturing/management/kit_shipping.rst @@ -1,80 +1,81 @@ -====================================== -How to Sell a Set of Products as a Kit -====================================== +============================= +Sell sets of products as kits +============================= A *kit* is a set of components that are delivered without first being -assembled or mixed. Kits are described in Odoo using *bills of -materials*. There are two basic ways to configure kits, depending on -how stock of the kit product is to be managed. In either case, both the -Inventory and Manufacturing apps must be installed. +assembled or mixed. *Kits* are described in Odoo using *Bills of +Materials*. There are two basic ways to configure *kits*, depending +on how the stock of the kit product is to be managed. In either case, +both the *Inventory* and *Manufacturing* apps must be installed. Manage Stock of Component Products ================================== -If you would like to assemble kits as they are ordered, managing stock -of the kit *components* only, you will use a Kit BoM without a -manufacturing step. +If you want to assemble kits as they are ordered, managing stock of the +kit components only, you will use a *Kit BoM* without a manufacturing +step. -A product using a Kit BoM will appear as a single line item on a +A product using a *Kit BoM* will appear as a single line item on a quotation and sales order, but will generate a delivery order with one line item for each of the components of the kit. In the examples below, -the image at left shows a sales order for the kit "Custom Computer Kit", -while the image at right shows the corresponding delivery order. +the first image shows a sales order for the kit *Custom Computer Kit*, +while the second image shows the corresponding delivery order. -|image0|\ |image1| - -Configuration -------------- - -From the **Products** menu in either the Inventory or Manufacturing -app, create each component product as you would any other product, then -create the top-level, or kit product. The kit product should have only -the route **Manufacture** set. Because you cannot track the stock of -kit products, the Product Type should be set to **Consumable**. -Because a kit product cannot be purchased, **Can be Purchased** -should be unchecked. - -All other parameters on the kit product may be modified according to -your preference. The component products require no special -configuration. - -.. image:: media/kit_shipping03.png +.. image:: media/kit_shipping_01.png :align: center -Once the products are configured, create a bill of materials for the kit -product. Add each component and its quantity. Select the BoM Type -**Ship this product as a set of components**. All other options may -be left with their default values. +.. image:: media/kit_shipping_02.png + :align: center -.. image:: media/kit_shipping04.png +Configuration +============= + +From the *Products menu* in either the *Inventory* or +*Manufacturing* app, create each component product as you would with +any other product, then create the top-level, or kit product. The kit +product should have only the *route Manufacture* set, in the +*Inventory tab*. Because you cannot track the stock of kit products, +the *Product Type* should be set to Consumable. Because a kit product +cannot be purchased, then, *Can be Purchased* should be unchecked. + +All other parameters on the kit product may be modified according to +your preference. The component products require no particular +configuration. + +.. image:: media/kit_shipping_03.png + :align: center + +Once the products are configured, create a *bill of materials* for the +kit product. Add each component and its quantity. Select the *BoM Type +Ship this product as a set of components*. All other options may be +left with their default values. + +.. image:: media/kit_shipping_04.png :align: center Manage Stock of Kit Product and Component Products ================================================== -If you would like to manage stock of the top-level kit product, you will -use a standard BoM with a manufacturing step instead of a Kit BoM. When -using a standard BoM to assemble kits, a manufacturing order will be -created. The manufacturing order must be registered as completed before -the kit product will appear in your stock. +If you want to manage stock of the *top-level kit product*, you will +use a standard *BoM* with a manufacturing step instead of a *Kit +BoM*. When using a standard BoM to assemble kits, a *manufacturing +order* will be created. The *manufacturing order* must be registered +as completed before the kit product will appear in your stock. Configuration -------------- +============= -On the kit product, select the route **Manufacture**. You may also -select **Make to Order**, which will create a manufacturing order -whenever a sales order is confirmed. Select the product type -**Stockable Product** to enable stock management. +On the kit product, select the *route Manufacture*. You may also +select *Make to Order*, which will create a *manufacturing order* +whenever a sales order is confirmed. Select the product type *Storable +Product* to enable stock management. -.. image:: media/kit_shipping05.png +.. image:: media/kit_shipping_05.png :align: center -When you create the bill of materials, select the BoM Type -**Manufacture this product**. The assembly of the kit will be -described by a manufacturing order rather than a packing operation. +When you create the *bill of materials*, select the BoM Type +*Manufacture this product*. The assembly of the kit will be described +by a *manufacturing order* rather than a packing operation. -.. image:: media/kit_shipping06.png - :align: center - -.. |image0| image:: ./media/kit_shipping01.png -.. |image1| image:: ./media/kit_shipping02.png +.. image:: media/kit_shipping_06.png + :align: center \ No newline at end of file diff --git a/manufacturing/management/media/kit_shipping01.png b/manufacturing/management/media/kit_shipping01.png deleted file mode 100644 index b9cbd30d8..000000000 Binary files a/manufacturing/management/media/kit_shipping01.png and /dev/null differ diff --git a/manufacturing/management/media/kit_shipping02.png b/manufacturing/management/media/kit_shipping02.png deleted file mode 100644 index 805708fa1..000000000 Binary files a/manufacturing/management/media/kit_shipping02.png and /dev/null differ diff --git a/manufacturing/management/media/kit_shipping03.png b/manufacturing/management/media/kit_shipping03.png deleted file mode 100644 index 19d01f6af..000000000 Binary files a/manufacturing/management/media/kit_shipping03.png and /dev/null differ diff --git a/manufacturing/management/media/kit_shipping04.png b/manufacturing/management/media/kit_shipping04.png deleted file mode 100644 index 4744aa440..000000000 Binary files a/manufacturing/management/media/kit_shipping04.png and /dev/null differ diff --git a/manufacturing/management/media/kit_shipping05.png b/manufacturing/management/media/kit_shipping05.png deleted file mode 100644 index 72f51b282..000000000 Binary files a/manufacturing/management/media/kit_shipping05.png and /dev/null differ diff --git a/manufacturing/management/media/kit_shipping06.png b/manufacturing/management/media/kit_shipping06.png deleted file mode 100644 index 94c473eff..000000000 Binary files a/manufacturing/management/media/kit_shipping06.png and /dev/null differ diff --git a/manufacturing/management/media/kit_shipping_01.png b/manufacturing/management/media/kit_shipping_01.png new file mode 100644 index 000000000..915082f45 Binary files /dev/null and b/manufacturing/management/media/kit_shipping_01.png differ diff --git a/manufacturing/management/media/kit_shipping_02.png b/manufacturing/management/media/kit_shipping_02.png new file mode 100644 index 000000000..4bd279217 Binary files /dev/null and b/manufacturing/management/media/kit_shipping_02.png differ diff --git a/manufacturing/management/media/kit_shipping_03.png b/manufacturing/management/media/kit_shipping_03.png new file mode 100644 index 000000000..88ad9c463 Binary files /dev/null and b/manufacturing/management/media/kit_shipping_03.png differ diff --git a/manufacturing/management/media/kit_shipping_04.png b/manufacturing/management/media/kit_shipping_04.png new file mode 100644 index 000000000..d02985af6 Binary files /dev/null and b/manufacturing/management/media/kit_shipping_04.png differ diff --git a/manufacturing/management/media/kit_shipping_05.png b/manufacturing/management/media/kit_shipping_05.png new file mode 100644 index 000000000..fc5dfb2a9 Binary files /dev/null and b/manufacturing/management/media/kit_shipping_05.png differ diff --git a/manufacturing/management/media/kit_shipping_06.png b/manufacturing/management/media/kit_shipping_06.png new file mode 100644 index 000000000..377264309 Binary files /dev/null and b/manufacturing/management/media/kit_shipping_06.png differ