Skip to Content
Odoo Menu
  • Prijavi
  • Try it free
  • Aplikacije
    Finance
    • Knjigovodstvo
    • Obračun
    • Stroški
    • Spreadsheet (BI)
    • Dokumenti
    • Podpisovanje
    Prodaja
    • CRM
    • Prodaja
    • POS Shop
    • POS Restaurant
    • Naročnine
    • Najem
    Spletne strani
    • Website Builder
    • Spletna trgovina
    • Blog
    • Forum
    • Pogovor v živo
    • eUčenje
    Dobavna veriga
    • Zaloga
    • Proizvodnja
    • PLM
    • Nabava
    • Vzdrževanje
    • Kakovost
    Kadri
    • Kadri
    • Kadrovanje
    • Odsotnost
    • Ocenjevanja
    • Priporočila
    • Vozni park
    Marketing
    • Družbeno Trženje
    • Email Marketing
    • SMS Marketing
    • Dogodki
    • Avtomatizacija trženja
    • Ankete
    Storitve
    • Projekt
    • Časovnice
    • Storitve na terenu
    • Služba za pomoč
    • Načrtovanje
    • Termini
    Produktivnost
    • Razprave
    • Odobritve
    • IoT
    • Voip
    • Znanje
    • WhatsApp
    Third party apps Odoo Studio Odoo Cloud Platform
  • Industrije
    Trgovina na drobno
    • Book Store
    • Trgovina z oblačili
    • Trgovina s pohištvom
    • Grocery Store
    • Trgovina s strojno opremo računalnikov
    • Trgovina z igračami
    Food & Hospitality
    • Bar and Pub
    • Restavracija
    • Hitra hrana
    • Guest House
    • Beverage Distributor
    • Hotel
    Nepremičnine
    • Real Estate Agency
    • Arhitekturno podjetje
    • Gradbeništvo
    • Estate Management
    • Vrtnarjenje
    • Združenje lastnikov nepremičnin
    Svetovanje
    • Računovodsko podjetje
    • Odoo Partner
    • Marketinška agencija
    • Law firm
    • Pridobivanje talentov
    • Audit & Certification
    Proizvodnja
    • Tekstil
    • Metal
    • Pohištvo
    • Hrana
    • Brewery
    • Poslovna darila
    Health & Fitness
    • Športni klub
    • Trgovina z očali
    • Fitnes center
    • Wellness Practitioners
    • Lekarna
    • Frizerski salon
    Trades
    • Handyman
    • IT Hardware & Support
    • Sistemi sončne energije
    • Izdelovalec čevljev
    • Čistilne storitve
    • HVAC Services
    Ostali
    • Neprofitna organizacija
    • Agencija za okolje
    • Najem oglasnih panojev
    • Fotografija
    • Najem koles
    • Prodajalec programske opreme
    Browse all Industries
  • Skupnost
    Learn
    • Tutorials
    • Dokumentacija
    • Certifikati
    • Šolanje
    • Blog
    • Podcast
    Empower Education
    • Education Program
    • Scale Up! Business Game
    • Visit Odoo
    Get the Software
    • Prenesi
    • Compare Editions
    • Releases
    Collaborate
    • Github
    • Forum
    • Dogodki
    • Prevodi
    • Become a Partner
    • Services for Partners
    • Register your Accounting Firm
    Get Services
    • Find a Partner
    • Find an Accountant
    • Meet an advisor
    • Implementation Services
    • Sklici kupca
    • Podpora
    • Upgrades
    Github Youtube Twitter Linkedin Instagram Facebook Spotify
    +1 (650) 691-3277
    Get a demo
  • Določanje cen
  • Pomoč

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

  • CRM
  • e-Commerce
  • Knjigovodstvo
  • Zaloga
  • PoS
  • Projekt
  • MRP
All apps
You need to be registered to interact with the community.
All Posts People Badges
Ključne besede (View all)
odoo accounting v14 pos v15
About this forum
You need to be registered to interact with the community.
All Posts People Badges
Ključne besede (View all)
odoo accounting v14 pos v15
About this forum
Pomoč

Work with odoo 9 and 8 on the same pc but different POrt

Naroči se

Get notified when there's activity on this post

This question has been flagged
odoo8odoo9odoo-server.conf
3 Odgovori
4423 Prikazi
Avatar
Rihene

Hello!!

I am using odoo 9 but i want to work with odoo 8.

SO, i have edited the odoo-server.conf.

[options]; This is the password that allows database operations:

admin_passwd = admindb_host = localhost db_port = 5432db_user = odoodb_password = odooaddons_path = /opt/odoo/addons , /opt/odoo/openerp/addons , /opt/seemax log_level = debuglog_level = infoxmlrpc_port = 8069


[options]; This is the password that allows database operations:

admin_passwd = admindb_host = localhost db_port = 5432db_user = odoodb_password = odooaddons_path = /opt/odoo-8/odoo/addons , /opt/odoo-8/odoo/openerp/addons, /opt/odoo-8/odoo/openerp/addons/web, /opt/odoo-8/odoo/openerp/addons/baselog_level = debuglog_level = infoxmlrpc_port = 8070


