Skip to Content
Odoo Menu
  • Prijavi
  • Try it free
  • Aplikacije
    Finance
    • Knjigovodstvo
    • Obračun
    • Stroški
    • Spreadsheet (BI)
    • Dokumenti
    • Podpisovanje
    Prodaja
    • CRM
    • Prodaja
    • POS Shop
    • POS Restaurant
    • Naročnine
    • Najem
    Spletne strani
    • Website Builder
    • Spletna trgovina
    • Blog
    • Forum
    • Pogovor v živo
    • eUčenje
    Dobavna veriga
    • Zaloga
    • Proizvodnja
    • PLM
    • Nabava
    • Vzdrževanje
    • Kakovost
    Kadri
    • Kadri
    • Kadrovanje
    • Odsotnost
    • Ocenjevanja
    • Priporočila
    • Vozni park
    Marketing
    • Družbeno Trženje
    • Email Marketing
    • SMS Marketing
    • Dogodki
    • Avtomatizacija trženja
    • Ankete
    Storitve
    • Projekt
    • Časovnice
    • Storitve na terenu
    • Služba za pomoč
    • Načrtovanje
    • Termini
    Produktivnost
    • Razprave
    • Odobritve
    • IoT
    • Voip
    • Znanje
    • WhatsApp
    Third party apps Odoo Studio Odoo Cloud Platform
  • Industrije
    Trgovina na drobno
    • Book Store
    • Trgovina z oblačili
    • Trgovina s pohištvom
    • Grocery Store
    • Trgovina s strojno opremo računalnikov
    • Trgovina z igračami
    Food & Hospitality
    • Bar and Pub
    • Restavracija
    • Hitra hrana
    • Guest House
    • Beverage Distributor
    • Hotel
    Nepremičnine
    • Real Estate Agency
    • Arhitekturno podjetje
    • Gradbeništvo
    • Estate Management
    • Vrtnarjenje
    • Združenje lastnikov nepremičnin
    Svetovanje
    • Računovodsko podjetje
    • Odoo Partner
    • Marketinška agencija
    • Law firm
    • Pridobivanje talentov
    • Audit & Certification
    Proizvodnja
    • Tekstil
    • Metal
    • Pohištvo
    • Hrana
    • Brewery
    • Poslovna darila
    Health & Fitness
    • Športni klub
    • Trgovina z očali
    • Fitnes center
    • Wellness Practitioners
    • Lekarna
    • Frizerski salon
    Trades
    • Handyman
    • IT Hardware & Support
    • Sistemi sončne energije
    • Izdelovalec čevljev
    • Čistilne storitve
    • HVAC Services
    Ostali
    • Neprofitna organizacija
    • Agencija za okolje
    • Najem oglasnih panojev
    • Fotografija
    • Najem koles
    • Prodajalec programske opreme
    Browse all Industries
  • Skupnost
    Learn
    • Tutorials
    • Dokumentacija
    • Certifikati
    • Šolanje
    • Blog
    • Podcast
    Empower Education
    • Education Program
    • Scale Up! Business Game
    • Visit Odoo
    Get the Software
    • Prenesi
    • Compare Editions
    • Releases
    Collaborate
    • Github
    • Forum
    • Dogodki
    • Prevodi
    • Become a Partner
    • Services for Partners
    • Register your Accounting Firm
    Get Services
    • Find a Partner
    • Find an Accountant
    • Meet an advisor
    • Implementation Services
    • Sklici kupca
    • Podpora
    • Upgrades
    Github Youtube Twitter Linkedin Instagram Facebook Spotify
    +1 (650) 691-3277
    Get a demo
  • Določanje cen
  • Pomoč

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

  • CRM
  • e-Commerce
  • Knjigovodstvo
  • Zaloga
  • PoS
  • Projekt
  • MRP
All apps
You need to be registered to interact with the community.
All Posts People Badges
Ključne besede (View all)
odoo accounting v14 pos v15
About this forum
You need to be registered to interact with the community.
All Posts People Badges
Ključne besede (View all)
odoo accounting v14 pos v15
About this forum
Pomoč

Source Install on Windows 10 is not Working

Naroči se

Get notified when there's activity on this post

This question has been flagged
windowsinstallsourceodooV9
7 Odgovori
26306 Prikazi
Avatar
Mathan

Dear Developers,

I am new to python and new to Odoo. As per the documentation provided by Odoo. I tried installing the odoo 9.0 on windows 10. but its not working. here are the steps i followed.


1) Installed python 2.7.9 on c drive ( C:\Python27)
2) Installed PostgreSQL 9.4 C:\Program Files\PostgreSQL
3) created New login role with super user privilege user: odoo and pwd: odoo

4) on the requirements.txt - as said in the docs, installed those in the path 

C:\odoo> C:\Python27\Scripts\pip.exe install -r requirements.txt

