تخطي للذهاب إلى المحتوى
القائمة
لقد تم الإبلاغ عن هذا السؤال
3 الردود
2826 أدوات العرض

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.