how to disable browser language detection for odoo website ?
此問題已被標幟
1
回覆
7313
瀏覽次數
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()
| 相關帖文 | 回覆 | 瀏覽次數 | 活動 | |
|---|---|---|---|---|
|
|
0
9月 24
|
2490 | ||
|
|
3
4月 24
|
5912 | ||
|
|
0
1月 23
|
3786 | ||
|
|
0
3月 15
|
5179 | ||
|
|
1
5月 26
|
29862 |