5) Installed node.js, and installed C:\> npm install -g less less-plugin-clean-css


After all this, I configured config file - openerp-server.config with following lines.

addons_path = C:\odoo\openerp\addons

db_host = localhost

db_maxconn = 64

db_name = False

db_password = odoo

db_port = 5432

db_user = odoo

pg_path = C:\Program Files\PostgreSQL\9.4\bin

and saved it.

After all this, I opened Command prompt and gone to C:\odoo and run odoo.py

and opened browser with localhost: 8069 after loading few seconds i just get Internal error only.

please Guide me  what mistake i did and why its not working? I was trying this for past 3 days. not able to find solution. i tried installing many times.

I am beginner so unable to trace whats happening. I want to learn and develop from the odoo for my project. 

Please help me..

Screenshot of cmd: http://postimg.org/image/8vctm3j57/


Looking for solution. please..


0
Avatar
Opusti
Ermin Trevisan

Please check your log file which should be found at a location like /Program Files/odoo/server/opener-server.log.

Ermin Trevisan

@ Ermin Trevisan - I downloaded the source zip from this link. https://nightly.odoo.com/9.0/nightly/src/odoo_9.0.latest.zip

There is no server folder on it. There is no log file as you said. 

Any other way? 

Ermin Trevisan

You should be able to locate your log file, most probably it has the name odoo-server.log, maybe openerp-server.log. I do not have a Windows installation, but I'm sure you can find it when you look for it seriously. Without reading the log file it is not possible to identify the error and its reason. As a side note: please do not hijack other threads. As a second side note: you should consider installing Odoo on a Ubuntu 14.04 LTS server, this is the most popular deployment option and therefore your chances to get help are much better.

Ermin Trevisan

actually, i used the source zip file and i couldn't able to find the log file in it. anyway, i will try to find it.

by the way, am not trying to hijack any threads. am just tried to find the solution from the person who known windows platform.

and another question Is it possible to install on kali os platform just like ubuntu?


Ermin Trevisan

You will find your log file in your installation, not in the source zip file. Please read the forum guidelines. Hijacking is hijacking, the reason doesn't matter. And if you have a new question, post a new question. Why would you want to install Odoo on a penetration testing platform such as Kali Linux? If you want to get familiar with Odoo and you are not familiar with setting up and managing servers, stick to the most common options, in this case use Ubuntu 14.04 LTS. Of course you can install Odoo on Kali Linux also, but you will for sure not find any reasonable help with it.

Avatar
Ankit Goel
Best Answer

As i can see in your CMD file, the database is default@default which means odoo is accessing the postgres user which it shouldnt as defined in the code itself.

Try using the following lines in CMD tab

cd YOUR_ODOO_LOCATION (eg: cd C:\Users\Administrator\Documents\odoo-9.0)

python odoo.py -w YOUR_DB_PASSWORD -r YOUR_DB_NAME  --db_port YOUR_DB_PORT --db-filter=YOUR_DB_NAME$ (eg. python odoo.py -w odoo -r odoo --addons-path=addons --db_port 5433 --db-filter=odoo$)

I dont know if this would work but you could try none the less. Worked for me. But i had not edited the config file. You can make a .bat file of these commands and let them run rather than typing them again and again.

0
Avatar
Opusti
Avatar
Mathan
Avtor Best Answer

Okay. Thanks for your comments.  

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

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

Prijavi
Related Posts Odgovori Prikazi Aktivnost
OpenERP 7 Windows Source Code Installation
windows install source
Avatar
Avatar
1
mar. 15
8925
PostgreSQL is not running after installing OpenERP 7 All-in-One on Windows Solved
windows install v7
Avatar
Avatar
Avatar
Avatar
Avatar
6
dec. 23
31185
Odoo community V9 install: blank screen
windows installation odooV9
Avatar
0
apr. 16
5490
Group Menu not displaying Solved
source odooV9 v14
Avatar
Avatar
1
jan. 16
5002
How to download and install a module of odoo 9.0.1? Not all the repository
install gallery odooV9
Avatar
Avatar
1
apr. 15
6100
Community
  • Tutorials
  • Dokumentacija
  • Forum
Open Source
  • Prenesi
  • Github
  • Runbot
  • Prevodi
Services
  • Odoo.sh Hosting
  • Podpora
  • Nadgradnja
  • Custom Developments
  • Izobraževanje
  • Find an Accountant
  • Find a Partner
  • Become a Partner
About us
  • Our company
  • Sredstva blagovne znamke
  • Kontakt
  • Zaposlitve
  • Dogodki
  • Podcast
  • Blog
  • Stranke
  • Pravno • Zasebnost
  • Varnost
الْعَرَبيّة 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 is a suite of open source business apps that cover all your company needs: CRM, eCommerce, accounting, inventory, point of sale, project management, etc.

Odoo's unique value proposition is to be at the same time very easy to use and fully integrated.

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