[REL] Athene

This commit is contained in:
Jared Kipe
2022-01-17 09:20:06 -08:00
parent 37fd210fd5
commit 00f02cc0ee
7 changed files with 155 additions and 3 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()