跳至内容
菜单
此问题已终结
1 回复
5114 查看

how to disable browser language detection for odoo website ?

形象
丢弃
最佳答案

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
1014
3
4月 24
2815
0
1月 23
2123
0
3月 15
3634
2
1月 25
2014