[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 e879cda87e
commit 7f6417aae2
6 changed files with 114 additions and 0 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()