Commit Graph

10 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
Antonio Espinosa
de6219057d Add copyright and contributor 2016-02-17 18:06:12 +01:00
Antonio Espinosa
9ce244819c [IMP] Set workorder in analytic.line related with a task from a work order 2016-02-17 15:50:04 +01:00
Pedro M. Baeza
a2c5a3598e Merge pull request #85 from ddico/submit_add_timesheet_to_cost
[FIX] mrp_production_real_cost - include timesheet in cost
2016-01-29 16:34:03 +01:00
Daniel Dico
b82abb6ece [FIX] mrp_project - include timesheet in cost 2016-01-29 09:19:33 -05:00
Daniel Dico
5a1ea783e0 [IMP] mrp_production_real_cost - save corect WO on AAL 2016-01-24 18:35:03 -05:00
Pedro M. Baeza
de4f450f93 [FIX] mrp_project: Don't make related mrp_production_id 2015-12-08 20:43:27 +01: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