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
返信
4586
ビュー
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
|
504 | ||
|
3
4月 24
|
1840 | ||
|
0
1月 23
|
1505 | ||
|
0
3月 15
|
3153 | ||
|
2
1月 25
|
1012 |