From 21e65ae3c63b0ea09685f914fce07bd090f90fb5 Mon Sep 17 00:00:00 2001 From: Nicolas Lempereur Date: Tue, 28 Apr 2015 14:08:37 +0200 Subject: [PATCH] [FIX] website_blog: don't add background from backend Adding an image from the frontend use ir.attachment or pre-existing url and set the url in the blog.post's background_image field. This is not the same as a binary field which sets the data in the field. Since it's possible to do it in the frontend, there is no use of the field in the backend. This fix removes this field. closes #6497 issue #1305 opw-633725 --- addons/website_blog/views/website_blog_views.xml | 1 - 1 file changed, 1 deletion(-) diff --git a/addons/website_blog/views/website_blog_views.xml b/addons/website_blog/views/website_blog_views.xml index f00b8933bde..8b62adf6f6b 100644 --- a/addons/website_blog/views/website_blog_views.xml +++ b/addons/website_blog/views/website_blog_views.xml @@ -60,7 +60,6 @@ -