From 7f6c669530ed7f9935de6516fadb7283ac00a9e4 Mon Sep 17 00:00:00 2001 From: Jeremy Kersten Date: Fri, 5 Aug 2016 11:59:31 +0200 Subject: [PATCH] [FIX] website: /website/info use website.info xmlid When a user try to create a new page info, he is redirected to the /page/info because the xmlid already exists... The problem is that this view need to be rendered via the controller /website/info which gives some extra values (version, ...) The fix for v8 is to redirect /page/info to /website/info. In V9, the behavior is changed and one page info-1 will be created. But this fix is also required for direct access to /page/info. To do in master: maybe use another xml_id that this basic name 'info'? This commit fix issue #8022 --- addons/website/views/website_templates.xml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/addons/website/views/website_templates.xml b/addons/website/views/website_templates.xml index 5c71266af9d..f686e785dd6 100644 --- a/addons/website/views/website_templates.xml +++ b/addons/website/views/website_templates.xml @@ -459,6 +459,10 @@
+ + + +

Odoo Version

@@ -506,8 +510,7 @@
- - +