Skip to Content
Odoo Menu
  • Sign in
  • Try it free
  • Apps
    Finance
    • Accounting
    • Invoicing
    • Expenses
    • Spreadsheet (BI)
    • Documents
    • Sign
    Sales
    • CRM
    • Sales
    • POS Shop
    • POS Restaurant
    • Subscriptions
    • Rental
    Websites
    • Website Builder
    • eCommerce
    • Blog
    • Forum
    • Live Chat
    • eLearning
    Supply Chain
    • Inventory
    • Manufacturing
    • PLM
    • Purchase
    • Maintenance
    • Quality
    Human Resources
    • Employees
    • Recruitment
    • Time Off
    • Appraisals
    • Referrals
    • Fleet
    Marketing
    • Social Marketing
    • Email Marketing
    • SMS Marketing
    • Events
    • Marketing Automation
    • Surveys
    Services
    • Project
    • Timesheets
    • Field Service
    • Helpdesk
    • Planning
    • Appointments
    Productivity
    • Discuss
    • Approvals
    • IoT
    • VoIP
    • Knowledge
    • WhatsApp
    Third party apps Odoo Studio Odoo Cloud Platform
  • Industries
    Retail
    • Book Store
    • Clothing Store
    • Furniture Store
    • Grocery Store
    • Hardware Store
    • Toy Store
    Food & Hospitality
    • Bar and Pub
    • Restaurant
    • Fast Food
    • Guest House
    • Beverage Distributor
    • Hotel
    Real Estate
    • Real Estate Agency
    • Architecture Firm
    • Construction
    • Estate Management
    • Gardening
    • Property Owner Association
    Consulting
    • Accounting Firm
    • Odoo Partner
    • Marketing Agency
    • Law firm
    • Talent Acquisition
    • Audit & Certification
    Manufacturing
    • Textile
    • Metal
    • Furnitures
    • Food
    • Brewery
    • Corporate Gifts
    Health & Fitness
    • Sports Club
    • Eyewear Store
    • Fitness Center
    • Wellness Practitioners
    • Pharmacy
    • Hair Salon
    Trades
    • Handyman
    • IT Hardware & Support
    • Solar Energy Systems
    • Shoe Maker
    • Cleaning Services
    • HVAC Services
    Others
    • Nonprofit Organization
    • Environmental Agency
    • Billboard Rental
    • Photography
    • Bike Leasing
    • Software Reseller
    Browse all Industries
  • Community
    Learn
    • Tutorials
    • Documentation
    • Certifications
    • Training
    • Blog
    • Podcast
    Empower Education
    • Education Program
    • Scale Up! Business Game
    • Visit Odoo
    Get the Software
    • Download
    • Compare Editions
    • Releases
    Collaborate
    • Github
    • Forum
    • Events
    • Translations
    • Become a Partner
    • Services for Partners
    • Register your Accounting Firm
    Get Services
    • Find a Partner
    • Find an Accountant
    • Meet an advisor
    • Implementation Services
    • Customer References
    • Support
    • Upgrades
    Github Youtube Twitter Linkedin Instagram Facebook Spotify
    +1 (650) 691-3277
    Get a demo
  • Pricing
  • Help

Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:

  • CRM
  • e-Commerce
  • Accounting
  • Inventory
  • PoS
  • Project
  • MRP
All apps
You need to be registered to interact with the community.
All Posts People Badges
Tags (View all)
odoo accounting v14 pos v15
About this forum
You need to be registered to interact with the community.
All Posts People Badges
Tags (View all)
odoo accounting v14 pos v15
About this forum
Help

How can I run multiple odoo instance on the same machine ?

Subscribe

Get notified when there's activity on this post

This question has been flagged
2 Replies
7134 Views
Avatar
hoboy

I have installed odoo 10 on ubuntu 17.04 , now I have checkout a adoo 10 on different directory on the same machine  as I want start to  learning to develop modules, so I have set the second directory up in eclipse but I can not start it because of default port occupied.

how can I run multiple odoo on the same machine, in order word how can I change the default port to a different port ?

on ubuntu 17.04 machine

Thanks

0
Avatar
Discard
Mounir Zitouni

Named openerp server and Execute this file when you run.

OdooBot
Sir thanks for you effort.
ODOO HOME =/home/luc/git/odoo2
I could not answered to the forum, it seemed like one can only send 3 answers.
I have created the file called openerpserver.sh