WHen i load the server i get this error:

2017-01-16 09:15:14,854 6036 ERROR base_tests werkzeug: Error on request:

Traceback (most recent call last):

  File "/usr/lib/python2.7/dist-packages/werkzeug/serving.py", line 177, in run_wsgi execute(self.server.app) File "/usr/lib/python2.7/dist-packages/werkzeug/serving.py", line 165, in execute application_iter = app(environ, start_response) File "/opt/odoo/openerp/service/server.py", line 246, in app return self.app(e, s) File "/opt/odoo/openerp/service/wsgi_server.py", line 184, in application return application_unproxied(environ, start_response) File "/opt/odoo/openerp/service/wsgi_server.py", line 170, in application_unproxied result = handler(environ, start_response) File "/opt/odoo/openerp/http.py", line 1495, in __call__ return self.dispatch(environ, start_response) File "/opt/odoo/openerp/http.py", line 1644, in dispatch ir_http = request.registry['ir.http'] File "/opt/odoo/openerp/http.py", line 365, in registry return openerp.modules.registry.RegistryManager.get(self.db) if self.db else None File "/opt/odoo/openerp/modules/registry.py", line 355, in get update_module) File "/opt/odoo/openerp/modules/registry.py", line 386, in new openerp.modules.load_modules(registry._db, force_demo, status, update_module) File "/opt/odoo/openerp/modules/loading.py", line 279, in load_modules loaded_modules, processed_modules = load_module_graph(cr, graph, status, perform_checks=update_module, report=report) File "/opt/odoo/openerp/modules/loading.py", line 123, in load_module_graph load_openerp_module(package.name) File "/opt/odoo/openerp/modules/module.py", line 331, in load_openerp_module __import__('openerp.addons.' + module_name) File "/opt/odoo/openerp/modules/module.py", line 61, in load_module mod = imp.load_module('openerp.addons.' + module_part, f, path, descr) File "/opt/odoo-8/odoo/openerp/addons/base/__init__.py", line 22, in <module> import ir File "/opt/odoo-8/odoo/openerp/addons/base/ir/__init__.py", line 22, in <module> import ir_model File "/opt/odoo-8/odoo/openerp/addons/base/ir/ir_model.py", line 629, in <module> class ir_model_access(osv.osv):

  File "/opt/odoo-8/odoo/openerp/addons/base/ir/ir_model.py", line 710, in ir_model_access @tools.ormcache_context(accepted_keys=('lang',)) File "/opt/odoo/openerp/tools/cache.py", line 106, in __init__ self.keys = kwargs['keys']KeyError: 'keys'


Can anyone help me please.

Thanks a lot in advance.

0
Avatar
Opusti
Avatar
Ermin Trevisan
Best Answer

Your traceback shows that it loads Odoo 8 and Odoo 9 code and modules simultaneously. This is of course a complete mess and will never work. If you want to run 2 different Odoo instances on the same server, then you'll have to set up 2 completely different instances with their own different odoo-server.conf-files. You should also think about the Postgres and how to handle/deploy the databases.

1
Avatar
Opusti
Avatar
Mohammed Rishad
Best Answer

I think your browser shows "500 Internal Server Error"

If you are using odoo 9.You need to "Clear browser cookie".

Then Try to run odoo 8. It will run 

I don't think you can run two versions of Odoo in same browser at same time...

0
Avatar
Opusti
Rihene
Avtor

Thanks a lot for your answer friend. I have tried this but it still not working. I have tried even to work with only odoo 8 but still have the same error. How can i proceed please?

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

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

Prijavi
Related Posts Odgovori Prikazi Aktivnost
how to download attached any file from website in odoo
odoo8 odoo9
Avatar
0
nov. 24
3799
Installation from source code is not suitable for deployment ?
code odoo8 odoo9
Avatar
Avatar
2
maj 16
5026
It's possible to run odoo8 and odoo9 on the same ubuntu14.04 Server? Solved
odoo8 docker odoo9
Avatar
Avatar
Avatar
Avatar
6
okt. 15
6188
How long will the Odoo V7 API stay available? Will it be removed in Odoo 9? Solved
api odoo8 odoo7 odoo9
Avatar
1
jan. 19
1406
What is Orange Color represents in Vehicle Contract(Fleet Management)
fleet odoo8 Vehicles odoo9
Avatar
Avatar
1
feb. 18
4025
Community
  • Tutorials
  • Dokumentacija
  • Forum
Open Source
  • Prenesi
  • Github
  • Runbot
  • Prevodi
Services
  • Odoo.sh Hosting
  • Podpora
  • Nadgradnja
  • Custom Developments
  • Izobraževanje
  • Find an Accountant
  • Find a Partner
  • Become a Partner
About us
  • Our company
  • Sredstva blagovne znamke
  • Kontakt
  • Zaposlitve
  • Dogodki
  • Podcast
  • Blog
  • Stranke
  • Pravno • Zasebnost
  • Varnost
الْعَرَبيّة 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