From 35e3848cdd178271229d429d31c40aea5fbaac0c Mon Sep 17 00:00:00 2001 From: Yannick Vaucher Date: Fri, 4 Jul 2014 16:49:41 +0200 Subject: [PATCH] replace XXX by FIXME --- base_report_to_printer/report_service.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/base_report_to_printer/report_service.py b/base_report_to_printer/report_service.py index a736a10..d4f936b 100644 --- a/base_report_to_printer/report_service.py +++ b/base_report_to_printer/report_service.py @@ -56,7 +56,7 @@ class virtual_report_spool(base_calendar.virtual_report_spool): report_obj.print_direct( cr, uid, report.id, base64.encodestring(self._reports[report_id]['result']), self._reports[report_id]['format'], printer) - # XXX "Warning" removed as it breaks the workflow + # FIXME "Warning" removed as it breaks the workflow # it would be interesting to have a dialog box to confirm if we really want to print # in this case it must be with a by pass parameter to allow massive impression # raise osv.except_osv(