Skip to Content
Odoo Menu
  • Prijavi
  • Try it free
  • Apps
    Finance
    • Accounting
    • Invoicing
    • Expenses
    • Spreadsheet (BI)
    • Documents
    • Sign
    Sales
    • CRM
    • Sales
    • POS Shop
    • POS Restaurant
    • Subscriptions
    • Rental
    Websites
    • Website Builder
    • eCommerce
    • Blog
    • Forum
    • Live Chat
    • eLearning
    Supply Chain
    • Inventory
    • Manufacturing
    • PLM
    • Purchase
    • Maintenance
    • Quality
    Human Resources
    • Employees
    • Recruitment
    • Time Off
    • Appraisals
    • Referrals
    • Fleet
    Marketing
    • Social Marketing
    • Email Marketing
    • SMS Marketing
    • Events
    • Marketing Automation
    • Surveys
    Services
    • Project
    • Timesheets
    • Field Service
    • Helpdesk
    • Planning
    • Appointments
    Productivity
    • Discuss
    • Approvals
    • IoT
    • VoIP
    • Knowledge
    • WhatsApp
    Third party apps Odoo Studio Odoo Cloud Platform
  • Industries
    Retail
    • Book Store
    • Clothing Store
    • Furniture Store
    • Grocery Store
    • Hardware Store
    • Toy Store
    Food & Hospitality
    • Bar and Pub
    • Restaurant
    • Fast Food
    • Guest House
    • Beverage Distributor
    • Hotel
    Real Estate
    • Real Estate Agency
    • Architecture Firm
    • Construction
    • Estate Management
    • Gardening
    • Property Owner Association
    Consulting
    • Accounting Firm
    • Odoo Partner
    • Marketing Agency
    • Law firm
    • Talent Acquisition
    • Audit & Certification
    Manufacturing
    • Textile
    • Metal
    • Furnitures
    • Food
    • Brewery
    • Corporate Gifts
    Health & Fitness
    • Sports Club
    • Eyewear Store
    • Fitness Center
    • Wellness Practitioners
    • Pharmacy
    • Hair Salon
    Trades
    • Handyman
    • IT Hardware & Support
    • Solar Energy Systems
    • Shoe Maker
    • Cleaning Services
    • HVAC Services
    Others
    • Nonprofit Organization
    • Environmental Agency
    • Billboard Rental
    • Photography
    • Bike Leasing
    • Software Reseller
    Browse all Industries
  • Community
    Learn
    • Tutorials
    • Documentation
    • Certifications
    • Training
    • Blog
    • Podcast
    Empower Education
    • Education Program
    • Scale Up! Business Game
    • Visit Odoo
    Get the Software
    • Download
    • Compare Editions
    • Releases
    Collaborate
    • Github
    • Forum
    • Events
    • Translations
    • Become a Partner
    • Services for Partners
    • Register your Accounting Firm
    Get Services
    • Find a Partner
    • Find an Accountant
    • Meet an advisor
    • Implementation Services
    • Customer References
    • Support
    • Upgrades
    Github Youtube Twitter Linkedin Instagram Facebook Spotify
    +1 (650) 691-3277
    Get a demo
  • Pricing
  • Help

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č

how shall I install Odoo on Windows10/7?

Naroči se

Get notified when there's activity on this post

This question has been flagged
windowsinstallation
5 Odgovori
22860 Prikazi
Avatar
vx2008

I want to install Odoo on windows and I have tried it many times but failed;

I want to get the detail steps for installing odoo on windows.

0
Avatar
Opusti
vx2008
Avtor

when I run odoo.exe and get the below warning: "Installer integrity check has failed. Common cause include incomplete download and damaged media. Contact the installer's auther to obtain a new copy"

yatin.karia@amal.com

Hi,

 

Thank you for your email.

 

I am on vacation untill Friday, 14 July 2023 and will have limited access to email.

 

For urgency, whatsApp me on +971 50 752 7458

 

Best,

Yatin

 

