This commit is contained in:
Luc De Meyer
2018-08-17 17:28:24 +02:00
parent c56a8f963b
commit b2917d2c02

View File

@@ -3,7 +3,7 @@
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
from odoo import api, models
from odoo.addons.report_xlsx_helpers.report.abstract_report_xlsx \
from odoo.addons.report_xlsx_helper.report.abstract_report_xlsx \
import AbstractReportXlsx
_render = AbstractReportXlsx._render