콘텐츠로 건너뛰기
메뉴
커뮤니티에 참여하려면 회원 가입을 하시기 바랍니다.
신고된 질문입니다
3 답글
2898 화면

i need to install openerp 7 and odoo8 in the same system as server

is it possible to install 2 versions in one system

아바타
취소
베스트 답변

Just make sure they also are using different databases, otherwise bad things will happening!

아바타
취소
베스트 답변

Possible lol !

아바타
취소
베스트 답변

Yes this is possible. You will have to download both versions of Odoo and install them in different folders.
An example structure on Ubuntu:
V7:
- Install under /openerp/v7
- Port: 8069
V8:
- Install under /odoo/v8
- Port: 8070

You can now use and access both instances. V7 through :8069 and V8 through :8070

아바타
취소

Just make sure they also are using different databases, otherwise bad things will happening!

Good point Martin. Be sure to use two different databases indeed.