From 9ef97940a0af4cb1c3cf885140aba7391a182533 Mon Sep 17 00:00:00 2001 From: Dave Lasley Date: Thu, 30 Jun 2016 11:50:39 -0700 Subject: [PATCH] [MIG] website_seo_redirection: Upgrade to v9 * Move menu to Technical settings, adjust ReadMe to compensate * Upgrade JS api * Switch openerp & data tags for odoo tags * Raise version --- website_seo_redirection/README.rst | 6 ++++-- website_seo_redirection/__openerp__.py | 4 ++-- .../demo/website_seo_redirection_demo.xml | 6 ++---- .../static/src/js/website_seo_redirection.tour.js | 11 +++++++---- website_seo_redirection/views/assets.xml | 6 ++---- .../views/website_seo_redirection_view.xml | 8 +++----- 6 files changed, 20 insertions(+), 21 deletions(-) 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 @@ - - +