[REL] Athene

This commit is contained in:
Jared Kipe
2022-01-17 09:20:06 -08:00
parent 04be666353
commit 3045c6d1fb
7 changed files with 155 additions and 1 deletions

5
odoo-run.py Executable file
View File

@@ -0,0 +1,5 @@
__import__('os').environ['TZ'] = 'UTC'
import odoo
if __name__ == "__main__":
odoo.cli.main()