ubuntu 18 安装odoo 17版本

发布时间 2023-12-15 17:26:52作者: 那时一个人

odoo源码:

https://github.com/odoo/odoo/
git clone https://github.com/odoo/odoo.git --branch=17.0 

python 安装避坑:
安装python 3.10.2 版本就好了, 不要想着装高版本, 我装3.12.x 会出现各种错误.看了下官方docker都是使用的python 3.10.2