Ir al contenido
Menú
Se marcó esta pregunta
3 Respuestas
872 Vistas

How install odoo 18 in Desktop

Avatar
Descartar
Mejor respuesta

Install Odoo 18 on Desktop (Ubuntu/Linux)

Requirements:
  • Ubuntu 20.04+ (or Debian)
  • Python 3.10+
  • PostgreSQL 14+
  • Git
  • Node.js & npm
  • wkhtmltopdf (for PDF reports)
1. Update and install dependencies:
sudo apt update && sudo apt upgrade -y
sudo apt install git python3-pip build-essential wget python3-dev libpq-dev \
  libxml2-dev libxslt1-dev zlib1g-dev libsasl2-dev libldap2-dev \
  libjpeg-dev libpq-dev libffi-dev libtiff5-dev libopenjp2-7 \
  liblcms2-dev libwebp-dev libharfbuzz-dev libfribidi-dev \
  libxcb1-dev libpq-dev libssl-dev curl -y
2. Install PostgreSQL
sudo apt install postgresql -y
sudo -u postgres createuser -s $USER
3. Install Python 3.10+ and pip packages
sudo apt install python3.10 python3.10-venv python3.10-dev -y
sudo apt install python3-pip -y
4. Install wkhtmltopdf (for PDF support)
sudo apt install wkhtmltopdf -y
5. Clone Odoo 18 (dev version)
git clone https://www.github.com/odoo/odoo --depth 1 --branch master odoo18
cd odoo18
6. Install Python dependencies
pip3 install -r requirements.txt
7. Run Odoo
./odoo-bin -d odoo18db -r yourusername --addons-path=addons --dev=all

You should now be able to access Odoo at:

http://localhost:8069

Installing Odoo 18 on Windows (Not Recommended for Dev)

You can do it using WSL (Windows Subsystem for Linux):

  1. Install WSL2 (Ubuntu 20.04)
  2. Follow the Linux steps above
  3. Access via browser on Windows: http://localhost:8069
Want Help with Auto-Script or Docker Setup?

I can give you a ready-to-go installation script or Docker Compose file to spin up Odoo 18 easily.

Bonus Tip

If you're doing this for testing or development, it's better to try Odoo 17 stable now and switch later to 18 when it releases (likely Oct 2025).

Need help setting up this on a VM or configuring it with Nginx, custom addons, etc.?

💬 Just ask or get pro help from: 👉 RASARD Teknoloji – Official Odoo Partner

📱 Join Odoo WhatsApp Community

Would you like a bash script to automate this setup?

Avatar
Descartar
Mejor respuesta

Hi,

You can install Odoo 18 on your desktop in either Windows or Ubuntu.

To install in Ubuntu, you can follow the blog :

https://www.cybrosys.com/blog/how-to-install-odoo-18-on-ubuntu-24-04-lts-server

To install on Windows, you can use the following blog:

https://www.cybrosys.com/blog/how-to-install-odoo-17-in-windows


Hope it helps

Avatar
Descartar
Mejor respuesta

You can use the below link

https://www.odoo.com/page/download

Fill in the form, choose your Operating system and version of Odoo and click on Download

Avatar
Descartar
Publicaciones relacionadas Respuestas Vistas Actividad
4
abr 25
1306
0
nov 24
543
0
nov 22
1184