Skip to Content
Menu
You need to be registered to interact with the community.
This question has been flagged
1 Odgovori
4900 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
833
3
apr. 24
2479
0
jan. 23
1961
0
mar. 15
3447
2
jan. 25
1744