[FIX] Previous commit corrected

bzr revid: jvo@tinyerp.com-20100729173958-4eoucw31qitl3lxw
This commit is contained in:
Jay (Open ERP) 2010-07-29 23:09:58 +05:30
parent 7e0180c254
commit b29d4306c0
1 changed files with 1 additions and 2 deletions

View File

@ -3780,8 +3780,7 @@ class orm(orm_template):
tables.append(t)
if len(qu1):
qu1 = ' where '
qu1 += ' and '.join(qu1)
qu1 = ' where ' + ' and '.join(qu1)
else:
qu1 = ''