Pular para o conteúdo
Odoo Menu
  • Entrar
  • Experimente grátis
  • Aplicativos
    Finanças
    • Financeiro
    • Faturamento
    • Despesas
    • Planilhas (BI)
    • Documentos
    • Assinar Documentos
    Vendas
    • CRM
    • Vendas
    • PDV Loja
    • PDV Restaurantes
    • Assinaturas
    • Locação
    Websites
    • Criador de Sites
    • e-Commerce
    • Blog
    • Fórum
    • Chat ao Vivo
    • e-Learning
    Cadeia de mantimentos
    • Inventário
    • Fabricação
    • PLM - Ciclo de Vida do Produto
    • Compras
    • Manutenção
    • Qualidade
    Recursos Humanos
    • Funcionários
    • Recrutamento
    • Folgas
    • Avaliações
    • Indicações
    • Frota
    Marketing
    • Redes Sociais
    • Marketing por E-mail
    • Marketing por SMS
    • Eventos
    • Automação de Marketing
    • Pesquisas
    Serviços
    • Projeto
    • Planilhas de Horas
    • Serviço de Campo
    • Central de Ajuda
    • Planejamento
    • Compromissos
    Produtividade
    • Mensagens
    • Aprovações
    • Internet das Coisas
    • VoIP
    • Conhecimento
    • WhatsApp
    Aplicativos de terceiros Odoo Studio Plataforma Odoo Cloud
  • Setores
    Varejo
    • Loja de livros
    • Loja de roupas
    • Loja de móveis
    • Mercearia
    • Loja de ferramentas
    • Loja de brinquedos
    Comida e hospitalidade
    • Bar e Pub
    • Restaurante
    • Fast Food
    • Hospedagem
    • Distribuidor de bebidas
    • Hotel
    Imóveis
    • Imobiliária
    • Escritório de arquitetura
    • Construção
    • Administração de propriedades
    • Jardinagem
    • Associação de proprietários de imóveis
    Consultoria
    • Escritório de Contabilidade
    • Parceiro Odoo
    • Agência de marketing
    • Escritório de advocacia
    • Aquisição de talentos
    • Auditoria e Certificação
    Fabricação
    • Têxtil
    • Metal
    • Móveis
    • Alimentação
    • Cervejaria
    • Presentes corporativos
    Saúde e Boa forma
    • Clube esportivo
    • Loja de óculos
    • Academia
    • Profissionais de bem-estar
    • Farmácia
    • Salão de cabeleireiro
    Comércio
    • Handyman
    • Hardware e Suporte de TI
    • Sistemas de energia solar
    • Sapataria
    • Serviços de limpeza
    • Serviços de climatização
    Outros
    • Organização sem fins lucrativos
    • Agência Ambiental
    • Aluguel de outdoors
    • Fotografia
    • Aluguel de bicicletas
    • Revendedor de software
    Navegar por todos os setores
  • Comunidade
    Aprenda
    • Tutoriais
    • Documentação
    • Certificações
    • Treinamento
    • Blog
    • Podcast
    Empodere a Educação
    • Programa de educação
    • Scale Up! Jogo de Negócios
    • Visite a Odoo
    Obtenha o Software
    • Baixar
    • Comparar edições
    • Releases
    Colaborar
    • Github
    • Fórum
    • Eventos
    • Traduções
    • Torne-se um parceiro
    • Serviços para parceiros
    • Cadastre seu escritório contábil
    Obtenha os serviços
    • Encontre um parceiro
    • Encontre um Contador
    • Conheça um consultor
    • Serviços de Implementação
    • Referências de Clientes
    • Suporte
    • Upgrades
    Github YouTube Twitter Linkedin Instagram Facebook Spotify
    +1 (650) 691-3277
    Faça uma demonstração
  • Preços
  • Ajuda

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

  • CRM
  • e-Commerce
  • Financeiro
  • Inventário
  • PoS
  • Projeto
  • MRP
All apps
É necessário estar registrado para interagir com a comunidade.
Todas as publicações Pessoas Emblemas
Marcadores (Ver tudo)
odoo accounting v14 pos v15
Sobre este fórum
É necessário estar registrado para interagir com a comunidade.
Todas as publicações Pessoas Emblemas
Marcadores (Ver tudo)
odoo accounting v14 pos v15
Sobre este fórum
Ajuda

Installing and running Odoo 17 on Ubuntu 22.04 server

Inscrever

Seja notificado quando houver atividade nesta publicação

Esta pergunta foi sinalizada
installationinstallsourceubuntuserverv17
6 Respostas
54718 Visualizações
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
Cancelar
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
Melhor resposta

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
Cancelar
Safa
Autor

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

Avatar
Blanca
Melhor resposta

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

0
Avatar
Cancelar
Blanca

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

Avatar
Jayro
Melhor resposta
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
Cancelar
Avatar
Muhammad Sinan M
Melhor resposta

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

0
Avatar
Cancelar
Avatar
Barry
Melhor resposta

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
Cancelar
Safa
Autor

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

Avatar
Safa
Autor Melhor resposta

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
Cancelar
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

Está gostando da discussão? Não fique apenas lendo, participe!

Crie uma conta hoje mesmo para aproveitar os recursos exclusivos e interagir com nossa incrível comunidade!

Inscreva-se
Publicações relacionadas Respostas Visualizações Atividade
Odoo V8 Installation Ubuntu 14.04 x64 from source. Complete Working Guide. Step by step. Resolvido
v8 installation install source odoo
Avatar
Avatar
Avatar
Avatar
10
jan. 24
17851
odoo17 installation stops
installation v17
Avatar
Avatar
1
jan. 24
2189
Url:8069 is not working script Installation
installation install
Avatar
Avatar
1
jul. 23
3390
How to change the user running the Odoo process? Resolvido
installation install
Avatar
Avatar
Avatar
2
mar. 15
17367
Ubuntu 24.04 + Odoo 17.0 instalation - error: externally-managed-environment Resolvido
installation v17 digitalocean
Avatar
1
jul. 24
7857
Comunidade
  • Tutoriais
  • Documentação
  • Fórum
Open Source
  • Baixar
  • Github
  • Runbot
  • Traduções
Serviços
  • Odoo.sh Hosting
  • Suporte
  • Upgrade
  • Desenvolvimentos personalizados
  • Educação
  • Encontre um Contador
  • Encontre um parceiro
  • Torne-se um parceiro
Sobre nós
  • Nossa empresa
  • Ativos da marca
  • Contato
  • Empregos
  • Eventos
  • Podcast
  • Blog
  • Clientes
  • Legal • Privacidade
  • Segurança
الْعَرَبيّة 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 é um conjunto de aplicativos de negócios em código aberto que cobre todas as necessidades de sua empresa: CRM, comércio eletrônico, contabilidade, estoque, ponto de venda, gerenciamento de projetos, etc.

A proposta de valor exclusiva Odoo é ser, ao mesmo tempo, muito fácil de usar e totalmente integrado.

Site feito com

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