flectra/setup/flectra
2018-01-16 02:34:37 -08:00

9 lines
180 B
Python

#!/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()