how to disable browser language detection for odoo website ?
此问题已终结
1
回复
7292
查看
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
|
2462 | ||
|
|
3
4月 24
|
5886 | ||
|
|
0
1月 23
|
3767 | ||
|
|
0
3月 15
|
5162 | ||
|
|
1
5月 26
|
29850 |