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

After creating a new database, why am I unable to log in it?

Inscrever

Seja notificado quando houver atividade nesta publicação

Esta pergunta foi sinalizada
errordatabaseodoo8.0
3 Respostas
15035 Visualizações
Avatar
SlyK

Every time I try to create a new Odoo 8.0 database, I get message "Unable to login on database Odoo8" while on the database selector. I can't even get to the login screen where I should write username and password.

So I move to the database manager, where I try to erase the just-created database, only to create a new one. But when the browser page refreshes, I am back to the database selector, with the same error showing up.

Why is this happening? How can I solve it?


OS: Ubuntu 17.04


This is my traceback:

2017-10-23 17:40:07,591 6679 ERROR None openerp.service.db: CREATE DATABASE failed:

Traceback (most recent call last):

  File "/OCB8.0/OCB/openerp/service/db.py", line 37, in _initialize_db

    openerp.modules.db.initialize(cr)

  File "/OCB8.0/OCB/openerp/modules/db.py", line 63, in initialize

    info = openerp.modules.load_information_from_description_file(i)

  File "/OCB8.0/OCB/openerp/modules/module.py", line 251, in load_information_from_description_file

    info.update(eval(f.read()))

  File "/OCB8.0/OCB/openerp/tools/safe_eval.py", line 312, in safe_eval

    c = test_expr(expr, _SAFE_OPCODES, mode=mode)

  File "/OCB8.0/OCB/openerp/tools/safe_eval.py", line 167, in test_expr

    code_obj = compile(expr, "", mode)

  File "<string>", line 38

    <<<<<<< Updated upstream

     ^

SyntaxError: invalid syntax

0
Avatar
Cancelar
Avatar
Maduka Sopulu
Melhor resposta

1. After installing odoo
2. Go to the configuration file and
3. change the port,
4. write filter_db = "odoo_12"  (Your current db

5. Restart and reload 
 Note: 
If after creating database and it gives issues:
copy the database name, Add the db name to the dbfilter and then restart
both postgresql and odoo server

0
Avatar
Cancelar
Avatar
SlyK
Autor Melhor resposta

@ Ermin Trevisan:

problem is, the database is actually created. I have it in the database selector, as well as any other database I already had (another db on Odoo 8.0, and another on Odoo 10.0). When go to Manage Database -> Erase Database, it's in the list as well - and I can erase it. Of course, it disappears after I do that. But in the meanwhile, after I get the error and before I erase it, the database exists - I even tried to create another database with the same name, and Odoo didn't allow me because of it!

Simply, I can't login into it, and I can't login into any new Odoo 8.0 database (but I am still able to login into the Odoo 8.0 dbs I already created).


EDIT: now, and it didn't happen before, when I try to create a new db, I get the following errors:

Uncaught TypeError: Cannot read property 'apply' of undefined
http://localhost:8069/web/static/src/js/core.js:759
Uncaught TypeError: Cannot read property 'apply' of undefined
http://localhost:8069/web/static/src/js/core.js:769
0
Avatar
Cancelar
Avatar
Ermin Trevisan
Melhor resposta

You can't login to a database which does not exist, because the creation has failed, as described in the log. Please check your Odoo installation and read the docs: https://www.odoo.com/documentation/8.0/setup/install.html

0
Avatar
Cancelar
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
database creation error
error database
Avatar
0
jun. 23
7228
Critical database error "KeyError: 'hr'" when launching odoo
error database
Avatar
4
nov. 20
5889
Error: The connectsion refuse? Please help me !!!!
error database
Avatar
Avatar
1
ago. 16
5699
ProgrammingError: relation "ir_config_parameter" does not exist on Database Creation
error database
Avatar
0
jul. 16
8598
Integrity error while adding calendar view.
error odoo8.0
Avatar
0
ago. 15
3781
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