diff --git a/manufacturing/management.rst b/manufacturing/management.rst index d1034e687..4a46ddecc 100644 --- a/manufacturing/management.rst +++ b/manufacturing/management.rst @@ -12,6 +12,7 @@ Manufacturing Management management/kit_shipping management/product_variants management/sub_assemblies + management/plan_work_orders management/unbuild management/subcontracting management/use_mps \ No newline at end of file diff --git a/manufacturing/management/media/plan_work_order_01.png b/manufacturing/management/media/plan_work_order_01.png new file mode 100644 index 000000000..2e0bbf629 Binary files /dev/null and b/manufacturing/management/media/plan_work_order_01.png differ diff --git a/manufacturing/management/media/plan_work_order_02.png b/manufacturing/management/media/plan_work_order_02.png new file mode 100644 index 000000000..fc62834b7 Binary files /dev/null and b/manufacturing/management/media/plan_work_order_02.png differ diff --git a/manufacturing/management/media/plan_work_order_03.png b/manufacturing/management/media/plan_work_order_03.png new file mode 100644 index 000000000..66d596b43 Binary files /dev/null and b/manufacturing/management/media/plan_work_order_03.png differ diff --git a/manufacturing/management/media/plan_work_order_04.png b/manufacturing/management/media/plan_work_order_04.png new file mode 100644 index 000000000..3cbff845c Binary files /dev/null and b/manufacturing/management/media/plan_work_order_04.png differ diff --git a/manufacturing/management/plan_work_orders.rst b/manufacturing/management/plan_work_orders.rst new file mode 100644 index 000000000..d011bdd18 --- /dev/null +++ b/manufacturing/management/plan_work_orders.rst @@ -0,0 +1,52 @@ +================ +Plan Work Orders +================ + +In some cases, companies need to schedule their work orders. Doing so, +they can organize the work for the whole day and be sure everything goes +well. It helps to avoid scheduling multiple work orders at the same time +when you don’t have the capacity to do so. + +With Odoo, companies can schedule the planned start date for their +manufacturing orders. No possible duplication, no potential issues with +the planning. And, if you plan two work orders at the same work center, +at the same hour, the second one will be scheduled right after the first +one, avoiding work superposition. + +Create the Work Orders +====================== + +The first thing you need to do is to open the *Manufacturing* app. +Then, Go to the settings and enable the *Work Orders* feature. + +.. image:: media/plan_work_order_01.png + :align: center + +Now, go to the *Manufacturing Orders* menu and hit *Create*. Choose +your product and add a *Planned Start Date*. + +.. image:: media/plan_work_order_02.png + :align: center + +.. note:: + The “Deadline Start” field is informative. It shows you until when you + can launch the manufacturing order to fulfill the initial demand. + +Mark your *Manufacturing Order* as todo and plan it. By going to the +*Planning* menu, you can access to the scheduled orders. Here is the +one we just created: + +.. image:: media/plan_work_order_03.png + :align: center + +.. note:: + If you plan two work orders at the same hour, the second one will be + scheduled after the first one if the jobs need to be done at the same + work center. The start date will, then, be automatically updated + considering the first free slot on the work center. + +If you overrun the planned date and begin the job later, you will have a +track of it in the *Time Tracking* tab of your work order. + +.. image:: media/plan_work_order_04.png + :align: center \ No newline at end of file