@@ -3,92 +3,89 @@ Create Bills of Materials
33=========================
44
55A *Bill of Materials * is a document defining the quantity of each
6- component required to manufacture a finished product. It also includes
7- the routing and individual steps of the manufacturing process.
6+ component required to make or deliver a finished product. Additionally, it
7+ can also include various operations and individual step guidelines
8+ needed to complete a production process.
89
9- With Odoo, you can link multiple BoMs to each product and use it to
10- describe multiple variants of them. Each BoM will, yet, be associated
11- with one product only.
10+ With Odoo's MRP solution, multiple BOMs can also be linked to each product,
11+ so that even product variants can have their *own * tailored BOM.
1212
13- This feature will help optimize your manufacturing process while saving
14- you time.
13+ This will help you to optimize your manufacturing process and save time
14+ as a result.
1515
1616Setting up a BoM
1717================
18+ The simplest BoM set up is one without operations or instructions.
19+ In this case, you will manage your production using Manufacturing Orders
20+ only.
1821
19- You can use BoMs without routings. You will use this if you choose to
20- manage your manufacturing operations using manufacturing orders only. In
21- other words, you choose to realize your manufacturing process in one
22- step and do not track the steps the product goes through .
22+ To create a BoM from the Manufacturing module, go to :menuselection: ` Products --> Bills of Materials `.
23+ If you click ** Create **, the first thing you'll have to do is to specify the final product.
24+ For an existing product, simply select it from the list, or create a new one on the spot. Note
25+ that if you go through the product form to create your BOM, the product will already be set for you .
2326
24- Before creating your *BoM *, you have to create the product using the
25- *BoM * and, at least, one of the components. Go to the :menuselection: `Master Data menu --> Products `
26- and create both the finished product and the component.
27+ For a standard Bill of Material, keep the default *BoM * type, which is *Manufacture this Product *.
28+ Now specify the various components that make up the production of your final product and their
29+ respective quantities. You can create components as you go, on the BOM, or create products beforehand,
30+ by going to the :menuselection: `Top Menu --> Products --> Create `, and add them later on.
2731
28- Once done, go to the *Bills of Materials * menu under *Master Data *.
29- Now, create it. Choose the product from the dropdown menu and add your
30- components and the quantity. In this case, keep the default *BoM *
31- type, which is *Manufacture this Product *.
3232
33- .. image :: media/bills_of_materials_01 .png
33+ .. image :: media/bom_1 .png
3434 :align: center
3535
36- .. warning ::
37- The destination location should **not ** be a scrap location. A scrap location is where you put
38- products that you don't need.
39-
4036Using the same BoM to describe Variants
4137---------------------------------------
4238
43- As said above, you can use *BoM * for *Product Variants *. It is
44- basically the same as for the standard product.
39+ As suggested above, you can use *BOMs * for specific *Product Variants *.
40+ Once the various attributes have been configured on the product form, there
41+ are two ways to configure the appropriate BoM for the respective product combination.
4542
46- If your * BoM * is for one variant only, then specify which one in the
47- * Product Variant * field. If not, specify the variant it is consumed
48- for on each component line. You can add several variants for each
49- component.
43+ Either create one BoM per variant, by specifying the Product Variant
44+ in the dedicated field below the product name. Or use one BOM, that contains
45+ all of the components and for each component, indicate which variant it applies to,
46+ using the * Apply on Variants * column, as shown below.
5047
51- .. image :: media/bills_of_materials_02 .png
48+ .. image :: media/bom_2 .png
5249 :align: center
5350
54- Adding a routing
55- ================
5651
57- You can add routing to your *BoM *. You will do this if you need to
58- define a series of operations required by your manufacturing process. To
59- use it, enable the *Work Orders * feature in the *Manufacturing * app
60- settings.
52+ Adding Operations
53+ =================
54+
55+ You can also add operations to your *BoM *, if you want workers to follow instructions
56+ or register time spent. To use this feature, enable the *Work Orders * feature in the
57+ *Manufacturing * app settings, as shown below.
6158
62- .. image :: media/bills_of_materials_03 .png
59+ .. image :: media/bom_3 .png
6360 :align: center
6461
6562.. note ::
66- Each *BoM * can have only one routing while each routing can be used
67- multiple times.
63+ Each operation is unique as it is always linked to only one BOM. This being said,
64+ Operations Operations can be re-used when configuring a new BOM, with the *Copy Existing
65+ Operations * feature.
66+
67+ .. image :: media/bom_4.png
68+ :align: center
6869
69- Now that you have created your routing, add it to your *BoM *. You can
70- select when, in the work operations, your components are consumed with
71- the dropdown menu.
70+ Finally, just like for components, operations can also be variant specific only, as shown below.
7271
73- .. image :: media/bills_of_materials_04 .png
72+ .. image :: media/bom_5 .png
7473 :align: center
7574
75+
76+
7677Adding By-Products
7778==================
7879
79- In Odoo, a *by-product * is any product produced by a * BoM * in
80- addition to the primary product.
80+ A *by-product * is a product that is produced on top of the main product
81+ of a * BoM *. As opposed to the primary product, there can be more than one on a BOM.
8182
82- To add *by-products * to a *BoM *, you will first need to enable them
83- from the *Manufacturing * app settings.
83+ To add *by-products * to a *BoM *, you will first need to enable the by-product
84+ feature from the *Manufacturing * app settings.
8485
85- .. image :: media/bills_of_materials_05 .png
86+ .. image :: media/bom_6 .png
8687 :align: center
8788
88- Once the feature is enabled, you can add your *By-Products * to your
89- *BoMs *. You can add as many *By-Products * as you want. Just keep in
90- mind that you need to register during which operation your by-product is
91- produced.
92-
93- .. image :: media/bills_of_materials_06.png
94- :align: center
89+ Once the feature is enabled, you can add *by-products * to your
90+ *BoMs *. Note that if you have Operations, you'll need to specify
91+ in which operation the by-product is produced.
0 commit comments