Skip to Content
Odoo Menu
  • Prihlásiť sa
  • Vyskúšajte zadarmo
  • Aplikácie
    Financie
    • Účtovníctvo
    • Fakturácia
    • Výdavky
    • Tabuľka (BI)
    • Dokumenty
    • Podpis
    Predaj
    • CRM
    • Predaj
    • POS Shop
    • POS Restaurant
    • Manažment odberu
    • Požičovňa
    Webstránky
    • Tvorca webstránok
    • eShop
    • Blog
    • Fórum
    • Živý chat
    • eLearning
    Supply Chain
    • Sklad
    • Výroba
    • Správa životného cyklu produktu
    • Nákup
    • Údržba
    • Manažment kvality
    Ľudské zdroje
    • Zamestnanci
    • Nábor zamestnancov
    • Voľné dni
    • Hodnotenia
    • Odporúčania
    • Vozový park
    Marketing
    • Marketing sociálnych sietí
    • Email marketing
    • SMS marketing
    • Eventy
    • Marketingová automatizácia
    • Prieskumy
    Služby
    • Projektové riadenie
    • Pracovné výkazy
    • Práca v teréne
    • Helpdesk
    • Plánovanie
    • Schôdzky
    Produktivita
    • Tímová komunikácia
    • Schvalovania
    • IoT
    • VoIP
    • Znalosti
    • WhatsApp
    Third party apps Odoo Studio Odoo Cloud Platform
  • Priemyselné odvetvia
    Retail
    • Book Store
    • Clothing Store
    • Furniture Store
    • Grocery Store
    • Hardware Store
    • Toy Store
    Food & Hospitality
    • Bar and Pub
    • Reštaurácia
    • Fast Food
    • Guest House
    • Beverage distributor
    • Hotel
    Reality
    • Real Estate Agency
    • Architecture Firm
    • Konštrukcia
    • Estate Managament
    • Gardening
    • Property Owner Association
    Poradenstvo
    • Accounting Firm
    • Odoo Partner
    • Marketing Agency
    • Law firm
    • Talent Acquisition
    • Audit & Certification
    Výroba
    • Textile
    • Metal
    • Furnitures
    • Jedlo
    • Brewery
    • Corporate Gifts
    Health & Fitness
    • Sports Club
    • Eyewear Store
    • Fitness Center
    • Wellness Practitioners
    • Pharmacy
    • Hair Salon
    Trades
    • Handyman
    • IT Hardware and Support
    • Solar Energy Systems
    • Shoe Maker
    • Cleaning Services
    • HVAC Services
    Iní
    • Nonprofit Organization
    • Environmental Agency
    • Billboard Rental
    • Photography
    • Bike Leasing
    • Software Reseller
    Browse all Industries
  • Komunita
    Vzdelávanie
    • Tutoriály
    • Dokumentácia
    • Certifikácie
    • Školenie
    • Blog
    • Podcast
    Empower Education
    • Vzdelávací program
    • Scale Up! Business Game
    • Visit Odoo
    Softvér
    • Stiahnuť
    • Porovnanie Community a Enterprise vierzie
    • Releases
    Spolupráca
    • Github
    • Fórum
    • Eventy
    • Preklady
    • Staň sa partnerom
    • Services for Partners
    • Register your Accounting Firm
    Služby
    • Nájdite partnera
    • Nájdite účtovníka
    • Meet an advisor
    • Implementation Services
    • Zákaznícke referencie
    • Podpora
    • Upgrades
    ​Github Youtube Twitter Linkedin Instagram Facebook Spotify
    +1 (650) 691-3277
    Získajte demo
  • Cenník
  • Pomoc

Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:

  • CRM
  • e-Commerce
  • Účtovníctvo
  • Sklady
  • PoS
  • Projektové riadenie
  • MRP
All apps
You need to be registered to interact with the community.
All Posts People Badges
Tagy (View all)
odoo course community database gettingstarted
About this forum
You need to be registered to interact with the community.
All Posts People Badges
Tagy (View all)
odoo course community database gettingstarted
About this forum
  1. Getting Started
  2. Fórum

How install odoo 18 in Desktop

Odoberať

Get notified when there's activity on this post

This question has been flagged
installation
3 Replies
18141 Zobrazenia
Avatar
Mohana

How install odoo 18 in Desktop

0
Avatar
Zrušiť
Avatar
Atta Ullah Khattak
Best Answer

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?

0
Avatar
Zrušiť
Avatar
Cybrosys Techno Solutions Pvt.Ltd
Best Answer

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

0
Avatar
Zrušiť
Avatar
Aniruddh Sisodia (AMCAP)
Best Answer

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

0
Avatar
Zrušiť
Enjoying the discussion? Don't just read, join in!

Create an account today to enjoy exclusive features and engage with our awesome community!

Registrácia
Related Posts Replies Zobrazenia Aktivita
phonenumbers not installed
installation
Avatar
Avatar
Avatar
Avatar
4
apr 25
10954
ERR_TOO_MANY_REDIRECTS
access installation
Avatar
0
nov 24
1898
un install odoo 16 on windows then installation problem with postgres that didnt install on my machine
odoo installation
Avatar
0
nov 22
7411
Komunita
  • Tutoriály
  • Dokumentácia
  • Fórum
Open Source
  • Stiahnuť
  • Github
  • Runbot
  • Preklady
Služby
  • Odoo.sh hosting
  • Podpora
  • Vyššia verzia
  • Custom Developments
  • Vzdelávanie
  • Nájdite účtovníka
  • Nájdite partnera
  • Staň sa partnerom
O nás
  • Naša spoločnosť
  • Majetok značky
  • Kontaktujte nás
  • Pracovné ponuky
  • Eventy
  • Podcast
  • Blog
  • Zákazníci
  • Právne dokumenty • Súkromie
  • Bezpečnosť
الْعَرَبيّة Català 简体中文 繁體中文 (台灣) Čeština Dansk Nederlands English Suomi Français Deutsch हिंदी Bahasa Indonesia Italiano 日本語 한국어 (KR) Lietuvių kalba Język polski Português (BR) română русский язык Slovenský jazyk slovenščina Español (América Latina) Español ภาษาไทย Türkçe українська Tiếng Việt

Odoo je sada podnikových aplikácií s otvoreným zdrojovým kódom, ktoré pokrývajú všetky potreby vašej spoločnosti: CRM, e-shop, účtovníctvo, skladové hospodárstvo, miesto predaja, projektový manažment atď.

Odoo prináša vysokú pridanú hodnotu v jednoduchom použití a súčasne plne integrovanými biznis aplikáciami.

Website made with

Odoo Experience on YouTube

1. Use the live chat to ask your questions.
2. The operator answers within a few minutes.

Live support on Youtube
Watch now