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