Skip to Content
मेन्यू
This question has been flagged
1 Reply
5596 Views

how to disable browser language detection for odoo website ?

Avatar
Discard
Best Answer

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()

Avatar
Discard
Related Posts Replies Views Activity
0
सित॰ 24
1322
3
अप्रैल 24
3581
0
जन॰ 23
2604
0
मार्च 15
3948
2
जन॰ 25
2866