Merge pull request #405 from odoo/13.0-mrp-process_manufacturing_orders-lau

13.0 mrp process manufacturing orders lau
This commit is contained in:
Julien B 2019-09-22 15:16:53 +02:00 committed by GitHub
commit fe66a6f9c2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
7 changed files with 59 additions and 40 deletions

View File

@ -1,56 +1,75 @@
==================================== ============================
How to process a manufacturing order Process Manufacturing Orders
==================================== ============================
Introduction In Odoo, you can manage your manufacturing process in two different
============ ways. You can work with one document, or decide to have more information
and control over it.
There are two basic ways to manage manufacturing in Odoo. The first way In the first case, Odoo makes things easier and helps you manage work
manages work with one document only. This document is the with one document only: the manufacturing order. No complex steps during
**manufacturing order**. The second way uses additional documents to the process, you just have to schedule the job and record the
give you more precise control over the manufacturing process. In this production.
way, **Manufacturing orders** are divided into one or more steps
defined by **work orders**, performed in an order defined by
**routings**.
How to manage manufacturing without routings But, if you need more control, you can use additional documents (steps)
============================================ to your manufacturing process. This way, *Manufacturing Orders* are
divided into one or more steps defined by *Work Orders* and performed
in a sequence defined by *routings*.
You will most likely use manufacturing orders without routings if all Using Odoo will allow you to precisely schedule the job, analyze your
the work to produce your product is performed in one place, by one efficiency but also have ease when realizing each step of your
person, in one step, and/or you do not need the level of granular manufacturing process.
control afforded by work orders and routings.
Managing your operations in this way is the default behavior in Odoo. Manage Manufacturing Without Routings
There are two basic phases from planning to production: =====================================
1. Create manufacturing orders If your manufacturing process is limited to one place, one person and
one step, you will probably use manufacturing orders without routings.
2. Record Production In Odoo, it is the default behavior. If work this way, there are two
basic phases from planning to production:
How to manage manufacturing with routings and work orders - Create a manufacturing order
=========================================================
To use work orders and routings, you will need to enable the option - Record the production
**Manage production by work orders** From
:menuselection:`Configuration --> Settings`. You will then be able to add Manage Manufacturing with Routings and Work Centers
routings to bills of materials, and configure some additional related ===================================================
fields. You will also be able to create **work centers**, the
To use *Work Centers* and *Routings*, you will need to enable the
*Work Orders* feature. To do so, go to the *Manufacturing* app
settings.
.. image:: media/process_manufacturing_orders_01.png
:align: center
Now, you can add routings to *BoMs* and configure your operations
taking place at different *work centers*. The *Work Centers* are the
locations at which work orders are performed. locations at which work orders are performed.
When manufacturing with routings and work orders, each work order is .. image:: media/process_manufacturing_orders_02.png
scheduled individually. You will also have access to time and capacity :align: center
planning, and reports on costing and efficiency on a work center level.
Manufacturing using routings can be broken down into several steps. When When manufacturing this way, each *Work Order* is scheduled
configuring your BoM, you will need to add a routing defining the individually. You will also have access to time and capacity planning,
component work orders. After planning the manufacturing order, you will as well as reports on costing and efficiency for each *Work Center*.
have the added step of scheduling work orders.
The workflow is thus divided into three basic phases, as follows: .. image:: media/process_manufacturing_orders_03.png
:align: center
1. Create manufacturing orders Thus, the workflow is divided into three basic phases:
2. Schedule the associated work orders. - Create the manufacturing order
3. Perform the scheduled work and record production. .. image:: media/process_manufacturing_orders_04.png
:align: center
- Schedule the associated work orders
.. image:: media/process_manufacturing_orders_05.png
:align: center
- Perform the scheduled work and record production
.. image:: media/process_manufacturing_orders_06.png
:align: center

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 14 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 10 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.8 KiB