=== modified file 'bin/osv/orm.py' --- old/bin/osv/orm.py 2009-06-19 05:26:25 +0000 +++ new/bin/osv/orm.py 2009-07-02 02:24:42 +0000 @@ -562,7 +563,7 @@ if line[i]: relation = fields_def[field[len(prefix)]]['relation'] res2 = self.pool.get(relation).name_search(cr, uid, - line[i], [], operator='=') + line[i], [], operator='=', context=context) res = (res2 and res2[0][0]) or False if not res: warning += ('Relation not found: ' + line[i] + \