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
    • Artificial Intelligence
    • 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
    • Property Management
    • 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
You need to be registered to interact with the community.
All Posts People Badges
Tagy (View all)
odoo accounting v14 pos v15
About this forum
You need to be registered to interact with the community.
All Posts People Badges
Tagy (View all)
odoo accounting v14 pos v15
About this forum
Pomoc

Odoo Installation

Odoberať

Get notified when there's activity on this post

This question has been flagged
ubuntuodoo12
3 Replies
35735 Zobrazenia
Avatar
DWARKANATH BARI

Hello I installed Odoo 12 after running config file and enter localhost:8079 or ip:portnumber in browser showing error :

I want to know that from where it will showing this

odoo.service.server: HTTP service (werkzeug) running on www.your_domain.com:8079

File "/usr/local/lib/python3.7/dist-packages/werkzeug/serving.py", line 205, in run_wsgi 
execute (self.server.app)
File "/usr/local/lib/python3.7/ dist-packages / werkzeug / serving.py ", line 193, in execute
application_iter = app (environ, start_response)
File" /odoodomain/odoodomain-server/odoo/service/server.py ", line 409, in app
return self. app (e, s)
File "/odoodomain/odoodomain-server/odoo/service/wsgi_server.py", line 128, in application
return application_unproxied (environ, start_response)
File "/ odoodomain / odoodomain-server / odoo / service / wsgi_server .py ", line 117, in application_unproxied
result = odoo.http.root (environ, start_response)
File "/odoodomain/odoodomain-server/odoo/http.py", line 1320, in __call__
return self.dispatch (environ, start_response)
File "/odoodomain/odoodomain-server/odoo/http.py", line 1293, in __call__
return self.app (environ, start_wrapped)
File "/usr/local/lib/python3.7/dist-packages/werkzeug/wsgi.py", line 599, in __call__
return self.app (environ, start_response)
File " /odoodomain/odoodomain-server/odoo/http.py ", line 1473, in dispatch
ir_http = request.registry ['ir.http']
File" /odoodomain/odoodomain-server/odoo/modules/registry.py ", line 176, in __getitem__
return self.models [model_name]
KeyError: 'ir.http' - - -
2019-10-12 05: 16: 07,125 14322 ERROR Test odoo.sql_db: bad query: SELECT latest_version FROM ir_module_module WHERE name = 'base'
ERROR: relation "ir_module_module" does not exist
LINE 1: SELECT latest_version FROM ir_module_module WHERE name = ' base...

1
Avatar
Zrušiť
Ermin Trevisan

Odoo's default port is 8069, did you change that in your .conf file?

Hilar Andikkadavath

try the same in a private window.

Avatar
Loyal IT Solutions Pvt Ltd
Best Answer

Hi,

Please check your postgres database list

if there is an empty database which have owner as the odoo db user, this error may come.

sudo su - postgres # in the postgres server
psql
\list

The above commands should show some output like below

                              List of databases

    Name    |  Owner   | Encoding | Collate |  Ctype  |   Access privileges   

------------+----------+----------+---------+---------+-----------------------

 odoodbuser | postgres | UTF8     | C.UTF-8 | C.UTF-8 | 

 postgres   | postgres | UTF8     | C.UTF-8 | C.UTF-8 | 

 template0  | postgres | UTF8     | C.UTF-8 | C.UTF-8 | =c/postgres          +

            |          |          |         |         | postgres=CTc/postgres

 template1  | postgres | UTF8     | C.UTF-8 | C.UTF-8 | =c/postgres          +

            |          |          |         |         | postgres=CTc/postgres

(4 rows)


If there is any empty or non-odoo database in the list with owner as odoo db user which you use to connect to db server, drop/delete that db. This worked for me




3
Avatar
Zrušiť
Avatar
Sylvain Michel Ratsarafahatra
Best Answer

Hi,

Please verify your Odoo configuration file and check that your addons_path is right.

e.g:

# For Odoo Enterprise, like this:
addons_path = C:\Users\sylvain.michel\odoo_project\odoo-12.0\enterprise_addons,C:\Users\sylvain.michel\odoo_project\odoo-12.0\odoo\addons
# For Odoo Community, like this:

addons_path = C:\Users\sylvain.michel\odoo_project\odoo-12.0\odoo\addons

Best regards!

1
Avatar
Zrušiť
Ưng Tú

my config is look good but still get that log error. not spam but 1 time.

DWARKANATH BARI
Autor

Hello sir,
Our customer is purchase Odoo 13 Enterprise edition and he want to make customization as per his requirements. So I have a question that can we make customization as per requirements ????

On Wed, 1 Jul 2020, 8:53 am Ưng Tú, <tuung@tamdongtam.vn> wrote:

my config is look good but still get that log error. not spam but 1 time.

Sent by Odoo S.A. using Odoo.

Avatar
Manuel Vinent Guilarte
Best Answer

I used this command to run Odoo:

python odoo-bin -r username -w pass -d odoo -i base --db-filter=^%d$

-1
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
Certificate Error Solved
ubuntu odoo12
Avatar
Avatar
Avatar
4
jan 24
9414
Issu in configuring odoo with VSCode
ubuntu odoo12 vscode
Avatar
Avatar
2
júl 22
6184
Errors while instalation Odoo 12 + Ubunty 16.04
installation ubuntu odoo12
Avatar
Avatar
1
nov 20
24636
how to call the action of module Invoice in my module ?
ubuntu odoo odoo12
Avatar
Avatar
3
okt 19
4457
How to run 2 versions of odoo (10 & 12) in one OS/environment?
ubuntu odoo10 odoo12
Avatar
Avatar
Avatar
2
jún 19
17589
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 Svenska ภาษาไทย 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