changes for the odt2odt

bzr revid: dsh@dsh-20090113062852-vz17r6cxc0x2tepx
This commit is contained in:
Dhara Shah 2009-01-13 11:58:52 +05:30
parent 8fe9dce892
commit 91b9c73f49
1 changed files with 0 additions and 1 deletions

View File

@ -60,7 +60,6 @@ class report_xml(osv.osv):
report = pool.get('ir.actions.report.xml').write(cr, uid, [report_id], {
'report_sxw_content': base64.decodestring(file_sxw),
'report_rml_content': str(sxw2rml(sxwval, xsl=fp.read())),
'report_type' : file_type
})
cr.commit()
db = pooler.get_db_only(cr.dbname)