콘텐츠로 건너뛰기
메뉴
커뮤니티에 참여하려면 회원 가입을 하시기 바랍니다.
신고된 질문입니다
5 답글
21166 화면

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.

아바타
취소
작성자

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"

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

 

베스트 답변

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

아바타
취소
베스트 답변

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!

아바타
취소
베스트 답변

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

아바타
취소
베스트 답변

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$

아바타
취소
베스트 답변

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)


아바타
취소
작성자

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.

관련 게시물 답글 화면 활동
1
7월 19
7808
4
9월 18
15039
0
5월 16
3528
0
4월 16
4404
1
3월 15
5371