how to disable browser language detection for odoo website ?
신고된 질문입니다
1
회신
7299
화면
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
|
2465 | ||
|
|
3
4월 24
|
5895 | ||
|
|
0
1월 23
|
3771 | ||
|
|
0
3월 15
|
5164 | ||
|
|
1
5월 26
|
29855 |