[IMP] clean commented code

pull/3/head
Yannick Vaucher 2013-11-07 11:19:04 +01:00
parent bfb191e0ed
commit 1a80ccd022
1 changed files with 0 additions and 14 deletions

View File

@ -23,8 +23,6 @@ import base64
from PyPDF2 import PdfFileReader, PdfFileWriter
from StringIO import StringIO
from openerp.service.web_services import report_spool
from openerp.netsvc import Service
from openerp.netsvc import ExportService
from openerp.report import report_sxw
from openerp import pooler, sql_db
@ -82,18 +80,6 @@ class PDFReportAssembler(report_sxw.report_sxw):
pdf_reports.append(pdf)
return pdf_reports
#pdf_reports = {}
#report_list = report_obj.browse(cr, uid, report_ids, context=context)
#report_obj = pool.get('ir.actions.report.xml')
#pool = pooler.get_pool(cr.dbname)
#for report in report_list:
#report_parser = Service._services['report.%s' %report.report_name]
#pdf_reports[report.id] = report_parser.create_single_pdf(cr, uid, ids, data, report, context=context)[0]
#return pdf_reports
def _get_report_ids(self, cr, uid, ids, context=None):
"""
Hook to define the list of report to print