FIX double dot in filename

pull/744/head
Alexis de Lattre 2016-12-20 00:18:35 +01:00 committed by Alexandre D. Díaz
parent 6bbdec2212
commit 06f8dbb882
1 changed files with 1 additions and 1 deletions

View File

@ -197,7 +197,7 @@ class Py3oParser(report_sxw):
# ... but odoo wants the whole data in memory anyways :)
res = fd.read()
return res, "." + filetype
return res, filetype
def create(self, cr, uid, ids, data, context=None):
""" Override this function to handle our py3o report