Se rendre au contenu
Menu
Cette question a été signalée
1 Répondre
4577 Vues

how to disable browser language detection for odoo website ?

Avatar
Ignorer
Meilleure réponse

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
Ignorer
Publications associées Réponses Vues Activité
0
sept. 24
498
3
avr. 24
1835
0
janv. 23
1504
0
mars 15
3151
2
janv. 25
1010