From baa0cea1733cd05081283c4a406d7f1ceecc6a34 Mon Sep 17 00:00:00 2001 From: Vo Minh Thu Date: Wed, 27 Mar 2013 14:44:39 +0100 Subject: [PATCH] [REF] report_intrastat: removed openerp.pooler imports. bzr revid: vmt@openerp.com-20130327134439-wmkyp2w02xdtmoke --- addons/report_intrastat/report/invoice.py | 1 - 1 file changed, 1 deletion(-) diff --git a/addons/report_intrastat/report/invoice.py b/addons/report_intrastat/report/invoice.py index c1f3823c9d8..c38a62774ac 100644 --- a/addons/report_intrastat/report/invoice.py +++ b/addons/report_intrastat/report/invoice.py @@ -21,7 +21,6 @@ import time from openerp.report import report_sxw -from openerp import pooler class account_invoice_intrastat(report_sxw.rml_parse): def __init__(self, cr, uid, name, context):