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
- Knjigovodstvo
- Zaloga
- PoS
- Projekt
- MRP
This question has been flagged
1
Odgovori
6010
Prikazi
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!
Prijavi| Related Posts | Odgovori | Prikazi | Aktivnost | |
|---|---|---|---|---|
|
|
0
sep. 24
|
1566 | ||
|
|
3
apr. 24
|
4242 | ||
|
|
0
jan. 23
|
2920 | ||
|
|
0
mar. 15
|
4181 | ||
|
|
2
jan. 25
|
3639 |