@@ -9,13 +9,12 @@ Manufacturing order costs
9
9
.. |BoMs | replace :: :abbr: `BoMs ( Bills of Materials ) `
10
10
11
11
The ability to accurately calculate the cost of manufacturing a product is critical when determining
12
- product profitability. Odoo's *Manufacturing * app simplifies this calculation by automatically
12
+ product profitability. Odoo's ** Manufacturing * * app simplifies this calculation by automatically
13
13
calculating the cost to complete each manufacturing order (MO), as well as the average production
14
14
cost of a product, based on all completed |MOs |.
15
15
16
16
.. important ::
17
- Odoo's Manufacturing app distinguishes between the *manufacturing order cost * and the *real cost *
18
- of an |MO |.
17
+ Odoo's Manufacturing app distinguishes between the *MO cost * and the *real cost * of an |MO |.
19
18
20
19
The |MO | cost represents how much it *should * cost to complete an |MO |, based on the
21
20
configuration of the product's bill of materials (BoM). This takes into account the cost and
@@ -30,8 +29,9 @@ Cost configuration
30
29
==================
31
30
32
31
Odoo computes |MO | costs based on the configuration of the |BoM | used to manufacture a product. This
33
- includes the cost and quantity of components and operations listed on the |BoM |, in addition to the
34
- operating costs of the work centers where those operations are carried out.
32
+ calculation includes the cost and quantity of components and operations listed on the |BoM |, in
33
+ addition to the operating costs of the work centers where those operations are carried out, and the
34
+ amount paid to each employee who works on an operation.
35
35
36
36
Component cost
37
37
--------------
@@ -42,44 +42,61 @@ Products --> Products`, and select a component product. The cost is displayed in
42
42
:guilabel: `Cost ` field of the :guilabel: `General Information ` tab, on the component's product form.
43
43
44
44
It is possible to set the cost of a component manually, by clicking the :guilabel: `Cost ` field on
45
- the component's product form, and entering a value. However, any future |POs | for the component
46
- override a value entered manually , resetting the :guilabel: `Cost ` field back to an automatically
45
+ the component's product form and entering a value. However, any future |POs | for the component
46
+ override a manually entered value , resetting the :guilabel: `Cost ` field back to an automatically
47
47
computed value.
48
48
49
+ .. _manufacturing/mo-costs/work-center-cost :
50
+
49
51
Work center cost
50
52
----------------
51
53
52
54
To set the operating cost for a specific work center, navigate to :menuselection: `Manufacturing app
53
55
--> Configuration --> Work Centers `, and select a work center.
54
56
55
- To set the operating cost for the work center, as a whole , enter a value in the :guilabel: `per
57
+ To set the cost of operating the work center for one hour , enter a value in the :guilabel: `per
56
58
workcenter ` field, located beside the :guilabel: `Cost per hour ` section on the work center's
57
- :guilabel: `General Information ` tab. This operating cost is used regardless of how many employees
58
- are working at the work center at any given time.
59
-
60
- To set the operating cost for the work center based on the number of employees working there at a
61
- given time, enter a value in the :guilabel: `per employee ` field, located beside the :guilabel: `Cost
62
- per hour ` section on the work center's :guilabel: `General Information ` tab. For example, if `25.00 `
63
- is entered in the :guilabel: `per employee ` field, it costs $25.00 per hour for *each * employee
64
- working at the work center.
59
+ :guilabel: `General Information ` tab.
65
60
66
- Note that, if values are entered in both the :guilabel: `per workcenter ` *and * :guilabel: `per
67
- employee ` fields, the value in the :guilabel: `per workcenter ` field takes precedence, and the value
68
- in the :guilabel: `per employee ` field is ignored.
61
+ To set the hourly cost of each employee that operates the work center, enter a value in the
62
+ :guilabel: `per employee ` field, located beside the :guilabel: `Cost per hour ` section on the work
63
+ center's :guilabel: `General Information ` tab. For example, if `25.00 ` is entered in the
64
+ :guilabel: `per employee ` field, it costs $25.00 per hour for *each * employee working at the work
65
+ center.
69
66
70
67
.. important ::
71
- It is also possible to set a per hour cost for specific employees, by navigating to the
72
- :menuselection: `Employees ` app, selecting an employee, clicking the :guilabel: `HR Settings ` tab
73
- on their employee form, and entering a value in the :guilabel: `Hourly Cost ` field.
68
+ The value entered in the :guilabel: `per employee ` field is only used to calculate the |MO | cost,
69
+ which is the estimated cost of completing the |MO |.
70
+
71
+ The actual cost of completing the |MO | is represented by the real cost. Instead of using the
72
+ value entered in the :guilabel: `per employee ` field, the real cost is calculated using the hourly
73
+ cost specific to each employee.
74
+
75
+ For example, if the :guilabel: `per employee ` cost of a work center is '$50.00', and an employee
76
+ with an hourly cost of '$60.00' completes a work order there, the |MO | cost (estimated) is
77
+ calculated using the $50/hr cost, while the real cost is calculated using the $60/hr cost.
74
78
75
- Just like the * per workcenter * field on a work center form, the :guilabel: ` Hourly Cost ` field on
76
- an employee's form overrides the * per employee * field on a work center form .
79
+ See the :ref: ` employee cost section < manufacturing/mo-costs/employee-cost >` below for information
80
+ on how to set the cost for specific employees .
77
81
78
- However, the *per workcenter * field takes precedence over both the *per employee * field on the
79
- workcenter form *and * the :guilabel: `Hourly Cost ` field on the employee form.
82
+ .. _manufacturing/mo-costs/employee-cost :
83
+
84
+ Employee cost
85
+ -------------
86
+
87
+ To set the hourly cost for a specific employee, navigate to the :menuselection: `Employees ` app, and
88
+ select an employee. On the employee's form, select the :guilabel: `Settings ` tab, and enter the
89
+ employee's rate in the :guilabel: `Hourly Cost ` field of the :guilabel: `Application Settings `
90
+ section.
91
+
92
+ .. important ::
93
+ As detailed in the :ref: `work center cost section <manufacturing/mo-costs/work-center-cost >`
94
+ above, the value entered in the :guilabel: `Hourly Cost ` field on the employee's form is used to
95
+ calculate the real cost of an |MO |. The estimated cost of an |MO |, referred to as the |MO | cost,
96
+ uses the per employee cost set on each work center's form.
80
97
81
- |BoM | cost
82
- ----------
98
+ |BoM | configuration
99
+ -------------------
83
100
84
101
Configuring a |BoM | so Odoo can accurately calculate the cost of |MOs | that use it requires two
85
102
steps. First, components **must ** be added, and the required quantity specified. Second, operations
@@ -103,10 +120,10 @@ By default, the :guilabel:`Duration Computation` field is set to :guilabel:`Set
103
120
which means that the number entered in :guilabel: `Default Duration ` field is always used as the
104
121
expected duration of the operation.
105
122
106
- Selecting :guilabel: `Compute based on tracked time ` causes Odoo to automatically compute the default
107
- duration based on a certain number of work orders, which is set in the :guilabel: ` Based on ` field.
108
- Before there are work orders to compute this duration, the value in the :guilabel: ` Default Duration `
109
- field is used instead.
123
+ Selecting :guilabel: `Compute based on tracked time ` causes Odoo to automatically compute the
124
+ :guilabel: ` Default Duration ` based on a certain number of work orders, which is set in the
125
+ :guilabel: ` Based on ` field. Before there are work orders to compute this duration, the value in the
126
+ :guilabel: ` Default Duration ` field is used instead.
110
127
111
128
The hourly cost of operating the work center, and the duration of the operation, are used to
112
129
calculate the operation's cost.
@@ -137,7 +154,9 @@ same costs. This is the *estimated* cost of completing the |MO|.
137
154
138
155
However, once work commences, the values in the :guilabel: `Real Cost ` column may begin to diverge
139
156
from the values in the :guilabel: `MO Cost ` column. This happens if a different component quantity is
140
- used than was listed on the |MO |, or if the duration of a work order is different than expected.
157
+ used than was listed on the |MO |, the duration of a work order is different than expected, or the
158
+ hourly cost of the employee performing a work order differs from the employee cost set on the work
159
+ center.
141
160
142
161
Once the |MO | has been completed by clicking :guilabel: `Produce All `, the values in the
143
162
:guilabel: `MO Cost ` column update to match those displayed in the :guilabel: `Real Cost ` column.
0 commit comments