Skip to Content
Odoo Meniu
  • Autentificare
  • Try it free
  • Aplicații
    Finanțe
    • Contabilitate
    • Facturare
    • Cheltuieli
    • Spreadsheet (BI)
    • Documente
    • Semn
    Vânzări
    • CRM
    • Vânzări
    • POS Shop
    • POS Restaurant
    • Abonamente
    • Închiriere
    Site-uri web
    • Constructor de site-uri
    • eCommerce
    • Blog
    • Forum
    • Live Chat
    • eLearning
    Lanț Aprovizionare
    • Inventar
    • Producție
    • PLM
    • Achiziție
    • Maintenance
    • Calitate
    Resurse Umane
    • Angajați
    • Recrutare
    • Time Off
    • Evaluări
    • Referințe
    • Flotă
    Marketing
    • Social Marketing
    • Marketing prin email
    • SMS Marketing
    • Evenimente
    • Automatizare marketing
    • Sondaje
    Servicii
    • Proiect
    • Foi de pontaj
    • Servicii de teren
    • Centru de asistență
    • Planificare
    • Programări
    Productivitate
    • Discuss
    • Aprobări
    • IoT
    • VoIP
    • Knowledge
    • WhatsApp
    Aplicații Terțe Odoo Studio Platforma Odoo Cloud
  • Industrii
    Retail
    • Book Store
    • Magazin de îmbrăcăminte
    • Magazin de Mobilă
    • Magazin alimentar
    • Magazin de materiale de construcții
    • Magazin de jucării
    Food & Hospitality
    • Bar and Pub
    • Restaurant
    • Fast Food
    • Guest House
    • Distribuitor de băuturi
    • Hotel
    Proprietate imobiliara
    • Real Estate Agency
    • Firmă de Arhitectură
    • Construcție
    • Estate Managament
    • Grădinărit
    • Asociația Proprietarilor de Proprietăți
    Consultanta
    • Firma de Contabilitate
    • Partener Odoo
    • Agenție de marketing
    • Law firm
    • Atragere de talente
    • Audit & Certification
    Producție
    • Textil
    • Metal
    • Mobilier
    • Mâncare
    • Brewery
    • Cadouri corporate
    Health & Fitness
    • Club Sportiv
    • Magazin de ochelari
    • Centru de Fitness
    • Wellness Practitioners
    • Farmacie
    • Salon de coafură
    Trades
    • Handyman
    • IT Hardware and Support
    • Asigurare socială de stat
    • Cizmar
    • Servicii de curățenie
    • HVAC Services
    Altele
    • Organizație nonprofit
    • Agenție de Mediu
    • Închiriere panouri publicitare
    • Fotografie
    • Închiriere biciclete
    • Asigurare socială
    Browse all Industries
  • Comunitate
    Învăță
    • Tutorials
    • Documentație
    • Certificări
    • Instruire
    • Blog
    • Podcast
    Empower Education
    • Program Educațional
    • Scale Up! Business Game
    • Visit Odoo
    Obține Software-ul
    • Descărcare
    • Compară Edițiile
    • Lansări
    Colaborați
    • Github
    • Forum
    • Evenimente
    • Translations
    • Devino Partener
    • Services for Partners
    • Înregistrează-ți Firma de Contabilitate
    Obține Servicii
    • Găsește un Partener
    • Găsiți un contabil
    • Meet an advisor
    • Servicii de Implementare
    • Referințe ale clienților
    • Suport
    • Actualizări
    Github Youtube Twitter Linkedin Instagram Facebook Spotify
    +1 (650) 691-3277
    Obține un demo
  • Prețuri
  • Ajutor

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

  • CRM
  • e-Commerce
  • Contabilitate
  • Inventar
  • PoS
  • Proiect
  • MRP
All apps
Trebuie să fiți înregistrat pentru a interacționa cu comunitatea.
All Posts Oameni Insigne
Etichete (View all)
odoo accounting v14 pos v15
Despre acest forum
Trebuie să fiți înregistrat pentru a interacționa cu comunitatea.
All Posts Oameni Insigne
Etichete (View all)
odoo accounting v14 pos v15
Despre acest forum
Suport

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

Abonare

Primiți o notificare când există activitate la acestă postare

Această întrebare a fost marcată
odoo8odoo9odoo-server.conf
3 Răspunsuri
4425 Vizualizări
Imagine profil
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
Imagine profil
Abandonează
Imagine profil
Ermin Trevisan
Cel mai bun răspuns

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
Imagine profil
Abandonează
Imagine profil
Mohammed Rishad
Cel mai bun răspuns

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
Imagine profil
Abandonează
Rihene
Autor

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!

Înscrie-te
Related Posts Răspunsuri Vizualizări Activitate
how to download attached any file from website in odoo
odoo8 odoo9
Imagine profil
0
nov. 24
3801
Installation from source code is not suitable for deployment ?
code odoo8 odoo9
Imagine profil
Imagine profil
2
mai 16
5026
It's possible to run odoo8 and odoo9 on the same ubuntu14.04 Server? Rezolvat
odoo8 docker odoo9
Imagine profil
Imagine profil
Imagine profil
Imagine profil
6
oct. 15
6188
How long will the Odoo V7 API stay available? Will it be removed in Odoo 9? Rezolvat
api odoo8 odoo7 odoo9
Imagine profil
1
ian. 19
1406
What is Orange Color represents in Vehicle Contract(Fleet Management)
fleet odoo8 Vehicles odoo9
Imagine profil
Imagine profil
1
feb. 18
4025
Comunitate
  • Tutorials
  • Documentație
  • Forum
Open Source
  • Descărcare
  • Github
  • Runbot
  • Translations
Servicii
  • Hosting Odoo.sh
  • Suport
  • Actualizare
  • Custom Developments
  • Educație
  • Găsiți un contabil
  • Găsește un Partener
  • Devino Partener
Despre Noi
  • Compania noastră
  • Active de marcă
  • Contactați-ne
  • Locuri de muncă
  • Evenimente
  • Podcast
  • Blog
  • Clienți
  • Aspecte juridice • Confidențialitate
  • Securitate
الْعَرَبيّة 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 este o suită de aplicații de afaceri open source care acoperă toate nevoile companiei dvs.: CRM, comerț electronic, contabilitate, inventar, punct de vânzare, management de proiect etc.

Propunerea de valoare unică a Odoo este să fie în același timp foarte ușor de utilizat și complet integrat.

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