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
回复
4576
查看
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
|
498 | ||
|
3
4月 24
|
1835 | ||
|
0
1月 23
|
1504 | ||
|
0
3月 15
|
3151 | ||
|
2
1月 25
|
1010 |