finance/odoo: Fix build

- Remove bad patch file
This commit is contained in:
Jose Alonso Cardenas Marquez 2021-09-08 00:47:45 -05:00
parent 4ce96cd426
commit 0ad819726b

View File

@ -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