Wednesday, March 5, 2025
1 change · master
Features or functions removed from Odoo
This change removes an old internal mapping used to translate locale names for Windows systems. Modern Windows locale support now handles these names directly, reducing maintenance overhead without expected user-facing impact.
Original PR description
Back in the days the locale package on Windows systems did not support POSIX locale names. Because of that we had a mapping from POSIX locale names to WIN32 locale names for some of them. However, the list was far from complete and it seems like current versions do support POSIX local names. We are removing the mapping here. [task-4497351](https://www.odoo.com/odoo/project.task/4497351)