Hello I need to install and properly debug openerp v6.1 and openerp v7.0 in Ubuntu. If I install just one version (entering to downloaded file with latest code source and running in console python setup.py install), its libraries are added to python libraries, and I can debug perfectly using Pycharm. But if I install a second version, this one overwrite the conf file. I need to install both versions and be able to debug, because I'm developing in both versions.
Any help, thanks in advanced
Regards.