欢迎大家赞助一杯啤酒🍺 我们准备了下酒菜:Formal mathematics/Isabelle/ML, Formal verification/Coq/ACL2, C++/F#/Lisp
Odoo/developer
来自开放百科 - 灰狐
odoo 开发者
目录 |
版本
- 使用odoo runbot比较odoo各个版本,包括企业版。
- Odoo Community Association runbot
安装
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
链接
分享您的观点