how to disable browser language detection for odoo website ?
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
- CRM
- e-Commerce
- 회계
- 재고 관리
- PoS
- Project
- MRP
신고된 질문입니다
1
회신
5004
화면
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
|
938 | ||
|
3
4월 24
|
2662 | ||
|
0
1월 23
|
2010 | ||
|
0
3월 15
|
3542 | ||
|
2
1월 25
|
1871 |