how to disable browser language detection for odoo website ?
この質問にフラグが付けられました
1
返信
7282
ビュー
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
|
2455 | ||
|
|
3
4月 24
|
5869 | ||
|
|
0
1月 23
|
3755 | ||
|
|
0
3月 15
|
5124 | ||
|
|
1
5月 26
|
29804 |