Odoo12之win10中odoo12环境搭建
所需材料 1.python3.7 2.pycharm社区版及以上 3.postgresSQL10 下载链接:https://www.enterprisedb.com/thank-you-downloading-postgresql?anid=1257100 4.odoo12源码(请注意版本选择) github链接: https://github.com/odoo/odoo gitee链接: https://gitee.com/mirrors/odoo python和pycharm的安装不在此讲解,有需要的请自行百度。 postgresSQL安装 pg安装 postgresSQL的安装因为是.exe文件,所以一路点击next即可。 但我们要记住安装过程中设置的密码,后面要用到,这个密码是pg10超级管理员的密码,为了好记,我设置的密码全部都是root,图形如下: 一路点击next直到完成即可。 可能出现问题 在安装过程中,最后安装可能会出现警告信息如下: failed to load SQL moudules into the databases cluster 造成这个的原因是:Postgresql 没有安装完全。 解决这个问题,可以参考:https://blog.csdn.net/yuboo999/article/details/80460712 和 https://www