This question has been flagged
3 Replies
5883 Views

Hi,

Is there a way to add or translate Odoo content page URLs (not Blog, Jobs, events) on a multi-language website?

We have a multi-language website with 3 different language (English, German, French) So for English page URL is like this.

/page/corporate-development

Default Odoo it would be like this when we access German and French.

/de_DE/page/corporate-development

/fr_FR/page/corporate-development

What we are looking for actually one like this where we can add/translate page URL.

Ex:

/de_DE/german-name-for-page/unternehmensentwicklung

/de_DE/french-name-for-page/developpement-de-lentreprise

I cannot find out how to do this with Odoo (9 Enterprise).Do we have an module for this?

We have tried to pretend this with SEO redirection module but not really success.

If anyone can help or give a solution would be great.

Thanks

Avatar
Discard

hi, did you find any solution to this?

For those who are still searching for the solution: https://apps.odoo.com/apps/modules/13.0/website_url_translations/

Best Answer

Hello,

You can use this module

https://github.com/OCA/website/tree/10.0/website_seo_redirection

or

You have to create custom module which get urls , translate it and redirect it.
Avatar
Discard