[IMP] mrp_production_real_costs: The quant's cost will be loaded every Consume or Produce action and when ends a MO. New configurable check to load final product cost in analytic or not
Closes#1001#1010
==================================
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.
* Guided selection of operation inside routing lines for avoiding confusions.
* Homogenization of work centers selection in routing lines. You always add
a workcenter line.
* Limit selectable workcenters on the work order according routing line.
* Views cleaning.
As we are struggled by the structure of core current code, and
https://github.com/odoo/odoo/pull/8885 hasn't been accepted in v8,
we need to make this hard move to allow a lot of workarounds like
modules not depending this one, but anyway the method itself is
not too much inheritable.
Closes#750#812 - Se han realizado solo algunos puntos del issue ya que algunos de ellos se han solucionado en las nuevas actualizaciones
- nueva vista calendario, según fechas previstas
- permitir modificar la fecha planificada de una OF si no está iniciada
- cambiar la fecha prevista de una OF cuando se cambia la fecha prevista de una OT si esta es menor que la de su OF
FIX: Fixes#920 Now initiate a WO doesn't force MO material reservation
IMP: Creation of the field "picking_type_id" in mrp.routing.workcenter.
FIX: Closes#921
IMP: Added function to avoid repeat code
FIX: When WO starts the MO state should be 'in_production' not 'ready'