From 1bc328317a14ce0835b60f2f49ed39466d66c81f Mon Sep 17 00:00:00 2001 From: Jeremy Kersten Date: Sat, 30 May 2015 16:00:28 +0200 Subject: [PATCH] [FIX] website: display 'Show Sign In' option Commit 4ff1af4 moves the groups attributes on the ir ui view/template. So the option is no more available in customize menu if user is logged. No luck, because when your are not logged you don't have the menu. Groups on template are the best practice to hide the content of a view to a group of poeple, except in this case where a customize_show is set to True. Maybe that customize_show should ignore groups on ir ui view in a future version ? --- addons/website/views/website_templates.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/addons/website/views/website_templates.xml b/addons/website/views/website_templates.xml index 56c8b941e27..b2255ac50ea 100644 --- a/addons/website/views/website_templates.xml +++ b/addons/website/views/website_templates.xml @@ -235,10 +235,10 @@ -