1 Star 0 Fork 21

hyacinyh / learning_odoo12

forked from 边境 / learning_odoo12 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
odoo-bin 180 Bytes
一键复制 编辑 原始数据 按行查看 历史
bianjing 提交于 2020-12-14 14:51 . 源码提交
#!/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()
Python
1
https://gitee.com/y8y/learning_odoo12.git
git@gitee.com:y8y/learning_odoo12.git
y8y
learning_odoo12
learning_odoo12
master

搜索帮助