From b2917d2c02789669ef616b0beb287ed5615d8c97 Mon Sep 17 00:00:00 2001 From: Luc De Meyer Date: Fri, 17 Aug 2018 17:28:24 +0200 Subject: [PATCH] bugfix --- account_asset_management_xls/models/account_asset.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/account_asset_management_xls/models/account_asset.py b/account_asset_management_xls/models/account_asset.py index 6a8597b9b..10ccbe20e 100644 --- a/account_asset_management_xls/models/account_asset.py +++ b/account_asset_management_xls/models/account_asset.py @@ -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