[DEL] MRP: Delete Alternative Work Centers 16.0
closes odoo/documentation#5096
X-original-commit: 222fd67d7f
Signed-off-by: Zachary Straub (zst) <zst@odoo.com>
This commit is contained in:
parent
ca2cf223ff
commit
a67a69beae
@ -11,8 +11,6 @@ Manufacturing management
|
||||
management/product_variants
|
||||
management/kit_shipping
|
||||
management/sub_assemblies
|
||||
management/quality_control
|
||||
management/alternative_wc
|
||||
management/subcontracting
|
||||
management/use_mps
|
||||
management/using_work_centers
|
||||
|
@ -1,58 +0,0 @@
|
||||
========================
|
||||
Alternative Work Centers
|
||||
========================
|
||||
|
||||
Manufacturing several different products simultaneously at the same work center is a common issue
|
||||
for manufacturing companies. Although in practice, employees can manufacture the goods at another
|
||||
work center instead of waiting for one to be available, it's not always simple to have visibility
|
||||
on which work center is busy and plan resources accordingly in real-time.
|
||||
|
||||
With Odoo, you can configure alternative work centers to solve this issue. This automatically
|
||||
checks which work center is busy and which equivalent ones are free, and schedules orders and
|
||||
maintenance accordingly.
|
||||
|
||||
This way, your process becomes more efficient, as work center utilisation is optimised.
|
||||
|
||||
Configure your Work Centers
|
||||
===========================
|
||||
|
||||
First, go to the :menuselection:`Manufacturing app --> Configuration --> Settings`. Then, enable
|
||||
the :guilabel:`Work Orders` feature and hit :guilabel:`Save`.
|
||||
|
||||
.. image:: alternative_wc/work-orders-setting.png
|
||||
:align: center
|
||||
:alt: Work order settings ticked in Odoo Manufacturing.
|
||||
|
||||
Now, go to :menuselection:`Configuration --> Work Centers` and create two new work centers. Add the
|
||||
second work center as an alternative to the first one and vice versa.
|
||||
|
||||
.. image:: alternative_wc/alternative-wc-config.png
|
||||
:align: center
|
||||
:alt: Create a secondary work center as an alternate to the first.
|
||||
|
||||
Next, go to :menuselection:`Products --> Bills of Materials`, choose your product, and add these
|
||||
work centers to the operations of your :abbr:`BoM (Bill of Materials)`.
|
||||
|
||||
.. image:: alternative_wc/wc-bom-operations.png
|
||||
:align: center
|
||||
:alt: Add work centers to Bill of Materials operations.
|
||||
|
||||
Create your Work Orders
|
||||
=======================
|
||||
|
||||
Now that everything is configured, you can create your *Work Orders*.
|
||||
|
||||
Go to :menuselection:`Operations --> Manufacturing Orders`, and hit :guilabel:`Create`. There, add
|
||||
your product to your manufacturing order and plan it. You can then retrieve them from the
|
||||
:guilabel:`Work Orders` list view, under :menuselection:`Operations > Work Orders`.
|
||||
|
||||
Each new *Work Order*, which will be created before the end of the first one, will be scheduled at
|
||||
the alternative work center you configured, as shown below.
|
||||
|
||||
.. image:: alternative_wc/work-orders-by-wc.png
|
||||
:align: center
|
||||
:alt: Work order creation and scheduling.
|
||||
|
||||
.. note::
|
||||
Keep in mind that, if you add time after production to your work center, you may have work
|
||||
orders scheduled for your alternative work center even if the usual one is free.
|
Binary file not shown.
Before Width: | Height: | Size: 16 KiB |
Binary file not shown.
Before Width: | Height: | Size: 59 KiB |
Binary file not shown.
Before Width: | Height: | Size: 42 KiB |
Binary file not shown.
Before Width: | Height: | Size: 61 KiB |
@ -1,28 +0,0 @@
|
||||
===============
|
||||
Quality Control
|
||||
===============
|
||||
|
||||
Whether you want to control the quality of your production, or the production
|
||||
of your subcontractor, before registering the products into your stock, you can
|
||||
rely on Odoo's Quality module.
|
||||
|
||||
|
||||
To control the quality of your production, you need to set a *Quality Control Point*
|
||||
on the Manufacturing Operation Type, as shown below. To create it, Go to :menuselection:`Quality
|
||||
--> Quality Control --> Control Points`, and click **Create**.
|
||||
If the check only applies to specific products, or product categories, you can specify these during
|
||||
the setup as well.
|
||||
|
||||
.. image:: quality_control/qc_1.png
|
||||
:align: center
|
||||
|
||||
Regarding the reception of subcontracted products, instead of the Manufacturing Operation Type,
|
||||
you need to select the 'Receipts' Operation type. For the rest, the same principles apply.
|
||||
|
||||
.. image:: quality_control/qc_2.png
|
||||
:align: center
|
||||
|
||||
By doing so, a quality check is automatically created each time a
|
||||
finished product is made and/or received. Note that several Quality Check
|
||||
*Types* can be chosen from the dropdown. Note also that several Quality
|
||||
Check Points can be set up for the same Operation Type.
|
Binary file not shown.
Before Width: | Height: | Size: 56 KiB |
Binary file not shown.
Before Width: | Height: | Size: 52 KiB |
@ -22,6 +22,11 @@ applications/finance/payment_acquirers/sips.rst applications/finance/payment_pro
|
||||
applications/finance/payment_acquirers/stripe.rst applications/finance/payment_providers/stripe.rst # /payment_acquirers/* -> /payment_providers/*
|
||||
applications/finance/payment_acquirers/wire_transfer.rst applications/finance/payment_providers/wire_transfer.rst # /payment_acquirers/* -> /payment_providers/*
|
||||
|
||||
# applications/inventory_and_mrp
|
||||
|
||||
applications/inventory_and_mrp/manufacturing/management/quality_control.rst applications/inventory_and_mrp/manufacturing/quality_control/quality_control_points.rst # redirect to new doc
|
||||
applications/inventory_and_mrp/manufacturing/management/alternative_wc.rst applications/inventory_and_mrp/manufacturing/management/using_work_centers.rst
|
||||
|
||||
# applications/sales
|
||||
|
||||
applications/sales/point_of_sale/payment/stripe.rst applications/sales/point_of_sale/payment_methods/terminals/stripe.rst # /payment/* -> /payment_methods/terminals/*
|
||||
|
Loading…
Reference in New Issue
Block a user