note: This is an issue with the package mentioned above, not pip. hint: See above for details.

## 开发者安装教程

1. 创建 `odoo16` 版本的根路径
2. 在根路径 git clone odoo 源代码

git clone https://github.com/odoo/odoo.git --depth 1 --branch 16.0 --single-branch src


3. 安装 `Odoo` 需要的依赖

cd src
pip install -r requirements.txt -i https://pypi.doubanio.com/simple   


4. Visual Studio Code 开发 Odoo 配置,[参考链接](https://my.oschina.net/u/138005/blog/1571371)
5. PyCharm 开发 Odoo 配置,待补充

## 各种报错(deepin20.8环境):
1. ModuleNotFoundError: No module named 'psycopg2' ,请先安装:

pip install psycopg2-binary

2. note: This is an issue with the package mentioned above, not pip. hint: See above for details.

   以上两个问题出现的原因是,python版本问题,安装python3.9即可,[参考链接](https://mp.csdn.net/mp_blog/creation/success/128248081)
 

note: This is an issue with the package mentioned above, not pip. hint: See above for details._第1张图片

 

## 使用声明

1. 本项目暂供学习交流使用,在 `未声明不得用于商业用途前` 可以商用。

你可能感兴趣的:(Odoo,GoodERP交付,issue,pip,python)