Skip to Content
Menu
This question has been flagged
2 Replies
3340 Views

Hi

I want to install Odoo 13 and Odoo 11 on the same machine on windows 7

How to do that??

Thanks

Avatar
Discard
Best Answer
Hi Mohamed Hassan, 


First, download the .exe from 

https://www.odoo.com/page/download 

Install .exe  

I used Pycharm(Disabled Odoo 10 From Services.msc), 

In Pycharm, Run > Edit Configuration set the path as c:\Program Files(x86)\Odoo.10.0\server\odoo.bin 

And interpreter as the python installed with the exe in c:\Program Files(x86)\Odoo.10.0\Python\python 3.x.exe 

http://<your_domain_or_IP_address>:8069



Download and Install the second instance, No need to install postgres because it's already installed with the previous instance 

Change default port in Odoo Conf file in the second instance ie 

c:\Program Files(x86)\Odoo.12.0\server\odoo.conf 

Change xmlrc_port, 

xmlrc_port:8070 (you can set any, other than 8069 ie the default) 

Disable Odoo 12 services from services.msc, 

In Pycharm, Run > Edit Configuration , set the path as c:\Program Files(x86)\Odoo.12.0\server\odoo.bin 

And interpreter as the python installed with the exe in c:\Program Files(x86)\Odoo.12.0\Python\python 3.x.exe 

Go to http://<your_domain_or_IP_address>:8070

This is how I'm running 2 instance on same windows system , Hope it helps

Avatar
Discard
Author Best Answer

Thanks to your answer

I will try it later

Thanks again

Avatar
Discard