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
Pedro M. Baeza
889af8b920
Merge pull request #50 from odoomrp/8.0-quality
...
[MIG] quality_control_mrp: migrated from odoomrp/odoomrp-wip
2015-11-19 09:01:20 +01:00
oihane
ba059c5572
[IMP] quality_control_mrp: required changes
...
* Limit access by groups in views
* Use api.model
2015-11-18 16:55:01 +01:00
oihane
75d638db0a
[MIG] quality_control_mrp: migrated from odoomrp/odoomrp-wip
2015-11-16 15:41:36 +01:00
Pedro M. Baeza
0a3069bb3a
OCA Transbot updated translations from Transifex
2015-11-16 15:41:36 +01:00
Matjaž Mozetič
a265d0c144
Slovene translations added
2015-11-16 15:41:36 +01:00
Eric Caudal
a77a7a188e
[IMP] Improve some README files
2015-11-16 15:41:36 +01:00
Pedro M. Baeza
96d03314da
[IMP] Expand AUTHORS
2015-11-16 15:41:36 +01:00
oihane
d6a2061cf5
[MOD] Trigger lines instead of test
2015-11-16 15:41:35 +01:00
Pedro M. Baeza
9844086ee9
[IMP] quality_control*: Change icon set
2015-11-16 15:41:35 +01:00
oihane
8a3947ba18
[MOD] Fixed MO view
2015-11-16 15:41:35 +01:00
Pedro M. Baeza
05b6f6c292
[FIX] quality_control_mrp: Some problems
...
[IMP] quality_control_mrp: Smartbutton to inspections
2015-11-16 15:41:35 +01:00
oihane
25fbcec0ee
[FIX] Little changes in quality modules
2015-11-16 15:41:35 +01:00
Pedro M. Baeza
ab9abc40c3
[IMP] Total refactorization of quality control modules with new API, README files, and new concepts. WIP of quality_control_tolerance
...
[FIX] quality_control: Triggers for product category
2015-11-16 15:41:24 +01:00
Stéphane Bidoul
84065c68d7
[UPD] addons table in README.md
2015-11-13 19:36:27 +01:00
Pedro M. Baeza
720adecf14
Merge pull request #45 from odoomrp/8.0-quality_stock
...
[ADD] New module quality_control_stock
2015-11-12 19:31:57 +01:00