Questions tagged [odoo]

Odoo (formerly OpenERP) is a suite of web-based business apps. Odoo is an all-in-one business software including CRM, website/e-commerce, billing, accounting, manufacturing, warehouse- and project management, and inventory.

Odoo (formerly OpenERP) is a suite of web-based business apps. Odoo is an all-in-one business software including CRM, website/e-commerce, billing, accounting, manufacturing, warehouse- and project management, and inventory.

Odoo offers two separate versions, the open source Odoo Community edition and the Odoo Enterprise edition. Odoo Community edition is actively maintained and regularly updated.

30 questions
2
votes
2 answers

How do I install Odoo All-in-one (ERP, CRM) management software

I installed Odoo with the help of http://www.gotodoo.com. After the installation of Odoo 9.5 in Ubuntu 16.04, while running localhost:8069 in the browser it returns: 500 Internal server error The server encountered an internal error and was unable…
2
votes
1 answer

Installing odoo app on Ubuntu 17.04

I have just installed Ubuntu 17.04 and am trying to install odoo 8.0 but am getting this error: $ apt-get install odoo Reading package lists... Done Building dependency tree Reading state information... Done Some packages could not be…
2
votes
1 answer

New Odoo installation

I installed Odoo in localhost and after running this command: ./odoo-bin -c odoo-server.conf and go to Chrome and say localhost:8012 . Results: Internal Server Error The server encountered an internal error and was unable to complete your request.…
2
votes
1 answer

Programs affected by python version update coming with new ubuntu distribution

We were running odoo 9 under ubuntu 16.04 with no problem. We decided to move recently to ubuntu 18.04 but when installing odoo 9 under such ubuntu version We are running into lots of trouble. Reason behind seems to be that python version for ubuntu…
Inigo
  • 21
1
vote
1 answer

While Installing Odoo v9 in Ubuntu 16.04 'E: Sub-process /usr/bin/dpkg returned an error code (2)'

While installing Odoo v9 in Ubuntu 16.04 I got this error: E: Sub-process /usr/bin/dpkg returned an error code (2) This is not the first time. I got the same error a while ago, I tried this solution: 'How can I fix E: Sub-process /usr/bin/dpkg…
1
vote
2 answers

error in odoo on ubuntu 16.04

after running odoo server and trying to go to localhost:8069 I got error in webpage saying "TypeError: CleanCSS is not a function". I am running Odoo 9 on Ubuntu 16.04
Mohamed Yousof
  • 141
  • 1
  • 6
1
vote
0 answers

How to install odoo v12 in Ubuntu 22.04?

I am trying to install odoo v12 in Ubuntu 22.04 using venv with python3.6. This is what I have done so far. I installed python3.6 using the following tutorial. [How to install python3.6 on Ubuntu 22.04][1] [1]:…
1
vote
1 answer

chown: cannot access '/var/lib/odoo': No such file or directory

I want to install odoo 14 on ubuntu 20.04.2, everytime I want to install odoo's dependencies this error comes up: chown: cannot access '/var/lib/odoo': No such file or directory dpkg: error processing package odoo (--configure): installed…
Majed
  • 11
1
vote
0 answers

To "sudo" or "not to sudo" or may just "pip3"?

Trying to 'understand' the installation of odoo12 on Ubuntu 18.04 (Reasons ... moving up from odoo11/16.04, openupgrade 12-13 not quite their, 20.04 comes with python 3.8) So many tutorials, so many pitfalls, they are all different, they all have…
Floggedhorse
  • 131
  • 5
1
vote
1 answer

How to switch user (su) to the odoo account? (This account is currently not available error.)

How do I su to the odoo account? nicholas@mordor:~$ nicholas@mordor:~$ sudo su odoo - This account is currently not available. nicholas@mordor:~$ nicholas@mordor:~$ awk -F: '{ print $1 }' /etc/passwd | grep odoo odoo nicholas@mordor:~$…
1
vote
1 answer

Odoo start error: psycopg2.OperationalError: FATAL: role "foo" does not exist

After installing odoo from apt I cannot seem to get to a welcome page: Starting odoo: nicholas@mordor:~$ nicholas@mordor:~$ odoo --xmlrpc-port=8000 2021-05-01 04:32:16,518 81810 INFO ? odoo: Odoo version 14.0-20210430 2021-05-01 04:32:16,519 81810…
1
vote
4 answers

install odoo 12 on ubuntu 18.04 - module not founderror : no module named 'babel'

I've created a new virtual machine with Ubuntu 18.04 and trying to install Odoo 12 from this link, but I'm facing error: ModuleNotFoundError: No module named 'babel'
1
vote
0 answers

installing psycopg2 using pip3 on ubuntu server gives error

I am trying to setup odoo on my ubuntu server. I tried to install the dependencies using pip3 install -r requirements.txt where requirements.txt has the package-name of all dependencies. The installation process stops with the following error…
p.ry
  • 111
  • 4
1
vote
1 answer

Why does changing a init.d service start script makes no difference? The /etc/init.d/ script has a stale ExecStart

No matter what value I set in the line DAEMON=/home/odoo/odoo/odoo-bin it always runs the old process in ExecStart. In other words, my changes aren't applied. I am running sudo nano /etc/init.d/odoo and then sudo service odoo start and it never…
Jonathan
  • 3,984
0
votes
2 answers

How to Install Odoo 9 on ubuntu 16.04

I'm using ubuntu 16.04 and I wanna use odoo 9. can you guys tell me how or maybe recommend a good tutorial? if it's possible include the python installation too. thanks
1
2