Skip to Content
Menu
You need to be registered to interact with the community.
This question has been flagged
1 Odgovori
5039 Prikazi

how to disable browser language detection for odoo website ?

Avatar
Opusti
Best Answer

Multi-language management isn't odoo's most charming aspect.
For the posterity, in a shell, update your website object with the following commands:

$ self.env['website'].browse(1).write({'auto_redirect_lang': False})
$ self.env.cr.commit()

Avatar
Opusti
Related Posts Odgovori Prikazi Aktivnost
0
sep. 24
950
3
apr. 24
2705
0
jan. 23
2044
0
mar. 15
3578
2
jan. 25
1906