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:
- 客戶關係
- e-Commerce
- 會計
- 庫存
- PoS
- Project
- MRP
此問題已被標幟
1
回覆
5111
瀏覽次數
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
|
1013 | ||
|
3
4月 24
|
2813 | ||
|
0
1月 23
|
2122 | ||
|
0
3月 15
|
3634 | ||
|
2
1月 25
|
2013 |