From bf8877e4858056eaee52d788d5eef861a7ed4c03 Mon Sep 17 00:00:00 2001 From: Denis Ledoux Date: Fri, 22 May 2015 10:12:40 +0200 Subject: [PATCH] [FIX] website: allow create/write/unlink for any views for group_system A user (other than the admin) part of the group 'Manage QWeb views' and the group 'Administration Settings' couldn't edit any other view than QWeb views. opw-640376 --- addons/website/security/ir_ui_view.xml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/addons/website/security/ir_ui_view.xml b/addons/website/security/ir_ui_view.xml index 0745028b7d9..c7ea907b780 100644 --- a/addons/website/security/ir_ui_view.xml +++ b/addons/website/security/ir_ui_view.xml @@ -21,5 +21,15 @@ + + Administration Settings: Manage all views + + [(1, '=', 1)] + + + + + + \ No newline at end of file