Avatar
Rami Tobasi
Best Answer

Hi,

In the below tutorial, it provides you with a general step-by-step guide on how to set up Odoo, PyCharm, and PostgreSQL on your Windows Server 2022 environment

https://youtu.be/FNG-lEVKqz0


Best Regrads

Tobasi

0
Avatar
Opusti
Avatar
Olivia Taylor
Best Answer

Hi,


Please follow the steps outlined in this blog to install Odoo on Windows:


https://www.surekhatech.com/blog/how-to-install-odoo-in-windows


I hope this helps!

0
Avatar
Opusti
Avatar
Cybrosys Techno Solutions Pvt.Ltd
Best Answer

Hi,

Try to follow the steps provided by the blog on how to install odoo in windows:

https://www.cybrosys.com/blog/how-to-install-odoo-in-windows

Hope it helps

0
Avatar
Opusti
Avatar
Annadurai
Best Answer

Install python 2.7 (use Env setups or else Install globally) --> Set windows PATH for python.


if u install it with 32-bit python then u must install all the others with 32bit.


Install JAVA 7 or 8


1.Pls Download odoo 10 or 9 and Extract in a location

2.download pgadmin https://www.pgadmin.org/download/windows4.php

3.download pip.exe and install

4.if u want git Download git.exe

5.https://wkhtmltopdf.org/downloads.html (Windows (MSVC)0.12.4 32-bit / 64-bit)


if Ur system having above 4GB of RAM then Download eclipse with pydev OR We may run it in Windows CMD


Copy odoo-server.conf file anywhere in drive

open cmd and type python--> then type--> pip install -r requirements.txt (If asking PIP not found install it)


C:\> cd \myodoo

then


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

then


C:\> npm install -g less

finally run in CMD prompt C:\myodoo> python odoo-bin -w odoo -r odoo --addons-path=addons,../tinyapps --db-filter=DBname$

0
Avatar
Opusti
Avatar
Benoît Vézina
Best Answer

If you can install Docker, using odoo in docker in windows is matter of 2 command lines

  • docker run -d -e POSTGRES_USER=odoo -e POSTGRES_PASSWORD=odoo --name db postgres:9.4

  • docker run -p 8069:8069 --name odoo --link db:db -t odoo

Otherwise you can use the windows installer from odoo (in the download area)


0
Avatar
Opusti
vx2008
Avtor

Thank you for your help; I have install odoo10 by windows installer according to your advice;

But I still have some problem as below:

1. I install a module --"x" well in linux odoo and then I copy it onto windows odoo and install it; then I get the warning: "Invalid model name u'color.task' in action definition.";

2. On this windows OS, I only install Anaconda2 as python, and in a module which I want to install on odoo I use "pandas", when I install this module, I get the warning "can't find module Pandas"; what is the problem? anaconda has "pandas" module.

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
FYI: ODOO ON WINDOWS.. I am sharing a step by step Installation guide {Here} Solved
windows installation odoo
Avatar
1
jul. 19
9226
Internal server error while installing odoo 10 in windows 10 Solved
windows installation odoo10
Avatar
Avatar
Avatar
4
sep. 18
16354
Error running Community 9.0 on Windows Server 2003
windows installation Community
Avatar
0
maj 16
4756
Odoo community V9 install: blank screen
windows installation odooV9
Avatar
0
apr. 16
5466
How to install v5.0 on windows with sources?
windows installation v5
Avatar
Avatar
1
mar. 15
6663
Community
  • Tutorials
  • Documentation
  • Forum
Open Source
  • Download
  • Github
  • Runbot
  • Translations
Services
  • Odoo.sh Hosting
  • Support
  • Upgrade
  • Custom Developments
  • Education
  • Find an Accountant
  • Find a Partner
  • Become a Partner
About us
  • Our company
  • Brand Assets
  • Contact us
  • Jobs
  • Events
  • Podcast
  • Blog
  • Customers
  • Legal • Privacy
  • Security
الْعَرَبيّة 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