[FIX] Export : Corrections for exportation of relational fields

lp bug: https://launchpad.net/bugs/644473 fixed

bzr revid: jvo@tinyerp.com-20100927063809-9xbpi309bffmzbuo
This commit is contained in:
Jay (OpenERP) 2010-09-27 12:08:09 +05:30
parent 518d5c0018
commit 9338fc0c48
1 changed files with 1 additions and 2 deletions

View File

@ -548,11 +548,10 @@ class orm_template(object):
else:
return False
lines = []
data = map(lambda x: '', range(len(fields)))
done = []
for fpos in range(len(fields)):
done = []
f = fields[fpos]
if f:
r = row