Skip to content

Commit

Permalink
[FIX] website_seo_redirection: Move menu location
Browse files Browse the repository at this point in the history
* Move main menu from tech settings to website admin
  • Loading branch information
lasley authored and pedrobaeza committed Aug 18, 2016
1 parent 9ef9794 commit 195fc12
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
3 changes: 1 addition & 2 deletions website_seo_redirection/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,7 @@ want a fixed and beautiful URL for it. That entry is posted in
``https://example.com/blog/our-news-1/post/amazing-post-23``, but you want it
at ``https://example.com/amazing``. You need to:

#. Enable Developer Mode
#. Go to *Settings > Technical > SEO Redirections > Create*.
#. Go to *Website Admin > SEO Redirections > Create*.
#. Set ``/blog/our-news-1/post/amazing-post-23`` as *Original URL*.
#. Set ``/amazing`` as *Redirected URL*.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@
id="website_seo_redirection_menu"
action="website_seo_redirection_action_open"
groups="base.group_website_designer"
parent="base.menu_custom"/>
parent="website.menu_website_configuration"
sequence="110"/>

</odoo>

0 comments on commit 195fc12

Please sign in to comment.