跳至內容
選單
此問題已被標幟
5 回覆
21105 瀏覽次數

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
7753
4
9月 18
14952
0
5月 16
3484
0
4月 16
4382
1
3月 15
5354