diff --git a/finance/odoo/files/patch-odoo_addons_web_editor_models_ir_attachment.py b/finance/odoo/files/patch-odoo_addons_web_editor_models_ir_attachment.py deleted file mode 100644 index e322d2daaae1..000000000000 --- a/finance/odoo/files/patch-odoo_addons_web_editor_models_ir_attachment.py +++ /dev/null @@ -1,11 +0,0 @@ ---- 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 -