diff --git a/manufacturing/management.rst b/manufacturing/management.rst index 67659d8f1..daa08781f 100644 --- a/manufacturing/management.rst +++ b/manufacturing/management.rst @@ -12,3 +12,4 @@ Manufacturing Management management/kit_shipping management/product_variants management/sub_assemblies + management/unbuild diff --git a/manufacturing/management/media/unbuild01.png b/manufacturing/management/media/unbuild01.png new file mode 100644 index 000000000..a22e704b3 Binary files /dev/null and b/manufacturing/management/media/unbuild01.png differ diff --git a/manufacturing/management/media/unbuild02.png b/manufacturing/management/media/unbuild02.png new file mode 100644 index 000000000..5a0f37156 Binary files /dev/null and b/manufacturing/management/media/unbuild02.png differ diff --git a/manufacturing/management/unbuild.rst b/manufacturing/management/unbuild.rst new file mode 100644 index 000000000..92dc6c8f1 --- /dev/null +++ b/manufacturing/management/unbuild.rst @@ -0,0 +1,39 @@ +================= +Unbuild a product +================= + +In Odoo Manufacturing App, you can *Unbuild* products. Two use cases +can be managed: (1) you can unbuild products you have built yourself or +(2) you can unbuild products you have received. + +Let's take the first case, you are manufacturing products yourself. If +one of your product presents some defect, you might want to unbuild it +instead of scrapping it completely, allowing you to reuse some +components of the product. + +In the second case, you are buying products for the sole purpose of +unbuilding them and recycling them. + +Unbuild Order +============= + +While in the Manufacturing App, under the *Operations* tab you will +find the menu *Unbuild Orders*. + +.. image:: media/unbuild01.png + :align: center + +When creating a new one, you can either select a MO if you are +unbuilding something you manufactured or only select a product if you +are unbuilding something you received. + +.. image:: media/unbuild02.png + :align: center + +When you are done, just click unbuild and the process will be over. + +If you unbuild a product that you manufactured before, you will get the +components from the MO back in stock. + +If you unbuild a product you bought, you will get the components from +the BoM back in stock.