Skip to Content
Odoo Menú
  • Registra entrada
  • Prova-ho gratis
  • Aplicacions
    Finances
    • Comptabilitat
    • Facturació
    • Despeses
    • Full de càlcul (IA)
    • Documents
    • Signatura
    Vendes
    • CRM
    • Vendes
    • Punt de venda per a botigues
    • Punt de venda per a restaurants
    • Subscripcions
    • Lloguer
    Imatges de llocs web
    • Creació de llocs web
    • Comerç electrònic
    • Blog
    • Fòrum
    • Xat en directe
    • Aprenentatge en línia
    Cadena de subministrament
    • Inventari
    • Fabricació
    • PLM
    • Compres
    • Manteniment
    • Qualitat
    Recursos humans
    • Empleats
    • Reclutament
    • Absències
    • Avaluacions
    • Recomanacions
    • Flota
    Màrqueting
    • Màrqueting Social
    • Màrqueting per correu electrònic
    • Màrqueting per SMS
    • Esdeveniments
    • Automatització del màrqueting
    • Enquestes
    Serveis
    • Projectes
    • Fulls d'hores
    • Servei de camp
    • Suport
    • Planificació
    • Cites
    Productivitat
    • Converses
    • Validacions
    • IoT
    • VoIP
    • Coneixements
    • WhatsApp
    Aplicacions de tercers Odoo Studio Plataforma d'Odoo al núvol
  • Sectors
    Comerç al detall
    • Llibreria
    • Botiga de roba
    • Botiga de mobles
    • Botiga d'ultramarins
    • Ferreteria
    • Botiga de joguines
    Food & Hospitality
    • Bar i pub
    • Restaurant
    • Menjar ràpid
    • Guest House
    • Distribuïdor de begudes
    • Hotel
    Immobiliari
    • Agència immobiliària
    • Estudi d'arquitectura
    • Construcció
    • Gestió immobiliària
    • Jardineria
    • Associació de propietaris de béns immobles
    Consultoria
    • Empresa comptable
    • Partner d'Odoo
    • Agència de màrqueting
    • Bufet d'advocats
    • Captació de talent
    • Auditoria i certificació
    Fabricació
    • Textile
    • Metal
    • Mobles
    • Menjar
    • Brewery
    • Regals corporatius
    Salut i fitness
    • Club d'esport
    • Òptica
    • Centre de fitness
    • Especialistes en benestar
    • Farmàcia
    • Perruqueria
    Trades
    • Servei de manteniment
    • Hardware i suport informàtic
    • Sistemes d'energia solar
    • Shoe Maker
    • Serveis de neteja
    • Instal·lacions HVAC
    Altres
    • Nonprofit Organization
    • Agència del medi ambient
    • Lloguer de panells publicitaris
    • Fotografia
    • Lloguer de bicicletes
    • Distribuïdors de programari
    Browse all Industries
  • Comunitat
    Aprèn
    • Tutorials
    • Documentació
    • Certificacions
    • Formació
    • Blog
    • Pòdcast
    Potenciar l'educació
    • Programa educatiu
    • Scale-Up! El joc empresarial
    • Visita Odoo
    Obtindre el programari
    • Descarregar
    • Comparar edicions
    • Novetats de les versions
    Col·laborar
    • GitHub
    • Fòrum
    • Esdeveniments
    • Traduccions
    • Converteix-te en partner
    • Services for Partners
    • Registra la teva empresa comptable
    Obtindre els serveis
    • Troba un partner
    • Troba un comptable
    • Contacta amb un expert
    • Serveis d'implementació
    • Referències del client
    • Suport
    • Actualitzacions
    Github Youtube Twitter Linkedin Instagram Facebook Spotify
    +1 (650) 691-3277
    Programar una demo
  • Preus
  • Ajuda

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

  • CRM
  • e-Commerce
  • Comptabilitat
  • Inventari
  • PoS
  • Projectes
  • MRP
All apps
You need to be registered to interact with the community.
All Posts People Badges
Etiquetes (View all)
odoo accounting v14 pos v15
About this forum
You need to be registered to interact with the community.
All Posts People Badges
Etiquetes (View all)
odoo accounting v14 pos v15
About this forum
Ajuda

Installing and running Odoo 17 on Ubuntu 22.04 server

Subscriure's

Get notified when there's activity on this post

This question has been flagged
installationinstallsourceubuntuserverv17
6 Respostes
54727 Vistes
Avatar
Safa

Hello Everyone,


