[ADD] Hibou Athene, upstream builds, and runconfig for Odoo

This commit is contained in:
Jared Kipe
2021-12-09 19:08:41 -08:00
parent 71652ac6fe
commit 76dbca5474
5 changed files with 47 additions and 37 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()