summaryrefslogtreecommitdiff
path: root/finance
diff options
context:
space:
mode:
authorJose Alonso Cardenas Marquez <acm@FreeBSD.org>2021-09-08 00:47:45 -0500
committerJose Alonso Cardenas Marquez <acm@FreeBSD.org>2021-09-08 00:53:37 -0500
commit0ad819726bf327d58efc092d335cd2e39d891396 (patch)
tree5168f04f8bdbe8ea858b52291c074e26205dfab2 /finance
parentlang/gcc9-devel: Update to the 20210902 snapshot of GCC 9.4.1 (diff)
finance/odoo: Fix build
- Remove bad patch file
Diffstat (limited to 'finance')
-rw-r--r--finance/odoo/files/patch-odoo_addons_web_editor_models_ir_attachment.py11
1 files changed, 0 insertions, 11 deletions
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
-