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
5195 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
1079
3
kwi 24
2910
0
sty 23
2177
0
mar 15
3686
2
sty 25
2095