Advance Operation Cost of Work Orders
by CLuedoo https://www.cluedoo.com/shop/licclusetctr0015-advance-operation-cost-of-work-orders-6602$ 590.21
| Availability |
Odoo Online
Odoo.sh
On Premise
|
| Odoo Apps Dependencies |
•
Manufacturing (mrp)
• Project (project) • Timesheets (timesheet_grid) • Inventory (stock) • Discuss (mail) • Approvals (approvals) • Employees (hr) • Purchase (purchase) • Invoicing (account) |
| Community Apps Dependencies | Show |
| Lines of code | 2150 |
| Technical Name |
fal_operation_cost_based |
| License | OPL-1 |
| Website | https://www.cluedoo.com/shop/licclusetctr0015-advance-operation-cost-of-work-orders-6602 |
| Availability |
Odoo Online
Odoo.sh
On Premise
|
| Odoo Apps Dependencies |
•
Manufacturing (mrp)
• Project (project) • Timesheets (timesheet_grid) • Inventory (stock) • Discuss (mail) • Approvals (approvals) • Employees (hr) • Purchase (purchase) • Invoicing (account) |
| Community Apps Dependencies | Show |
| Lines of code | 2150 |
| Technical Name |
fal_operation_cost_based |
| License | OPL-1 |
| Website | https://www.cluedoo.com/shop/licclusetctr0015-advance-operation-cost-of-work-orders-6602 |
ODOO'S FUNCTION
By default, Odoo tracks operation time only at the Work Order level. Users can choose to allocate this time either based on real time or based on expected time.
CLUEDOO'S FUNCTION
Additionally, CLuedoo provides three new options for tracking operation time: by Timesheet, by Real time WOG, and by Python calculation. Note that the time calculated by CLuedoo is recorded as “computed time” . To automatically push this value into the “duration” field in a work order, proper configuration of duration computation in the BoM operation is required.
|
Go to Manufacturing > Operations > Work Centers and create a new work center Fill in all the necessary information > Save |
|
REALTIME WO GROUPCreate a new operation > Add the BoM , Work Center , and set a computation method
|
|
|
Create a
Manufacturing Order
> Choose the product containing the BoM that you just set in the operation >
Actions
>
Create Work Order Group
> A WOG will be created
|
|
|
Alternatively, you can also
Create Work Order Group
directly from the
Work Orders / Production Orders
menu
|
|
|
Note:
You can change the WOG of a Work Order.
|
|
|
Go to the WOG > You can start the time for the WOG
|
|
|
After you finish the WOG >
Set Computed Duration
> The
Real Duration
will be evenly distributed across all work orders of the WOG.
|
|
TIMESHEETThe Hours Spent is the sum of all the timesheets in the WOG
|
|
|
|
|
Set Computed Duration > The Hours Spent will be evenly distributed across all work orders of the WOG. Note that the duration is in minutes . For example, Hours Spent = 6h = 360 mins |
|
PYTHON FORMULAInsert a python code to define how the time will be computed. Available variables: workorder: mrp.workorder object, workcenter: mrp.workcenter object For example: result = workorder.duration_expected + 1 Note: If you input the Python code in the Work Center, it will be inherited to the operation. |
|
|
The Computed Duration is calculated as the Expected Duration + 1 based on the Python code. The Real Duration begins counting from this Computed Duration. |
|
|
Notes:
|
|
|
|
Odoo Proprietary License v1.0 This software and associated files (the "Software") may only be used (executed, modified, executed after modifications) if you have purchased a valid license from the authors, typically via Odoo Apps, or if you have received a written agreement from the authors of the Software (see the COPYRIGHT file). You may develop Odoo modules that use the Software as a library (typically by depending on it, importing it and using its resources), but without copying any source code or material from the Software. You may distribute those modules under the license of your choice, provided that this license is compatible with the terms of the Odoo Proprietary License (For example: LGPL, MIT, or proprietary licenses similar to this one). It is forbidden to publish, distribute, sublicense, or sell copies of the Software or modified copies of the Software. The above copyright notice and this permission notice must be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
Please log in to comment on this module