diff --git a/website_seo_redirection/README.rst b/website_seo_redirection/README.rst index 9824b871dd..602be10bb3 100644 --- a/website_seo_redirection/README.rst +++ b/website_seo_redirection/README.rst @@ -17,7 +17,8 @@ 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: -#. Go to *Settings > Configuration > SEO Redirections > Create*. +#. Enable Developer Mode +#. Go to *Settings > Technical > SEO Redirections > Create*. #. Set ``/blog/our-news-1/post/amazing-post-23`` as *Original URL*. #. Set ``/amazing`` as *Redirected URL*. @@ -26,7 +27,7 @@ the URL you wanted. .. image:: https://odoo-community.org/website/image/ir.attachment/5784_f2813bd/datas :alt: Try me on Runbot - :target: https://runbot.odoo-community.org/runbot/186/8.0 + :target: https://runbot.odoo-community.org/runbot/186/9.0 Known issues / Roadmap ====================== @@ -56,6 +57,7 @@ Contributors ------------ * Jairo Llopis +* Dave Lasley Maintainer ---------- diff --git a/website_seo_redirection/__openerp__.py b/website_seo_redirection/__openerp__.py index e6a5cd200a..b7dab49c1a 100644 --- a/website_seo_redirection/__openerp__.py +++ b/website_seo_redirection/__openerp__.py @@ -4,10 +4,10 @@ { "name": "Website SEO Redirection", "summary": "Redirect any controller to the URL of your dreams", - "version": "8.0.1.0.0", + "version": "9.0.1.0.0", "category": "Website", "website": "https://tecnativa.com/", - "author": "Tecnativa, Odoo Community Association (OCA)", + "author": "Tecnativa, LasLabs, Odoo Community Association (OCA)", "license": "LGPL-3", "application": False, "installable": True, diff --git a/website_seo_redirection/demo/website_seo_redirection_demo.xml b/website_seo_redirection/demo/website_seo_redirection_demo.xml index c73cc2cf73..b50c9e96d4 100644 --- a/website_seo_redirection/demo/website_seo_redirection_demo.xml +++ b/website_seo_redirection/demo/website_seo_redirection_demo.xml @@ -2,8 +2,7 @@ - - +