[FIX+IMP] mrp_operations_extension

This commit is contained in:
oihane
2014-10-03 11:30:34 +02:00
committed by Pedro M. Baeza
parent 0f36cdefd7
commit a6bfcca873
15 changed files with 493 additions and 92 deletions

View File

@@ -1,9 +1,6 @@
# -*- encoding: utf-8 -*-
##############################################################################
#
# Daniel Campos (danielcampos@avanzosc.es) Date: 12/09/2014
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU Affero General Public License as published
# by the Free Software Foundation, either version 3 of the License, or
@@ -64,3 +61,7 @@ class MrpRoutingOperation(models.Model):
'mrp.workcenter', 'mrp_operation_workcenter_rel', 'operation',
'workcenter', 'Work centers')
op_number = fields.Integer('Número de Persona', default='0')
do_production = fields.Boolean(
string='Move Final Product to Stock')
picking_type_id = fields.Many2one(
'stock.picking.type', string='Picking Type')