Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[8.0] mrp_operations_project #60

Merged
merged 1 commit into from
Dec 10, 2015

Conversation

pedrobaeza
Copy link
Member

MRP Project Link (with operations)

This module links manufacturing operations with projects. It performs the
following actions:

  • Auto-create tasks for work orders with assigned operators.
  • Add a tab where coding task works for the work order.
  • Add a link on task for the scheduled products for that work order.

Installation

This modules is auto-installed when you install mrp_operations_extension and
mrp_project.

Usage

In a manufacturing order (MO) that has work orders, and they have at least
one operator assigned, when you start that work order, a task is created with
that operator as responsible of it.

Navigating through each work order, there's a new tab called "Operators time"
where the task works can be put in an easy way.

And last, if you go to a task linked to a work order, you'll see the scheduled
products for that work order.

@anajuaristi
Copy link

👍 From my side

Tested:

  1. Modify a routing to include 3 routing lines
  2. Modify one routing line to include several machines. Change the one by default
  3. Include 0, 1 and 2 workers on each default routing line
  4. Include 2 cycles/1 hour, 1cycle/1hour, 1cycle/1.5hours on each default routing line
  5. Launch a manufacturing order

Verified and correct:
Calculation of cycle and hours in work orders using default machines
Default assigned machines on each work order
Task creation starting one operation


Technical module that provides the proper framework infrastructure (hooks,
fallback, etc) to enable advanced functionality in the manufacturing area,
as https://github.com/odoo/odoo/pull/8885 hasn't been accepted for v8.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

colon?

@JavierIniesta
Copy link

Tested in local environment 👍

@pedrobaeza pedrobaeza force-pushed the 8.0-mrp_operations_project branch 2 times, most recently from dc983e9 to c06ecdf Compare December 8, 2015 19:49
@rafaelbn
Copy link
Member

rafaelbn commented Dec 9, 2015

Runbot says "Killed"

@rafaelbn
Copy link
Member

rafaelbn commented Dec 9, 2015

Tested in local enviroment 👍 (runbot is very slowly today)

@pedrobaeza
Copy link
Member Author

Rebased on top of last recent merge of mrp_operations_extension.

@rafaelbn, @JavierIniesta, @oihane, give it last check before merging.

==================================
MRP Project Link (with operations)
==================================

This module links manufacturing operations with projects. It performs the
following actions:

* Auto-create tasks for work orders with assigned operators.
* Add a tab where to encode task for the work order.
* Add a link on task for the work order scheduled product.

Installation
============

This modules is auto-installed when you install *mrp_operations_extension* and
*mrp_project*.

Usage
=====

In a manufacturing order (MO) containing work orders with at least one operator
assigned, when a work order is started, a task is created and assigned to the
operator.

In the work order form, a new tab "Operators time" is added to input the the
work log.

Besides, in the related tasks, the products scheduled in the work order are
listed.
@rafaelbn
Copy link
Member

rafaelbn commented Dec 9, 2015

Hi @pedrobaeza , this is not a bug but a question: is it possible to create tasks before when confirming Manufacturing Order and not later when starting Work order?

@JMODaERP
Copy link

JMODaERP commented Dec 9, 2015

I tested, O.K. 👍

@JavierIniesta
Copy link

👍

@rafaelbn
Copy link
Member

rafaelbn commented Dec 9, 2015

Discussed internaly, OK let leave creation of task que Work order starts. Then 👍

@anajuaristi
Copy link

@rafaelbn That was a hot topic when we were designing module. Both aproaches would be right but at the end our customers decided to create the tasks at the moment where workorder starts, simply because if you decide to cancell the MO or even the WO before starting it, or just plan or change dates before starting, it was easier to manage integrity between WO and Tasks.

@pedrobaeza
Copy link
Member Author

I merge for continuing the rest of the PRs as the module has been reviewed enough.

pedrobaeza added a commit that referenced this pull request Dec 10, 2015
@pedrobaeza pedrobaeza merged commit 5033958 into OCA:8.0 Dec 10, 2015
@pedrobaeza pedrobaeza deleted the 8.0-mrp_operations_project branch December 10, 2015 00:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

6 participants