Hi
I want to install Odoo 13 and Odoo 11 on the same machine on windows 7
How to do that??
Thanks
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
Hi
I want to install Odoo 13 and Odoo 11 on the same machine on windows 7
How to do that??
Thanks
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
Thanks to your answer
I will try it later
Thanks again
Create an account today to enjoy exclusive features and engage with our awesome community!
Sign up