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