Odoo18-Base/setup/odoo

9 lines
180 B
Plaintext
Raw Normal View History

2025-01-06 10:57:38 +07:00
#!/usr/bin/env python3
# set server timezone in UTC before time module imported
__import__('os').environ['TZ'] = 'UTC'
import odoo
if __name__ == "__main__":
odoo.cli.main()