Commit Graph

33 Commits

Author SHA1 Message Date
Zambu
669b9e8fba [IMP] mrp_operations_extension: Added ondelete attribute on field routing_workcenter.
Added ondelete attribute on field routing_workcenter on model
mrp.operation.workcenter to propagate delete to children routes.
2015-12-17 18:05:37 +01:00
Pedro M. Baeza
12db7c3041 [IMP] mrp_hook+mrp_operations_extension: Adaptation to OCA 2015-12-08 10:34:51 +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
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
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
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
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
Pedro M. Baeza
733e4ed635 [FIX+IMP] mrp_operations_extension
IMP: Show workcenter on route operation if there are no lines in workcenters.
FIX: Fix workcenter_id invisible condition in routing
2015-12-04 18:41:26 +01:00
Lionel Sausin
cab1b1c47a [FIX] call super before testing the workcenters
We check that the production order's workcenter lines contain at least
one "Produce here" line", but at this stage they are not created because
we didn't call super().
So let's call super() first.
2015-12-04 18:41:26 +01:00
Pedro M. Baeza
129878e4c5 [FIX+IMP] mrp_operations_extension:
FIX: Use ceil instead is_integer check
IMP: Don't allow inline editing of route operations on BoM
2015-12-04 18:41:25 +01:00
avanzosc1
fbdbde9806 [FIX+IMP] mrp_operations_extension
FIX: correct actions view reference on produce button
IMP: Changes in the calculation of number of cycles + hours
IMP: Group analytic lines
IMP: Remove product check
FIX: Wizard when produced from work order
IMP: Change product cost computation
2015-12-04 18:41:25 +01:00
Pedro M. Baeza
23c6cbf99e [FIX+IMP] mrp_operations_extension
FIX: Operation where is production properly handled
IMP: Some views enhanced
FIX: No warning at MO confirmation if there is no route.
IMP: Show cycle length and capacity in route.
FIX: Propagate capacity data.
2015-12-04 18:41:25 +01:00
oihane
ac37a60963 [FIX+IMP] mrp_operations_extension
IMP: Translations
FIX: Fixing some names
FIX: Some functional changes
FIX: Default line functionality
2015-12-04 18:41:25 +01:00
Pedro M. Baeza
ea890030ec [IMP] mrp_operations_extension: Cost labels 2015-12-04 18:41:25 +01:00
oihane
d6f8905bea [FIX+IMP] mrp_operations_extension
IMP: Deleting workers info and new module <mrp_workcenter_workers_operations>
IMP: Adding fields in base modules, extension updates onchange
IMP: Changes in views and field names
REM: Deleted <mrp_workcenter_workers> module
IMP: Configuration part added
2015-12-04 18:41:25 +01:00
campos
a69ca61b45 [IMP] mrp_operations_extension: Limit to not add products from work order tree 2015-12-04 18:41:25 +01:00
oihane
0c2536a717 [FIX] mrp_operations_extension
Phantom bom lines with workorder association
When installing variants, it doesn't assign corresponding wo to scheduled product
Domain added to avoid selecting workorders that don't apply
2015-12-04 18:41:25 +01:00
campos
52abc82b6c [FIX] mrp_operations_extension: When no routing_id is defined in the manufacturing order move Final Product to Stock check in operation is not controlled. 2015-12-04 18:41:25 +01:00
Ainara
7b35b00c51 [FIX] traceback al confirmar una MO 2015-12-04 18:41:25 +01:00
oihane
a6bfcca873 [FIX+IMP] mrp_operations_extension 2015-12-04 18:41:25 +01:00
Pedro M. Baeza
0f36cdefd7 [IMP] mrp_operations_extension: PEP8 + Travis 2015-12-04 18:41:25 +01:00
campos
b543da32ea [ADD] mrp_operations_extension 2015-12-04 18:41:24 +01:00