[IMP]:improved chatter

bzr revid: apa@tinyerp.com-20120627063758-yx5vo4m32c8r0yjk
This commit is contained in:
Amit Patel (OpenERP) 2012-06-27 12:07:58 +05:30
commit 0b6082d180
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: