Passa al contenuto
Odoo Menu
  • Accedi
  • Provalo gratis
  • App
    Finanze
    • Contabilità
    • Fatturazione
    • Note spese
    • Fogli di calcolo (BI)
    • Documenti
    • Firma
    Vendite
    • CRM
    • Vendite
    • Punto vendita Negozio
    • Punto vendita Ristorante
    • Abbonamenti
    • Noleggi
    Siti web
    • Configuratore sito web
    • E-commerce
    • Blog
    • Forum
    • Live chat
    • E-learning
    Supply chain
    • Magazzino
    • Produzione
    • PLM
    • Acquisti
    • Manutenzione
    • Qualità
    Risorse umane
    • Dipendenti
    • Assunzioni
    • Ferie
    • Valutazioni
    • Referral dipendenti
    • Parco veicoli
    Marketing
    • Social marketing
    • E-mail marketing
    • SMS marketing
    • Eventi
    • Marketing automation
    • Sondaggi
    Servizi
    • Progetti
    • Fogli ore
    • Assistenza sul campo
    • Helpdesk
    • Pianificazione
    • Appuntamenti
    Produttività
    • Comunicazioni
    • Approvazioni
    • IoT
    • VoIP
    • Knowledge
    • WhatsApp
    App di terze parti Odoo Studio Piattaforma cloud Odoo
  • Settori
    Retail
    • Libreria
    • Negozio di abbigliamento
    • Negozio di arredamento
    • Alimentari
    • Ferramenta
    • Negozio di giocattoli
    Cibo e ospitalità
    • Bar e pub
    • Ristorante
    • Fast food
    • Pensione
    • Grossista di bevande
    • Hotel
    Agenzia immobiliare
    • Agenzia immobiliare
    • Studio di architettura
    • Edilizia
    • Gestione immobiliare
    • Impresa di giardinaggio
    • Associazione di proprietari immobiliari
    Consulenza
    • Società di contabilità
    • Partner Odoo
    • Agenzia di marketing
    • Studio legale
    • Selezione del personale
    • Audit e certificazione
    Produzione
    • Tessile
    • Metallo
    • Arredamenti
    • Alimentare
    • Birrificio
    • Ditta di regalistica aziendale
    Benessere e sport
    • Club sportivo
    • Negozio di ottica
    • Centro fitness
    • Centro benessere
    • Farmacia
    • Parrucchiere
    Commercio
    • Tuttofare
    • Hardware e assistenza IT
    • Ditta di installazione di pannelli solari
    • Calzolaio
    • Servizi di pulizia
    • Servizi di climatizzazione
    Altro
    • Organizzazione non profit
    • Ente per la tutela ambientale
    • Agenzia di cartellonistica pubblicitaria
    • Studio fotografico
    • Punto noleggio di biciclette
    • Rivenditore di software
    Carica tutti i settori
  • Community
    Apprendimento
    • Tutorial
    • Documentazione
    • Certificazioni 
    • Formazione
    • Blog
    • Podcast
    Potenzia la tua formazione
    • Programma educativo
    • Scale Up! Business Game
    • Visita Odoo
    Ottieni il software
    • Scarica
    • Versioni a confronto
    • Note di versione
    Collabora
    • Github
    • Forum
    • Eventi
    • Traduzioni
    • Diventa nostro partner
    • Servizi per partner
    • Registra la tua società di contabilità
    Ottieni servizi
    • Trova un partner
    • Trova un contabile
    • Incontra un esperto
    • Servizi di implementazione
    • Testimonianze dei clienti
    • Supporto
    • Aggiornamenti
    GitHub Youtube Twitter Linkedin Instagram Facebook Spotify
    +1 (650) 691-3277
    Richiedi una demo
  • Prezzi
  • Aiuto

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

  • CRM
  • e-Commerce
  • Contabilità
  • Magazzino
  • PoS
  • Progetti
  • MRP
All apps
È necessario essere registrati per interagire con la community.
Tutti gli articoli Persone Badge
Etichette (Mostra tutto)
odoo accounting v14 pos v15
Sul forum
È necessario essere registrati per interagire con la community.
Tutti gli articoli Persone Badge
Etichette (Mostra tutto)
odoo accounting v14 pos v15
Sul forum
Assistenza

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

Iscriviti

Ricevi una notifica quando c'è un'attività per questo post

La domanda è stata contrassegnata
odoo8odoo9odoo-server.conf
3 Risposte
4412 Visualizzazioni
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
Abbandona
Avatar
Ermin Trevisan
Risposta migliore

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
Abbandona
Avatar
Mohammed Rishad
Risposta migliore

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
Abbandona
Rihene
Autore

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?

Ti stai godendo la conversazione? Non leggere soltanto, partecipa anche tu!

Crea un account oggi per scoprire funzionalità esclusive ed entrare a far parte della nostra fantastica community!

Registrati
Post correlati Risposte Visualizzazioni Attività
how to download attached any file from website in odoo
odoo8 odoo9
Avatar
0
nov 24
3794
Installation from source code is not suitable for deployment ?
code odoo8 odoo9
Avatar
Avatar
2
mag 16
5023
It's possible to run odoo8 and odoo9 on the same ubuntu14.04 Server? Risolto
odoo8 docker odoo9
Avatar
Avatar
Avatar
Avatar
6
ott 15
6185
How long will the Odoo V7 API stay available? Will it be removed in Odoo 9? Risolto
api odoo8 odoo7 odoo9
Avatar
1
gen 19
1406
What is Orange Color represents in Vehicle Contract(Fleet Management)
fleet odoo8 Vehicles odoo9
Avatar
Avatar
1
feb 18
4018
Community
  • Tutorial
  • Documentazione
  • Forum
Open source
  • Scarica
  • Github
  • Runbot
  • Traduzioni
Servizi
  • Hosting Odoo.sh
  • Supporto
  • Aggiornamenti
  • Sviluppi personalizzati
  • Formazione
  • Trova un contabile
  • Trova un partner
  • Diventa nostro partner
Chi siamo
  • La nostra azienda
  • Branding
  • Contattaci
  • Lavora con noi
  • Eventi
  • Podcast
  • Blog
  • Clienti
  • Note legali • Privacy
  • Sicurezza
الْعَرَبيّة 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 è un gestionale di applicazioni aziendali open source pensato per coprire tutte le esigenze della tua azienda: CRM, Vendite, E-commerce, Magazzino, Produzione, Fatturazione elettronica, Project Management e molto altro.

Il punto di forza di Odoo è quello di offrire un ecosistema unico di app facili da usare, intuitive e completamente integrate tra loro.

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