Files
mymach_fleet_intelligence/set_turkish_users.py
cerenX9 03b97ca431 21.07v
2026-07-21 17:17:25 +03:00

4 lines
108 B
Python

env['res.users'].search([]).write({'lang': 'tr_TR'})
env.cr.commit()
print("All users updated to Turkish!")