mirror of
https://github.com/OCA/reporting-engine.git
synced 2025-02-16 16:30:38 +02:00
[MIG] Use safe_eval wrapped time module. Fix deprecation warnings.
Co-authored-by: Alexis de Lattre <alexis.delattre@akretion.com>
This commit is contained in:
@@ -3,7 +3,8 @@
|
||||
import json
|
||||
import mimetypes
|
||||
|
||||
from werkzeug import exceptions, url_decode
|
||||
from werkzeug import exceptions
|
||||
from werkzeug.urls import url_decode
|
||||
|
||||
from odoo.http import request, route
|
||||
from odoo.tools import html_escape
|
||||
|
||||
Reference in New Issue
Block a user