[14.0][FIX] base_report_to_printer: Import time from module

This commit is contained in:
Denis Roussel
2021-12-28 10:15:39 +01:00
parent af0f663caf
commit d7809c1a63

View File

@@ -4,7 +4,7 @@
# Copyright (C) 2011 Domsense srl (<http://www.domsense.com>)
# Copyright (C) 2013-2014 Camptocamp (<http://www.camptocamp.com>)
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl).
import time
from time import time
from odoo import _, api, exceptions, fields, models
from odoo.tools.safe_eval import safe_eval