Skip to Content
Odoo Menu
  • Prisijungti
  • Išbandykite nemokamai
  • Programėlės
    Finansai
    • Apskaita
    • Pateikimas apmokėjimui
    • Sąnaudos
    • Skaičiuoklė (BI)
    • Dokumentai
    • Pasirašymas
    Pardavimai
    • CRM
    • Pardavimai
    • Kasų sistema - Parduotuvė
    • Kasų sistema - Restoranas
    • Prenumeratos
    • Nuoma
    Svetainės
    • Svetainių kūrėjimo įrankis
    • El. Prekyba
    • Internetinis Tinklaraštis
    • Forumas
    • Tiesioginis pokalbis
    • eMokymasis
    Tiekimo grandinė
    • Atsarga
    • Gamyba
    • PLM
    • Įsigijimai
    • Priežiūra
    • Kokybė
    Žmogaus ištekliai
    • Darbuotojai
    • Įdarbinimas
    • Atostogos
    • Įvertinimai
    • Rekomendacijos
    • Transporto priemonės
    Rinkodara
    • Socialinė rinkodara
    • Rinkodara el. paštu
    • SMS rinkodara
    • Renginiai
    • Rinkodaros automatizavimas
    • Apklausos
    Paslaugos
    • Projektas
    • Darbo laiko žiniaraščiai
    • Priežiūros tarnyba
    • Pagalbos tarnyba
    • Planavimas
    • Rezervacijos
    Produktyvumas
    • Diskucija
    • Patvirtinimai
    • IoT
    • VoIP
    • Žinių biblioteka
    • WhatsApp
    Trečiųjų šalių programos Odoo Studija Odoo debesijos platforma
  • Pramonės šakos
    Mažmeninė prekyba
    • Knygynas
    • Drabužių parduotuvė
    • Baldų parduotuvė
    • Maisto prekių parduotuvė
    • Techninės įrangos parduotuvė
    • Žaislų parduotuvė
    Food & Hospitality
    • Barai ir pub'ai
    • Restoranas
    • Greitasis maistas
    • Guest House
    • Gėrimų platintojas
    • Hotel
    Nekilnojamasis turtas
    • Real Estate Agency
    • Architektūros įmonė
    • Konstrukcija
    • Estate Managament
    • Sodininkauti
    • Turto savininkų asociacija
    Konsultavimas
    • Accounting Firm
    • Odoo Partneris
    • Marketing Agency
    • Teisinė firma
    • Talentų paieška
    • Auditai & sertifikavimas
    Gamyba
    • Textile
    • Metal
    • Furnitures
    • Maistas
    • Brewery
    • Įmonių dovanos
    Sveikata & Fitnesas
    • Sporto klubas
    • Akinių parduotuvė
    • Fitneso Centras
    • Sveikatos praktikai
    • Vaistinė
    • Kirpėjas
    Trades
    • Handyman
    • IT įranga ir palaikymas
    • Saulės energijos sistemos
    • Shoe Maker
    • Cleaning Services
    • HVAC Services
    Kiti
    • Nonprofit Organization
    • Aplinkos agentūra
    • Reklaminių stendų nuoma
    • Fotografavimas
    • Dviračių nuoma
    • Programinės įrangos perpardavėjas
    Browse all Industries
  • Bendrija
    Mokykitės
    • Mokomosios medžiagos
    • Dokumentacija
    • Sertifikatai
    • Mokymai
    • Internetinis Tinklaraštis
    • Tinklalaidės
    Skatinkite švietinimą
    • Švietimo programa
    • Scale Up! Verslo žaidimas
    • Aplankykite Odoo
    Gaukite programinę įrangą
    • Atsisiųsti
    • Palyginkite versijas
    • Leidimai
    Bendradarbiauti
    • Github
    • Forumas
    • Renginiai
    • Vertimai
    • Tapkite partneriu
    • Services for Partners
    • Registruokite jūsų apskaitos įmonę
    Gaukite paslaugas
    • Susiraskite partnerį
    • Susirask buhalterį
    • Susitikti su konsultantu
    • Diegimo paslaugos
    • Klientų rekomendavimas
    • Palaikymas
    • Atnaujinimai
    Github Youtube Twitter Linkedin Instagram Facebook Spotify
    +1 (650) 691-3277
    Gaukite demo
  • Kainodara
  • Pagalba

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

  • CRM
  • e-Commerce
  • Apskaita
  • Atsarga
  • PoS
  • Projektas
  • MRP
All apps
You need to be registered to interact with the community.
All Posts People Badges
Žymos (View all)
odoo accounting v14 pos v15
About this forum
You need to be registered to interact with the community.
All Posts People Badges
Žymos (View all)
odoo accounting v14 pos v15
About this forum
Pagalba

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

Prenumeruoti

Get notified when there's activity on this post

This question has been flagged
errordatabaseodoo8.0
3 Replies
15024 Rodiniai
Portretas
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
Portretas
Atmesti
Portretas
Maduka Sopulu
Best Answer

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
Portretas
Atmesti
Portretas
SlyK
Autorius Best Answer

@ 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
Portretas
Atmesti
Portretas
Ermin Trevisan
Best Answer

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
Portretas
Atmesti
Enjoying the discussion? Don't just read, join in!

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

Registracija
Related Posts Replies Rodiniai Veikla
database creation error
error database
Portretas
0
birž. 23
7221
Critical database error "KeyError: 'hr'" when launching odoo
error database
Portretas
4
lapkr. 20
5886
Error: The connectsion refuse? Please help me !!!!
error database
Portretas
Portretas
1
rugp. 16
5694
ProgrammingError: relation "ir_config_parameter" does not exist on Database Creation
error database
Portretas
0
liep. 16
8581
Integrity error while adding calendar view.
error odoo8.0
Portretas
0
rugp. 15
3771
Bendrija
  • Mokomosios medžiagos
  • Dokumentacija
  • Forumas
Atvirasis kodas
  • Atsisiųsti
  • Github
  • Runbot
  • Vertimai
Paslaugos
  • Odoo.sh talpinimas
  • Palaikymas
  • Atnaujinti
  • Pritaikytas programavimo kūrimas
  • Švietimas
  • Susirask buhalterį
  • Susiraskite partnerį
  • Tapkite partneriu
Apie mus
  • Mūsų įmonė
  • Prekės ženklo turtas
  • Susisiekite su mumis
  • Darbo pasiūlymai
  • Renginiai
  • Tinklalaidės
  • Internetinis Tinklaraštis
  • Klientai
  • Teisinis • Privatumas
  • Saugumas
الْعَرَبيّة 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 yra atvirojo kodo verslo programų rinkinys, kuris apima visas įmonės poreikius: CRM, El. Prekybą, Apskaitą, Atsargų, Kasų sistemą, Projektų valdymą ir kt.

Unikali Odoo vertės pasiūla – būti tuo pačiu metu labai lengvai naudojama ir visiškai integruota sistema.

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