mirror of
https://gitlab.com/hibou-io/hibou-odoo/suite.git
synced 2025-01-20 12:37:31 +02:00
6 lines
99 B
Python
Executable File
6 lines
99 B
Python
Executable File
__import__('os').environ['TZ'] = 'UTC'
|
|
import odoo
|
|
|
|
if __name__ == "__main__":
|
|
odoo.cli.main()
|