Comments on How to install Odoo ERP Software on Ubuntu 15.04

Odoo is an OpenSource enterprise resource planning and customer relationship software that can help you to organize and grow your business. Odoo was formerly named openERP and therefor TinyERP. There are many apps available to extend Odoo, for example: billing, accounting, manufacturing, purchasing, warehouse management, and project management.

9 Comment(s)

Add comment

Please register in our forum first to comment.

Comments

By: Alex

There are many mistakes in this tutorial:

1. you need to write "sudo su" to become root and execute many of your commands (notice that you didn't write sudo in many of them)

2. Installation from repository creates the user, so your step 2 is not necessary. And if you install from git, the step 2 is wrong: the directory in "-home=/opt/odoo" have to be the same that the one in "mkdir -p /var/lib/odoo"

3. Installation from repository resolves dependencies, so your step 4 is not necessary.

By: Alex

Even your step 3 is not necessary when installing from repositories. Don't need step 2, 3 and 4. All you have to do is:

   sudo su   wget -O - https://nightly.odoo.com/odoo.key | apt-key add -   echo "deb http://nightly.odoo.com/8.0/nightly/deb/ ./" >> /etc/apt/sources.list   apt-get update   apt-get install odoo

 

By: CokoTracy

Yes Alex, you are right, why so many command when 3 of them can conclude the Job.. better to understand things before post because saying  "mkdir -p /var/lib/odoo" while said before " the directory in "-home=/opt/odoo" " it confuses.

while being "root". 4 commands will do business.

# wget -O - https://nightly.odoo.com/odoo.key | apt-key add -

# echo "deb http://nightly.odoo.com/8.0/nightly/deb/ ./" >> /etc/apt/sources.list

# apt-get update

# apt-get install odoo

Done !

 it and then browse : http://localhost:8069   , you get

By: ese986

Well CokoTracy, I just tried your 4 steps procedure, and guess what it didn't work...

 

I don't care if a procedure contains unnecessary, superfluous and even slightly wrong steps as long as the end result is something that works in any case.

 

By: PD

Guys I have ubuntu 15.10 is the installation any different?

By: afp

I followed all your steps and ended up with this error: Sub-process /usr/bin/dpkg returned an error code (1) dpkg: error processing package odoo (--configure)

By: valerie

So when i do the sudo apt-get install odoo it doesnt seem to be working on me there it is

[email protected] // :~$ sudo apt-get  install odooReading package lists... DoneBuilding dependency tree       Reading state information... DonePackage odoo is not available, but is referred to by another package.This may mean that the package is missing, has been obsoleted, oris only available from another sourceE: Package 'odoo' has no installation candidate

By: Kishore

Hi, where is the project repository located?

By: amir

hi

in step 3 , when in try to run su - postgres ,it wants password , i don't knowe the password