Odoo/developer

来自开放百科 - 灰狐
2017年7月14日 (五) 09:59Allen (讨论 | 贡献)的版本

跳转到: 导航, 搜索

odoo 开发者

目录

版本

安装

源码安装

pip install -r requirements.txt
pip install --upgrade setuptools
python setup.py install
python odoo-bin -w odoo -r odoo --db-filter=odoo$ // 安装设置好postgresql数据库,odoo为数据库名、用户名、密码
http://localhost:8069 // 初始化数据库并装入数据
admin/admin
http://localhost:8069/web/database/manager // 数据库维护

PyCharm

Module

创建一个Module

odoo-bin scaffold openacademy addons

Eclipse

Kubernetes

项目

图集

问题

出现类似问题 '/Users/huihoo/Library/Caches/pip/http' or its parent directory is not owned by the current user and the cache has been disabled.

sudo pip install pyparsing==2.1.10 --upgrade --ignore-installed six // 用–ignoring-installed * 选项来屏蔽已经安装过的模块。

Incompatible library version: etree.so requires version 12.0.0 or later, but libxml2.2.dylib provides version 10.0.0

pip install -U lxml

链接

分享您的观点
个人工具
名字空间

变换
操作
导航
工具箱