[IMP]: mrp_repair: Improvement to clear move should clear partner too

bzr revid: rpa@tinyerp.com-20120627061627-bdfviqw9kdmchft2
This commit is contained in:
Rucha (Open ERP) 2012-06-27 11:46:27 +05:30
parent 555b3da94f
commit b0af1eb649
1 changed files with 1 additions and 1 deletions

View File

@ -220,7 +220,7 @@ class mrp_repair(osv.osv):
@return: Dictionary of values.
"""
data = {}
data['value'] = {'guarantee_limit':False}
data['value'] = {'guarantee_limit': False, 'location_id': False, 'prodlot_id': False, 'partner_id': False}
if not prod_id:
return data
if move_id: