Commit Graph

245 Commits

Author SHA1 Message Date
Pedro M. Baeza
4bbf95cc14 Merge pull request #65 from pedrobaeza/8.0-mrp_production_real_cost
[8.0] mrp_production_real_cost
2015-12-28 10:39:45 +01:00
OCA Transbot
5d80489e3c OCA Transbot updated translations from Transifex 2015-12-19 13:39:59 -05:00
Pedro M. Baeza
86a455a0db [IMP] mrp_production_real_cost: Tests + cleaning + adaptation to OCA 2015-12-16 00:41:58 +01:00
Pedro M. Baeza
09efe68d9c [FIX] quality_control_mrp: api.model method. Fixes #67 2015-12-15 19:37:06 +01:00
Pedro M. Baeza
a58a8aecba Merge pull request #66 from agaldona/8.0-mrp_operations_time_control
[IMP] mrp_operations_time_control: new requirement
2015-12-14 14:23:58 +01:00
agaldona
e4a0239a7a [IMP] mrp_operations_time_control: new requirement.
Enable to finish an operation in pause state. The ending date will not be updated.
2015-12-14 13:18:27 +01:00
OCA Transbot
4e78fab236 OCA Transbot updated translations from Transifex 2015-12-12 13:38:35 -05:00
Pedro M. Baeza
d9a321b4cc Merge pull request #63 from odoomrp/8.0-fix-mrp_bom_reference_selection
[FIX] mrp_bom_reference_selection: Fixed onchange error closes #62
2015-12-10 16:27:06 +01:00
oihane
aa409a04d2 [IMP] mrp_bom_reference_selection
* README updated
* onchange fixed
* code cleaned
* .pot deleted
2015-12-10 09:51:02 +01:00
davidtranhp
06942b61b1 [Add] Vietnamese translations 2015-12-10 08:42:40 +01:00
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
OCA Git Bot
4382fa9b6d [UPD] addons table in README.md 2015-12-10 02:33:18 +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
oihane
5ddcbde68d [FIX] mrp_bom_reference_selection: Fixed onchange error closes #62 2015-12-09 15:04:18 +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