-
Book Overview & Buying
-
Table Of Contents
-
Feedback & Rating

Odoo 14 Development Cookbook
By :

When you move to the Odoo website from an existing system or website, you must redirect your old URLs to new URLs. With proper redirection, all of your SEO rankings will be moved to new pages. In this recipe, we will see how to redirect old URLs to new URLs in Odoo.
For this recipe, we will be using the my_library
module from the previous recipe. For this recipe, we are assuming that you used to have an website and have just moved to Odoo.
Imagine that, in your old website, books were listed at the /library
URL, and as you know, the my_library
module lists books on the /books
URL as well. So, now we will add a redirection rule in Odoo that will redirect your old /library
URL to the new /books
URL. Perform the following steps to add the redirection rule: