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

How to install odoo 8 on ubuntu 14.04?

Iscriviti

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

La domanda è stata contrassegnata
v8installation
4 Risposte
17040 Visualizzazioni
Avatar
Alex

Tried these ways:
https://www.odoo.com/forum/help-1/question/how-to-install-odoo-from-github-on-ubuntu-14-04-for-testing-purposes-only-ie-not-for-production-52627
http://pulse7.net/openerp/install-odoo-ubuntu-14-04-github/
But they set 9 alpha version

Please help.
Thank you

0
Avatar
Abbandona
Stephen Mack

Explain how you chose the version? Thank you!

Avatar
Stephen Mack
Risposta migliore

Both of these were written to use the master branch which was odoo v8 Alpha 1 at the time.  Since then Odoo has forked off odoo v8rc1 into its own branch.

Ignore this because it seems that odoo's install script still points to master.  Well it is a release candidate.

If you change line 8 of the http://pulse7.net/openerp/install-odoo-ubuntu-14-04-github to this:

wget -O- https://raw.githubusercontent.com/odoo/odoo/8.0/odoo.py | python

You will install odoo v8 Release Candidate 1 (which is the latest version of odoo v8)

I personally like this install script that does everything for you.  Just edit the script and fill in your details including version 8.0 and run it.

http://www.schenkels.nl/2014/07/odoo-v8-install-script-github-ubuntu-14-04-lts

2
Avatar
Abbandona
Alex
Autore

I tried, but still have installed version 9

Stephen Mack

I updated my answer to suggest using this install script. http://www.schenkels.nl/2014/07/odoo-v8-install-script-github-ubuntu-14-04-lts

Nicholas Burdick

I agree with Stephen, I'm a fan of Andre Schenkels script as well. I like that you can select the version. However, there are a couple tricks if you want to select v7 because the config file isn't in the same place, so you have to edit line 84 of the script to point it to $OE_HOME_EXT/install/openerp-server.conf instead or $OE_HOME_EXT/debian/openerp-server.conf.

Stephen Mack

He keeps updating the script, I am sure he would accept a pull request to add in some 7.0 logic. Cheers!

John Baldwin

When installing with Andre Schenkels script you will have to install python-passlib: sudo apt-get install python-passlib

Avatar
Yenthe Van Ginneken (Mainframe Monkey)
Risposta migliore

These are the command's I've used:

1. sudo apt-get update
2. sudo apt-get upgrade
3. sudo apt-get install git
4. 
sudo apt-get install graphviz ghostscript postgresql-client \
python-dateutil python-feedparser python-matplotlib \
python-ldap python-libxslt1 python-lxml python-mako \
python-openid python-psycopg2 python-pybabel python-pychart \
python-pydot python-pyparsing python-reportlab python-simplejson \
python-tz python-vatnumber python-vobject python-webdav \
python-werkzeug python-xlwt python-yaml python-imaging

5. 
sudo apt-get install gcc python-dev mc bzr python-setuptools python-babel \python-feedparser python-reportlab-accel python-zsi python-openssl \
python-egenix-mxdatetime python-jinja2 python-unittest2 python-mock \
python-docutils lptools make python-psutil python-paramiko poppler-utils \
python-pdftools antiword postgresql

6. sudo -u postgres createuser -s odoo
7. Install odoo version: (Version 8 is at https://github.com/odoo/odoo/tree/8.0, you can select the version you wish from https://github.com/odoo/odoo/tree/x.x/odoo.py)
wget -O- https://raw.githubusercontent.com/odoo/odoo/master/odoo.py | python
8. cd odoo/
9. Start the server: ./openerp-server

0
Avatar
Abbandona
Alex
Autore

Explain how you chose the version? Thank you!

Yenthe Van Ginneken (Mainframe Monkey)

The versions are subcategorised by Odoo itself on github. If you would like version 8 you would need to do wget -O- https://raw.githubusercontent.com/odoo/odoo/8.0/odoo.py | python

Avatar
Vasiliy
Risposta migliore

I'm using this script https://raw.githubusercontent.com/lukebranch/openerp-install-scripts/master/odoo-saas4/ubuntu-14-04/odoo_install.sh to install odoo 8.0. IMHO this is very simple way for install. But you need to install pytils for create SEF-url based Cyrilics language, e.g.: 

sudo pip install pytils 

0
Avatar
Abbandona
Avatar
Jake Stoeffler
Risposta migliore

I found this guide to be excellent: http://www.theopensourcerer.com/2014/09/how-to-install-openerp-odoo-8-on-ubuntu-server-14-04-lts/

Sure, you can use an install script to do it all, but what fun is that?  Plus you don't understand what's going on that way.

0
Avatar
Abbandona
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à
is it possible to automatic updates after installing version 8 trunk
v8 installation
Avatar
0
mar 15
4283
Installing Odoo V8 FreeBSD
v8 installation
Avatar
0
mar 15
6439
Odoo 8 - 500 Internal Server Error
v8 installation 500
Avatar
Avatar
1
lug 17
8822
Is available Odoo 8 to be installed on Ubuntu?
v8 installation odoo
Avatar
Avatar
Avatar
Avatar
4
mar 15
7053
Can not log in odoo 8.0-8843974
v8 installation login
Avatar
1
mar 15
6564
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