From a2ce67027faf408e462cc29da308eaf8ca28ef4a Mon Sep 17 00:00:00 2001 From: Yannick Vaucher Date: Mon, 30 Sep 2013 13:05:10 +0200 Subject: [PATCH] [IMP] base_report_to_printer - remove class call --- base_report_to_printer/printing.py | 1 - 1 file changed, 1 deletion(-) diff --git a/base_report_to_printer/printing.py b/base_report_to_printer/printing.py index 4b9555c..f632b33 100644 --- a/base_report_to_printer/printing.py +++ b/base_report_to_printer/printing.py @@ -326,7 +326,6 @@ class report_xml_action(orm.Model): 'action': action.action, 'printer': action.printer_id.system_name, } -report_xml_action() class virtual_report_spool(base_calendar.virtual_report_spool):