aboutsummaryrefslogtreecommitdiff
path: root/finance/odoo/files/patch-odoo_addons_web_editor_models_ir_attachment.py
blob: e322d2daaae18dc7b1b994d54e56ae7e8c0a5306 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- odoo/addons/web_editor/models/ir_attachment.py	2021-09-04 18:48:12.921708000 -0500
+++ odoo/addons/web_editor/models/ir_attachment.py	2021-09-04 18:48:25.791645000 -0500
@@ -1,7 +1,7 @@
 # -*- coding: utf-8 -*-
 # Part of Odoo. See LICENSE file for full copyright and licensing details.
 
-from werkzeug.urls.urls import url_quote
+from werkzeug.urls import url_quote
 
 from odoo import api, models, fields, tools