Odoo/developer

来自开放百科 - 灰狐
(版本间的差异)
跳转到: 导航, 搜索
(链接)
(PyCharm)
第16行: 第16行:
 
==PyCharm==
 
==PyCharm==
 
*[https://github.com/mohamedmagdy/odoo-pycharm-templates Odoo PyCharm Templates]
 
*[https://github.com/mohamedmagdy/odoo-pycharm-templates Odoo PyCharm Templates]
 +
 +
==Module==
 +
创建一个[http://www.odoo.com/documentation/10.0/howtos/backend.html Module]
 +
odoo-bin scaffold openacademy addons
  
 
==Eclipse==
 
==Eclipse==

2017年7月12日 (三) 13:15的版本

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

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

链接

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

变换
操作
导航
工具箱