odoo / docker

Other
931 stars 1.51k forks source link

How to use non-default locales? #411

Open mrcroc opened 2 years ago

mrcroc commented 2 years ago

Inside a container running the official odoo image locale -a reports only C, C.UTF-8, POSIX; and since its USER is odoo (i.e. whoami reports odoo, not root) one apparently cannot add additional locales with normal Debian means such as locale-gen.

Does the odoo image support other locales than English, and if so how?