diff options
author | Jose Alonso Cardenas Marquez <acm@FreeBSD.org> | 2021-09-08 05:47:45 +0000 |
---|---|---|
committer | Jose Alonso Cardenas Marquez <acm@FreeBSD.org> | 2021-09-08 05:53:37 +0000 |
commit | 0ad819726bf327d58efc092d335cd2e39d891396 (patch) | |
tree | 5168f04f8bdbe8ea858b52291c074e26205dfab2 /finance | |
parent | 4ce96cd4265c9b3f6daf56835fdf6b85a3eb02f2 (diff) |
Diffstat (limited to 'finance')
-rw-r--r-- | finance/odoo/files/patch-odoo_addons_web_editor_models_ir_attachment.py | 11 |
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 - |