博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
linuxmint 15/ ubuntu 13.04 install OpenERP client 6.0.4
阅读量:5288 次
发布时间:2019-06-14

本文共 963 字,大约阅读时间需要 3 分钟。

As we all know OpenERP is a great open-source ERP/CRM project.

It does help people a lot when working in such a modern society. 

 

For those people who like to use free opensource software OpenERP is a good option.

linuxmint 15 is a destro which is based on ubuntu 13.04 and has more futures. linuxmint 16 has not been published yet, as the ubuntu 13.10 has been revealed . We believe it will show up soon. :)

 

OpenERP is developed in Python.

for the stable one, http://nightly.openerp.com/#debian (go here to download latest ones or old-stable ones)

It is recommended that you download stables ones. Most of people are using this one while the last ones have more features.

I chose the

"

"

and downloaded 

"

 

"

tar -xzvf openerp-client* cd openerp-client*version-of-it* sudo apt-get install python-dev zlib1g-dev libxslt1-dev libxml2 python-pip sudo python setup.py install

then open it up

using 

"

openerp-client

"

 

转载于:https://www.cnblogs.com/spaceship9/p/3368182.html

你可能感兴趣的文章
MySql 修改中文乱码/ 表名不区分大小写
查看>>
C#代码怎样在Windows窗体中显示从数据库读出的图片
查看>>
effective c++ 7: Declare destructors virtual in polymorphic base classes
查看>>
ActionBar
查看>>
Ajax上传文件到C#Action中
查看>>
实现android上解析Json格式数据功能
查看>>
最短路算法--模板
查看>>
利用树莓派3搭建可以发射无线局域网的微型服务器
查看>>
Linux查看系统的基本信息
查看>>
eclipse jsp 文字设置
查看>>
Android--多线程之AsyncTask
查看>>
cxdbImage以及图像显示
查看>>
36、UI contrast and settings
查看>>
HDU 2070 Fibbonacci Number
查看>>
骰子作业
查看>>
C++虚函数与纯虚函数用法与区别(转)
查看>>
jq中的substring(x)和substring(x,y) 字符截取用法
查看>>
BNUOJ-22868-Movie collection(树状数组)
查看>>
C# POST与Get数据
查看>>
扩展django的User的部分方法
查看>>