Initial 18.0

This commit is contained in:
Jared Kipe
2024-10-06 06:37:30 -06:00
parent 6040b8490e
commit 4e60f0b990
13 changed files with 662 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()