Bỏ qua để đến Nội dung
Menu
Câu hỏi này đã bị gắn cờ
1 Trả lời
2782 Lượt xem

I have Openerp 7 installed on Windows 7 using the port 8069, but I need to install Odoo 8 too. I need to keep both versions of Odoo installed, but when I install Odoo 8, it do it in the same port (8069).

My question is: how can I configure Odoo 8 with another port, e.g. port 8070, to keep both versions of Odoo running simultaneously without conflicts?

Remember that I'm using Windows 7.

Ảnh đại diện
Huỷ bỏ
Câu trả lời hay nhất

When you start the server, pass in the xmlrpc-port manually as a different value, or just edit it in the server conf file.

    odoo.py --xmlrpc-port=8070

     # or in your conf file

    xmlrpc_port = 8070

Ảnh đại diện
Huỷ bỏ