I am using Odoo v8 website builder on an Ubuntu 14.04 clean install. I need to be able to redirect website page links and do not see any way to do it with a .htaccess file or anything within Odoo website builder to change web page URLs. Does anyone know of another approach to solving this? It is important for SEO to be able to name or redirect pages from another website once it is moved to an Odoo installation.
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
- إدارة علاقات العملاء
- e-Commerce
- المحاسبة
- المخزون
- PoS
- Project
- MRP
لقد تم الإبلاغ عن هذا السؤال
You would need to create new controller that will return a redirection. To create a controller, you need to create class that inherits http.Controller and your redirection method should be decorated with @http.route
@http.route(['/mypage'], type='http', auth="public", website=True)
def redirect(self):
return werkzeug.utils.redirect("/myNewPage",301)
You can see the blog module from odoo v8 for more examples on the use of redirection.
هل أعجبك النقاش؟ لا تكن مستمعاً فقط. شاركنا!
أنشئ حساباً اليوم لتستمتع بالخصائص الحصرية، وتفاعل مع مجتمعنا الرائع!
تسجيلالمنشورات ذات الصلة | الردود | أدوات العرض | النشاط | |
---|---|---|---|---|
|
1
مارس 15
|
11857 | ||
Company logo in website builder
تم الحل
|
|
4
يوليو 16
|
2191 | |
|
13
نوفمبر 15
|
16484 | ||
|
1
سبتمبر 15
|
4818 | ||
|
2
مارس 15
|
8991 |