Merge pull request #407 from odoo/13.0-mrp-flexible_components_consumption-lau
13.0 mrp flexible components consumption lau
This commit is contained in:
commit
d203ff9962
@ -12,6 +12,7 @@ Manufacturing Management
|
|||||||
management/kit_shipping
|
management/kit_shipping
|
||||||
management/product_variants
|
management/product_variants
|
||||||
management/sub_assemblies
|
management/sub_assemblies
|
||||||
|
management/flexible_components_consumption
|
||||||
management/plan_work_orders
|
management/plan_work_orders
|
||||||
management/alternative_wc
|
management/alternative_wc
|
||||||
management/unbuild
|
management/unbuild
|
||||||
|
53
manufacturing/management/flexible_components_consumption.rst
Normal file
53
manufacturing/management/flexible_components_consumption.rst
Normal file
@ -0,0 +1,53 @@
|
|||||||
|
===================================
|
||||||
|
Use flexible components consumption
|
||||||
|
===================================
|
||||||
|
|
||||||
|
Sometimes, you might need more components than usual to manufacture a
|
||||||
|
product. Let’s say that you produce a desk combination of 4 desks and
|
||||||
|
two chairs but your customer asks you one more desk. Alright, you can do
|
||||||
|
that. But you will need to register it!
|
||||||
|
|
||||||
|
In case this happens, Odoo has the *flexible components consumption*
|
||||||
|
feature available. If you enable it, you will be able to consume as many
|
||||||
|
components as needed and it will make you save time in the registration
|
||||||
|
of your items consumption.
|
||||||
|
|
||||||
|
Configuration
|
||||||
|
=============
|
||||||
|
|
||||||
|
Using flexible component consumption is easy and can be done in a few
|
||||||
|
steps. All you need is a *BoM* and a *Quality Control Point*.
|
||||||
|
Therefore, you will need to activate the feature *Quality* in the
|
||||||
|
*MRP* app settings.
|
||||||
|
|
||||||
|
First, open the *BoM* you want to use for flexible component
|
||||||
|
consumption and edit it. In the *Miscellaneous* tab, choose
|
||||||
|
*Flexible* as the consumption type. Then, save.
|
||||||
|
|
||||||
|
.. image:: media/flexible_components_consumption_01.png
|
||||||
|
:align: center
|
||||||
|
|
||||||
|
Now, in the *Quality* app, open the *Control Point* menu, under
|
||||||
|
*Quality Control* and create a new *Quality Control Point*. Choose
|
||||||
|
your product, your operation and work order operation. Then, choose
|
||||||
|
*Register Consumed Materials* as type.
|
||||||
|
|
||||||
|
.. image:: media/flexible_components_consumption_02.png
|
||||||
|
:align: center
|
||||||
|
|
||||||
|
Next, go back to your *Manufacturing* app and create a *Manufacturing
|
||||||
|
order*. Choose the product for which you have created the flexible
|
||||||
|
*BoM*.
|
||||||
|
|
||||||
|
Then, confirm it and launch the process step. While processing, you will
|
||||||
|
have the possibility to consume more components than expected in the
|
||||||
|
*BoM*. To do so, click on *Continue Consumption*.
|
||||||
|
|
||||||
|
.. image:: media/flexible_components_consumption_03.png
|
||||||
|
:align: center
|
||||||
|
|
||||||
|
When the job is over, you will find a summary of your component
|
||||||
|
consumption in the *Finished Steps* tab of your work order.
|
||||||
|
|
||||||
|
.. image:: media/flexible_components_consumption_04.png
|
||||||
|
:align: center
|
Binary file not shown.
After Width: | Height: | Size: 5.6 KiB |
Binary file not shown.
After Width: | Height: | Size: 23 KiB |
Binary file not shown.
After Width: | Height: | Size: 6.9 KiB |
Binary file not shown.
After Width: | Height: | Size: 24 KiB |
Loading…
Reference in New Issue
Block a user