Commit Graph

204 Commits

Author SHA1 Message Date
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
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
oihane
5c6fcbe355 [FIX] Translation fixed because of issue #660 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
Stefan Rijnhart
1200c07ac5 [IMP] File name consistency with model name 2015-12-04 18:41:26 +01:00
Stefan Rijnhart
fa92a220ff [FIX] Check for track_all 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
oihane
e11627c21b [FIX] Pylint fixing <mrp_operations_extension> 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
avanzosc1
29a378e2cd [MOD] view changes 2015-12-04 18:41:25 +01:00
campos
b543da32ea [ADD] mrp_operations_extension 2015-12-04 18:41:24 +01:00
Pedro M. Baeza
96e670ab66 OCA Transbot updated translations from Transifex 2015-12-04 18:41:24 +01:00
Pedro M. Baeza
f117c16c83 [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:24 +01:00
Pedro M. Baeza
996a0498f8 Merge pull request #59 from pedrobaeza/8.0-mrp_project
[ADD] mrp_project
2015-12-04 18:33:21 +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
OCA Transbot
705cc9129b OCA Transbot updated translations from Transifex 2015-11-30 08:55:18 -05:00
OCA Git Bot
b9229a10c5 [UPD] addons table in README.md 2015-11-21 02:34:08 +01:00
Pedro M. Baeza
c5491d3cc2 Merge pull request #48 from pedrobaeza/8.0-quality_control_qty
[IMP] quality_control_*: Make use of qty field
2015-11-20 17:44:10 +01:00
Pedro M. Baeza
041acb7bcc [IMP] quality_control_*: Make use of qty field
Making it a regular field, you can put any manual quantity in inspections
2015-11-20 17:43:36 +01:00
OCA Git Bot
d1cf32684c [UPD] addons table in README.md 2015-11-20 02:33:23 +01:00