This question has been flagged
3 Replies
2136 Views

Good Morning Friends!!!

Please, i want to ask you how can i work on the same machine with openerp7 and odoo8?

Please, who can help?

Thanks ans Regards!!    

Avatar
Discard
Best Answer

Another useful step is to use a different virtual enviroment for each instance so dependencies for v8 doesn't affect the v7 instance

Avatar
Discard
Best Answer

Dear Drees Far,

Yes. You have to make them listen on different ports

like this

server on 7.0

python openerp-server --addons-path ../7.0/openerp/addons --xmlrpc-port=7777

server on 8.0

python openerp-server --addons-path ../8.0/openerp/addons/ --xmlrpc-port=8888

or

for more information refer this link 

http://www.serpentcs.com/serpentcs-how-to-run-2-or-more-openerp-servers-on-same-machine

https://answers.launchpad.net/openobject-server/+question/189697

May be helpfull

Regards,

Ankit H Gandhi.


Avatar
Discard
Author

All the time, on service Ankit ;) Thanks a lot friend ^_^

Very good Ankit! The link to SerpentCS is always useful.

Thank you @ Serpent Counsulting Services Pvt. Ltd.