Ubuntu下DEB方式安装ODOO 8.0
odoo在Ubuntu最简单最快速安装方式是deb方式,基本无需再去改数据库配置文件,全自动化了,odoo中文网推荐新手采用此方法 1 安装数据库:sudo apt-get install postgresql2.建立数据库帐号及密码:sudo su postgrescreateuser openerpShall the new role be a superuser? (y/n) ypsql template1alter role openerp wit...