Commit Graph

5 Commits

Author SHA1 Message Date
agaldona
247a2adf9d [FIX] mrp_project: missed update parameter in super call 2016-11-10 14:20:53 +01:00
Cristian Moncho
222479f90d [FIX] mrp_project: Fix singleton exception in 'ProjectTask.write'
Records are now iterated to avoid singleton errors. Same fix
has been applied in 'MrpProductionWorkcenterLine.write' also.
2016-06-23 16:24:54 +02:00
Antonio Espinosa
e27603acf3 [IMP] If production come from a sale order, set project parent 2016-04-22 22:01:11 +02:00
Daniel Dico
b82abb6ece [FIX] mrp_project - include timesheet in cost 2016-01-29 09:19:33 -05:00
Pedro M. Baeza
85b3ed0962 [ADD] mrp_project
================
MRP Project Link
================

This module links projects and tasks to *manufacturing orders* (MO) and
*work orders* (WO).

Usage
=====

In a manufacturing order (MO), you can select a project to be attached to it.
If none is selected, a project is automatically created when the MO is
confirmed.

When the MO starts, a task is created and assigned to the order.
2015-12-04 15:12:29 +01:00