Ir al contenido
Odoo Menú
  • Identificarse
  • Pruébalo gratis
  • Aplicaciones
    Finanzas
    • Contabilidad
    • Facturación
    • Gastos
    • Hoja de cálculo (BI)
    • Documentos
    • Firma electrónica
    Ventas
    • CRM
    • Ventas
    • TPV para tiendas
    • TPV para restaurantes
    • Suscripciones
    • Alquiler
    Sitios web
    • Creador de sitios web
    • Comercio electrónico
    • Blog
    • Foro
    • Chat en directo
    • eLearning
    Cadena de suministro
    • Inventario
    • Fabricación
    • PLM
    • Compra
    • Mantenimiento
    • Calidad
    Recursos Humanos
    • Empleados
    • Reclutamiento
    • Ausencias
    • Evaluación
    • Referencias
    • Flota
    Marketing
    • Marketing social
    • Marketing por correo electrónico
    • Marketing por SMS
    • Eventos
    • Automatización de marketing
    • Encuestas
    Servicios
    • Proyecto
    • Partes de horas
    • Servicio de campo
    • Servicio de asistencia
    • Planificación
    • Citas
    Productividad
    • Conversaciones
    • Aprobaciones
    • IoT
    • VoIP
    • Información
    • WhatsApp
    Aplicaciones de terceros Studio de Odoo Plataforma de Odoo Cloud
  • Industrias
    Comercio al por menor
    • Librería
    • Tienda de ropa
    • Tienda de muebles
    • Tienda de ultramarinos
    • Ferretería
    • Juguetería
    Alimentación y hostelería
    • Bar y taberna
    • Restaurante
    • Comida rápida
    • Casa de huéspedes
    • Distribuidor de bebidas
    • Hotel
    Inmueble
    • Agencia inmobiliaria
    • Estudio de arquitectura
    • Construcción
    • Gestión inmobiliaria
    • Jardinería
    • Asociación de propietarios
    Consultoría
    • Empresa contable
    • Partner de Odoo
    • Agencia de marketing
    • Bufete de abogados
    • Adquisición de talentos
    • Auditorías y certificaciones
    Fabricación
    • Textil
    • Metal
    • Muebles
    • Alimentos
    • Brewery
    • Regalos de empresas
    Salud y bienestar
    • Club deportivo
    • Óptica
    • Gimnasio
    • Terapeutas
    • Farmacia
    • Peluquería
    Oficios
    • Handyman
    • Hardware y asistencia informática
    • Sistemas de energía solar
    • Zapatero
    • Servicios de limpieza
    • Servicios de calefacción, ventilación y aire acondicionado
    Otros
    • Organización sin ánimo de lucro
    • Agencia de protección del medio ambiente
    • Alquiler de paneles publicitarios
    • Estudio fotográfico
    • Alquiler de bicicletas
    • Distribuidor de software
    Browse all Industries
  • Comunidad
    Aprender
    • Tutoriales
    • Documentación
    • Certificaciones
    • Formación
    • Blog
    • Podcast
    Potenciar la educación
    • Programa de formación
    • Scale Up! El juego empresarial
    • Visita Odoo
    Obtener el software
    • Descargar
    • Comparar ediciones
    • Versiones
    Colaborar
    • GitHub
    • Foro
    • Eventos
    • Traducciones
    • Convertirse en partner
    • Services for Partners
    • Registrar tu empresa contable
    Obtener servicios
    • Encontrar un partner
    • Encontrar un asesor fiscal
    • Contacta con un experto
    • Servicios de implementación
    • Referencias de clientes
    • Ayuda
    • Actualizaciones
    GitHub YouTube Twitter Linkedin Instagram Facebook Spotify
    +1 (650) 691-3277
    Solicitar una demostración
  • Precios
  • Ayuda

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

  • CRM
  • e-Commerce
  • Contabilidad
  • Inventario
  • PoS
  • Proyecto
  • MRP
All apps
Debe estar registrado para interactuar con la comunidad.
Todas las publicaciones Personas Insignias
Etiquetas (Ver todo)
odoo accounting v14 pos v15
Acerca de este foro
Debe estar registrado para interactuar con la comunidad.
Todas las publicaciones Personas Insignias
Etiquetas (Ver todo)
odoo accounting v14 pos v15
Acerca de este foro
Ayuda

How to install odoo 8 on ubuntu 14.04?

Suscribirse

Reciba una notificación cuando haya actividad en esta publicación

Se marcó esta pregunta
v8installation
4 Respuestas
17093 Vistas
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
Descartar
Stephen Mack

Explain how you chose the version? Thank you!

Avatar
Stephen Mack
Mejor respuesta

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
Descartar
Alex
Autor

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)
Mejor respuesta

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
Descartar
Alex
Autor

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
Mejor respuesta

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
Descartar
Avatar
Jake Stoeffler
Mejor respuesta

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
Descartar
¿Le interesa esta conversación? ¡Participe en ella!

Cree una cuenta para poder utilizar funciones exclusivas e interactuar con la comunidad.

Inscribirse
Publicaciones relacionadas Respuestas Vistas Actividad
is it possible to automatic updates after installing version 8 trunk
v8 installation
Avatar
0
mar 15
4321
Installing Odoo V8 FreeBSD
v8 installation
Avatar
0
mar 15
6489
Odoo 8 - 500 Internal Server Error
v8 installation 500
Avatar
Avatar
1
jul 17
8874
Is available Odoo 8 to be installed on Ubuntu?
v8 installation odoo
Avatar
Avatar
Avatar
Avatar
4
mar 15
7115
Can not log in odoo 8.0-8843974
v8 installation login
Avatar
1
mar 15
6623
Comunidad
  • Tutoriales
  • Documentación
  • Foro
Código abierto
  • Descargar
  • GitHub
  • Runbot
  • Traducciones
Servicios
  • Alojamiento Odoo.sh
  • Ayuda
  • Actualizar
  • Desarrollos personalizados
  • Educación
  • Encontrar un asesor fiscal
  • Encontrar un partner
  • Convertirse en partner
Sobre nosotros
  • Nuestra empresa
  • Activos de marca
  • Contacta con nosotros
  • Puestos de trabajo
  • Eventos
  • Podcast
  • Blog
  • Clientes
  • Información legal • Privacidad
  • Seguridad
الْعَرَبيّة 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 es un conjunto de aplicaciones de código abierto que cubren todas las necesidades de tu empresa: CRM, comercio electrónico, contabilidad, inventario, punto de venta, gestión de proyectos, etc.

La propuesta única de valor de Odoo es ser muy fácil de usar y totalmente integrado.

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