how to disable browser language detection for odoo website ?
This question has been flagged
1
Reply
7254
Views
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()
Enjoying the discussion? Don't just read, join in!
Create an account today to enjoy exclusive features and engage with our awesome community!
Sign up| Related Posts | Replies | Views | Activity | |
|---|---|---|---|---|
|
|
0
Sep 24
|
2427 | ||
|
|
3
Apr 24
|
5829 | ||
|
|
0
Jan 23
|
3727 | ||
|
|
0
Mar 15
|
5094 | ||
|
|
1
May 26
|
29777 |