/git/odoo2$ ./openerpserver.sh
./openerpserver.sh: line 1: addons_path: command not found
./openerpserver.sh: line 2: ,/home/luc/git/odoo2/addons/addons: No such file or directory
./openerpserver.sh: line 3: ,/home/luc/git/odoo2/: No such file or directory
./openerpserver.sh: line 4: ,home/luc/git/odoo2/l10n_tn: No such file or directory
./openerpserver.sh: line 5: ,home/luc/git/odoo2//CHC: No such file or directory
./openerpserver.sh: line 6: ,/home/luc/git/odoo2/sales_invoices_discounts: No such file or directory
./openerpserver.sh: line 7: admin_passwd: command not found
./openerpserver.sh: line 8: db_password: command not found
./openerpserver.sh: line 9: db_port: command not found
./openerpserver.sh: line 10: db_user: command not found
./openerpserver.sh: line 11: dbfilter: command not found
./openerpserver.sh: line 12: xmlrpc_port: command not foun


On Monday, December 26, 2016 10:53 PM, Mounir Zitouni <mounir.zitouni@esprit.tn> wrote:


Vue Post du forum Odoo S.A.

Named openerp server and Execute this file when you run.
--
Mounir Zitouni

Sent by Odoo S.A. using Odoo.


Odoo Mates

See this: https://www.youtube.com/watch?v=l4jpz_bDI0Q

Avatar
hoboy
Author Best Answer

Thanks mounir

you have mentioned to add in the config file (e.g. /etc/odoo-server.conf).

/etc/odoo-server.conf is not in my machine it doesn't exist.

I have installed odoo 10

tks

0
Avatar
Discard
Mounir Zitouni

Add a simple file under odoo(original version that you have downloaded) after that copy This content in the file :

[options]

addons_path = /home/dev/workspace_odoo10/odoo-10/addons

,/home/dev/workspace_odoo10/odoo-10/addons

,/home/dev/workspace_odoo10

,/home/dev/workspace_odoo10/l10n_tn

,/home/dev/workspace_odoo10/CHC

,/home/dev/workspace_odoo10/sales_invoices_discounts

admin_passwd = admin

db_password = postgres

db_port = 5432

db_user = dev

dbfilter = .*

xmlrpc_port = 8071

(This file I use for odoo 10)

good luck

OdooBot
tks does this fle has to be py  file ?


On Monday, December 26, 2016 12:56 PM, Mounir Zitouni <mounir.zitouni@esprit.tn> wrote:


Vue Post du forum Odoo S.A.

Add a simple file under odoo(original version that you have downloaded) after that copy This content in the file :
[options]
addons_path = /home/dev/workspace_odoo10/odoo-10/addons
,/home/dev/workspace_odoo10/odoo-10/addons
,/home/dev/workspace_odoo10
,/home/dev/workspace_odoo10/l10n_tn
,/home/dev/workspace_odoo10/CHC
,/home/dev/workspace_odoo10/sales_invoices_discounts
admin_passwd = admin
db_password = postgres
db_port = 5432
db_user = dev
dbfilter = .*
xmlrpc_port = 8071
(This file I use for odoo 10)
good luck
--
Mounir Zitouni

Sent by Odoo S.A. using Odoo.


Avatar
Mounir Zitouni
Best Answer

add in the config file (e.g. /etc/odoo-server.conf)

xmlrpc_port = 8070

for example odoo 8 :xmlrpc_port = 8069/ odoo 9 :xmlrpc_port = 8070 / odoo 10 :xmlrpc_port = 8071

Each version has a specific port

good luck

0
Avatar
Discard
Enjoying the discussion? Don't just read, join in!

Create an account today to enjoy exclusive features and engage with our awesome community!

Sign up
Community
  • Tutorials
  • Documentation
  • Forum
Open Source
  • Download
  • Github
  • Runbot
  • Translations
Services
  • Odoo.sh Hosting
  • Support
  • Upgrade
  • Custom Developments
  • Education
  • Find an Accountant
  • Find a Partner
  • Become a Partner
About us
  • Our company
  • Brand Assets
  • Contact us
  • Jobs
  • Events
  • Podcast
  • Blog
  • Customers
  • Legal • Privacy
  • Security
الْعَرَبيّة Català 简体中文 繁體中文 (台灣) Čeština Dansk Nederlands English Suomi Français Deutsch हिंदी Bahasa Indonesia Italiano 日本語 한국어 (KR) Lietuvių kalba Język polski Português (BR) română русский язык Slovenský jazyk slovenščina Español (América Latina) Español ภาษาไทย Türkçe українська Tiếng Việt

Odoo is a suite of open source business apps that cover all your company needs: CRM, eCommerce, accounting, inventory, point of sale, project management, etc.

Odoo's unique value proposition is to be at the same time very easy to use and fully integrated.

Website made with

Odoo Experience on YouTube

1. Use the live chat to ask your questions.
2. The operator answers within a few minutes.

Live support on Youtube
Watch now