I'm new to Odoo development and I want to install and run Odoo 17 on ubuntu 22.04 server using source installer, but I have tried the installation steps that mentioned in Odoo documentation online and also tried steps from ChatGPT to install Odoo 17 but I always facing issue running it.

I need help, may anyone suggest for me a good resource to install it without errors please.

Thank you in advance!



0
Avatar
Descartar
Niyas Raphy (Walnut Software Solutions)

Using installation script you can install odoo 17: https://www.youtube.com/watch?v=sEQXJ_JHyMg&t=425s

Avatar
Cybrosys Techno Solutions Pvt.Ltd
Best Answer

Hi,

Please refer to this blog:
https://www.cybrosys.com/blog/how-to-install-odoo-17-on-ubuntu-20-04-lts-server

Hope it helps


2
Avatar
Descartar
Safa
Autor

please, can you help me with this error? https://prnt.sc/cEpmR_kYTL0b

Avatar
Blanca
Best Answer

I've the same error. Can you resolve it?? Maybe for python version??

0
Avatar
Descartar
Blanca

https://github.com/deadsnakes/issues/issues/251

Avatar
Jayro
Best Answer
configuraste bien el addons_path ??

[options]
   ; This is the password that allows database operations:
   admin_passwd = admin
   db_host = False
   db_port = False
   db_user = odoo17
   db_password = False
   addons_path = /opt/odoo17/addons
   logfile = /var/log/odoo/odoo17.log


0
Avatar
Descartar
Avatar
Muhammad Sinan M
Best Answer

yes!same error.odoo service not active.ubuntu 20.04 default python 3.8 but odoo 17 required python 3.10.

0
Avatar
Descartar
Avatar
Barry
Best Answer

I've also used the one recommended above and it works. https://www.cybrosys.com/blog/how-to-install-odoo-17-on-ubuntu-20-04-lts-serverAl The only difference is the Ubuntu version, but it should work the same. If I were able to see screenshots of your error messages I would be able to assist further. 

All the best. 



0
Avatar
Descartar
Safa
Autor

this is the error: https://prnt.sc/cEpmR_kYTL0b

Avatar
Safa
Autor Best Answer

Thank you for sharing this useful URL with me.

I have tried it but still shows me a failed Odoo service error when I try to start the service using this command Sudo systemctl start odoo17.service.

I would like to attach a screenshot of the error, but this feature isn't enabled.

any help please?


0
Avatar
Descartar
Midhun M M

Please take a screenshot of the error and then copy-paste the image into the description.

Midhun Sankar P

Please ensure thqt the service name is same. In some cases, the service name can be different.

Safa
Autor

this is the error: https://prnt.sc/cEpmR_kYTL0b

Enjoying the discussion? Don't just read, join in!

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

Registrar-se
Related Posts Respostes Vistes Activitat
Odoo V8 Installation Ubuntu 14.04 x64 from source. Complete Working Guide. Step by step. Solved
v8 installation install source odoo
Avatar
Avatar
Avatar
Avatar
10
de gen. 24
17856
odoo17 installation stops
installation v17
Avatar
Avatar
1
de gen. 24
2189
Url:8069 is not working script Installation
installation install
Avatar
Avatar
1
de jul. 23
3393
How to change the user running the Odoo process? Solved
installation install
Avatar
Avatar
Avatar
2
de març 15
17371
Ubuntu 24.04 + Odoo 17.0 instalation - error: externally-managed-environment Solved
installation v17 digitalocean
Avatar
1
de jul. 24
7857
Community
  • Tutorials
  • Documentació
  • Fòrum
Codi obert
  • Descarregar
  • GitHub
  • Runbot
  • Traduccions
Serveis
  • Allotjament a Odoo.sh
  • Suport
  • Actualització
  • Desenvolupaments personalitzats
  • Educació
  • Troba un comptable
  • Troba un partner
  • Converteix-te en partner
Sobre nosaltres
  • La nostra empresa
  • Actius de marca
  • Contacta amb nosaltres
  • Llocs de treball
  • Esdeveniments
  • Pòdcast
  • Blog
  • Clients
  • Informació legal • Privacitat
  • Seguretat
الْعَرَبيّة 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 és un conjunt d'aplicacions empresarials de codi obert que cobreix totes les necessitats de la teva empresa: CRM, comerç electrònic, comptabilitat, inventari, punt de venda, gestió de projectes, etc.

La proposta única de valor d'Odoo és ser molt fàcil d'utilitzar i estar totalment integrat, ambdues alhora.

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