This commit is contained in:
cerenX9
2026-07-21 17:17:25 +03:00
parent f497805d08
commit 03b97ca431
31 changed files with 16371 additions and 708 deletions

3
set_turkish_users.py Normal file
View File

@@ -0,0 +1,3 @@
env['res.users'].search([]).write({'lang': 'tr_TR'})
env.cr.commit()
print("All users updated to Turkish!")