mirror of
https://github.com/bringout/oca-ocb-core.git
synced 2026-04-22 05:32:04 +02:00
Initial commit: Core packages
This commit is contained in:
commit
12c29a983b
9512 changed files with 8379910 additions and 0 deletions
8
odoo-bringout-oca-ocb-base/odoo-bin
Executable file
8
odoo-bringout-oca-ocb-base/odoo-bin
Executable file
|
|
@ -0,0 +1,8 @@
|
|||
#!/usr/bin/env python3
|
||||
|
||||
# set server timezone in UTC before time module imported
|
||||
__import__('os').environ['TZ'] = 'UTC'
|
||||
import odoo
|
||||
|
||||
if __name__ == "__main__":
|
||||
odoo.cli.main()
|
||||
Loading…
Add table
Add a link
Reference in a new issue