Commit Graph

233 Commits

Author SHA1 Message Date
Pedro M. Baeza
d5f2769a3a [FIX+IMP] mrp_production_real_costs: Use hook 2015-12-10 08:42:40 +01:00
agaldona
034eeac761 [IMP] mrp_production_project_estimated_cost: Cost load in positive.
[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
2015-12-10 08:42:40 +01:00
Pedro M. Baeza
a80e867abd OCA Transbot updated translations from Transifex 2015-12-10 08:42:40 +01:00
agaldona
23e5163100 [IMP] mrp_production_real_cost: make independent from estimated costs 2015-12-10 08:42:32 +01:00
alfredoavanzosc
44b2fa7713 [IMP] mrp_production_project_estimated_cost: Show "Estimated Average Cost" field in mrp.production tree view.
[IMP] mrp_production_real_cost: Show "Total Real Cost" field in mrp.production tree view.
2015-12-10 08:41:47 +01:00
Matjaž Mozetič
ec923b14d0 Slovene translations of odoomrp modules 2015-12-10 08:41:47 +01:00
agaldona
5d30b9317e [IMP] mrp_production_real_cost: Use variant cost price 2015-12-10 08:41:47 +01:00
Eric Caudal
3a038d162d [IMP] Improve some README files 2015-12-10 08:41:47 +01:00
agaldona
debf602781 [IMP] mrp_production_real_costs: calculo de precio coste de producto. 2015-12-10 08:41:47 +01:00
Pedro M. Baeza
43cee0dcc6 [IMP] mrp_production_real_cost: Reorganize views 2015-12-10 08:41:46 +01:00
Ainara
d850270d0d [ADD] mrp_production_real_cost 2015-12-10 08:41:25 +01:00
Pedro M. Baeza
393d26689e Merge pull request #61 from pedrobaeza/8.0-mrp_operations_time_control
[8.0] [ADD] mrp_operations_time_control
2015-12-10 01:21:19 +01:00
Pedro M. Baeza
5033958c82 Merge pull request #60 from pedrobaeza/8.0-mrp_operations_project
[8.0] mrp_operations_project
2015-12-10 01:19:02 +01:00
Pedro M. Baeza
399d6be0a2 [IMP] mrp_operations_time_control: OCA adaptation 2015-12-09 14:52:21 +01:00
Pedro M. Baeza
fce63d9bce [IMP] mrp_operations_time_control: Some labels 2015-12-09 14:52:21 +01:00
Pedro M. Baeza
fb04d0f3aa OCA Transbot updated translations from Transifex 2015-12-09 14:52:21 +01:00
Matjaž Mozetič
770ee0c559 Slovene translations added 2015-12-09 14:52:21 +01:00
oihane
647420bf9b [FIX] mrp_operations_time_control: Some fixes 2015-12-09 14:52:21 +01:00
avanzosc1
57dfe41f60 [ADD] mrp_operations_time_control 2015-12-09 14:52:21 +01:00
Pedro M. Baeza
18e112e65c [FIX] mrp_operations_extension: Hook import for migration script 2015-12-09 14:47:43 +01:00
Pedro M. Baeza
21000de524 [ADD] mrp_operations_project
==================================
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.
2015-12-09 14:43:58 +01:00
Pedro M. Baeza
56769b0dc2 [FIX] PEP8 2015-12-09 12:22:02 +01:00
Pedro M. Baeza
cc4cdebe91 [FIX] mrp_bom_version: _default_state 2015-12-09 12:20:24 +01:00
Pedro M. Baeza
8b5e22e5c1 Merge pull request #57 from pedrobaeza/8.0-mrp_operations_extension
[8.0] mrp_hook + mrp_operations_extension
2015-12-09 11:03:06 +01: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
12db7c3041 [IMP] mrp_hook+mrp_operations_extension: Adaptation to OCA 2015-12-08 10:34:51 +01:00
OCA Transbot
05c4ff6668 OCA Transbot updated translations from Transifex 2015-12-05 13:14:01 -05:00
OCA Git Bot
6338462b9e [UPD] addons table in README.md 2015-12-05 02:33:26 +01:00
Pedro M. Baeza
844d86b062 OCA Transbot updated translations from Transifex 2015-12-04 18:41:28 +01:00
Pedro M. Baeza
3c6fd5cf41 [IMP] mrp_operations_extension: Fine tuning of UI + computations
* 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.
2015-12-04 18:41:28 +01:00
Pedro M. Baeza
ea0dd61849 [IMP] mrp_hook: Provide hooks for _bom_explode method
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.
2015-12-04 18:41:28 +01:00
Stefan Rijnhart
44dd40d579 [ADD] Set default for do_production upon installation 2015-12-04 18:41:28 +01:00
Pedro M. Baeza
70cac50132 OCA Transbot updated translations from Transifex 2015-12-04 18:41:28 +01:00
Daniel-CA
f36c513b18 [FIX] mrp_operations_extension: Fixed bug infineloop when updating date_planned 2015-12-04 18:41:28 +01:00
agaldona
94a476c090 [IMP] mrp_operations_extension: nuevas funcionalidades en workorders.
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
2015-12-04 18:41:28 +01:00
alfredoavanzosc
5a792ed54c [FIX] mrp_operations_extension: Fixed "_operators_number_avg_cost" function, of the model "mrp.production.workcenter.line", for calculating fields: '# Operators' and 'Operator average hour cost'.
[IMP] mrp_operations_extension: Put a "onchange" to calculate fields # Operators, and Operator average hour cost, of model mrp.workcenter.
2015-12-04 18:41:28 +01:00
Pedro M. Baeza
fef15b078e [IMP] mrp_operations_extension: Label for "Operator average hour cost" 2015-12-04 18:41:28 +01:00
oihane
6fbeee3247 [FIX] <mrp_operations_extension> Fixed workcenter open issue closes #951 2015-12-04 18:41:28 +01:00
oihane
66ba56ca77 [IMP] <mrp_operations_extension> Added some demo data 2015-12-04 18:41:28 +01:00
Daniel-CA
5e6ced1cd9 [FIX+IMP] mrp_operations_extension
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'
2015-12-04 18:41:28 +01:00
agaldona
81632ca353 [ADD] mrp_configurable_timing: modulo que hace configurable los decimales de tiempos de ciclo
[ADD] mrp_product_variants_configurable_timing: enlaza mrp_configurable_timing + mrp_operations_extension
[IMP] mrp_operations_extension + mrp_product_variants_operations: calculo de ciclos modificados.
2015-12-04 18:41:28 +01:00
Daniel-CA
0df3f77462 [IMP] mrp_operations_extension: Added material ready for operations + editable operations from production order 2015-12-04 18:41:28 +01:00
Pedro M. Baeza
a191e8cad8 [FIX] mrp_operations_extension: Added hr dependency. Closes #753. Retrieve correctly work center 2015-12-04 18:41:28 +01:00
Matjaž Mozetič
3a71d21997 Slovene translations added 2015-12-04 18:41:28 +01:00
agaldona
73bd82c9d4 [FIX] mrp_operations_extension: permite iniciar una OF con líneas en estado cancelado, realizado o asignado 2015-12-04 18:41:28 +01:00
Pedro M. Baeza
647b64967b [IMP] Expand AUTHORS 2015-12-04 18:41:27 +01:00
alfredo
08f4980068 [FIX] mrp_operations_extension: correct translations, and improved programming. 2015-12-04 18:41:27 +01:00
oihane
f11fa0eddd [MOD] Only first line default, if written 2015-12-04 18:41:27 +01:00
campos
cf823afa89 [IMP] <mrp_operations_extension>: Modifications added to avoid errors in miss configurations. 2015-12-04 18:41:26 +01:00
alfredo
3ffaa5146d [IMP] mrp_operations_extension: Has gotten mrp_operation_produce programming module. closses #644. 2015-12-04 18:41:26 +01:00