Skip to Content
Menu
Musisz się zarejestrować, aby móc wchodzić w interakcje z tą społecznością.
To pytanie dostało ostrzeżenie
1 Odpowiedz
5313 Widoki

how to disable browser language detection for odoo website ?

Awatar
Odrzuć
Najlepsza odpowiedź

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()

Awatar
Odrzuć
Powiązane posty Odpowiedzi Widoki Czynność
0
wrz 24
1149
3
kwi 24
3150
0
sty 23
2335
0
mar 15
3765
2
sty 25
2340