[MIG] Migration of report_xlsx to 10.0 (#76)

This commit is contained in:
Adrien Peiffer (ACSONE)
2016-10-13 08:24:08 +02:00
committed by tien-ld
parent c63249e7bb
commit 8bccb7e91f
4 changed files with 11 additions and 10 deletions

View File

@@ -4,8 +4,8 @@
from cStringIO import StringIO
from openerp.report.report_sxw import report_sxw
from openerp.api import Environment
from odoo.report.report_sxw import report_sxw
from odoo.api import Environment
import logging
_logger = logging.getLogger(__name__)