[IMP] mrp_repair: make indentation of return dicts coherent in onchange_operation_type

bzr revid: xmo@openerp.com-20101005080502-3lehfh2fk7dn5vw5
This commit is contained in:
Xavier Morel 2010-10-05 10:05:02 +02:00
parent 14559bb42e
commit 2300f9b49d
1 changed files with 3 additions and 3 deletions

View File

@ -679,9 +679,9 @@ class mrp_repair_line(osv.osv, ProductChangeMixin):
"""
if not type:
return {'value': {
'location_id': False,
'location_dest_id': False
}
'location_id': False,
'location_dest_id': False
}
}
product_id = self.pool.get('stock.location').search(cr, uid, [('name','=','Production')])[0]