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 run 2 versions of odoo (10 & 12) in one OS/environment?

Suscribirse

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

Se marcó esta pregunta
ubuntuodoo10odoo12
2 Respuestas
16272 Vistas
Avatar
Aurel Balanay

For development purposes: I have 2 community version odoo 10 and 12. Can it be run in the same OS Ubuntu 18.04? because now, I have 2 Virtual machines for odoo 10 and odoo 12. when i have a coding task in both versions I have to switch on other machines. is there any way to run both version on the same OS/Environment?

0
Avatar
Descartar
Odoo Mates

https://www.youtube.com/watch?v=l4jpz_bDI0Q

Avatar
Niyas Raphy (Walnut Software Solutions)
Mejor respuesta

Hi,

For this lot of blogs and writings are available in the internet. You can run the odoo 10 and odoo 12 in the same machine, for this you have to install both the python 2 and python 3. Odoo 10 is running in python 2.7 and odoo 12 is running in python 3. Once you install it, you have to create separate conf file for 10 and 12, as well as separate service.

Have a look at the below threads:

1. Install multiple Odoo instances on a single machine 

2. How to run odoo 10 and odoo 12 together in one system on ubuntu

Thanks

2
Avatar
Descartar
Aurel Balanay
Autor

Thanks, Niyas! In addition, do I have to create also a separate user for each version?

Niyas Raphy (Walnut Software Solutions)

It's up to you system user, for the postgres you can create separate users

Aurel Balanay
Autor

Okay, will try on this. Thanks

Avatar
Cayprol
Mejor respuesta

I would use docker for multi versions, so you can have odoo v10 and v12 by container.  

The beauty of this is even multiple odoo instances of the same version.  

I think postgresql v10 works fine for odoo v10 as well, so it goes like all odoo container depends on the same postgresql container.  

All instances use different ports, so you can interact with them in the browser.  

All instances share the same addon directory and as well a individual directory.

0
Avatar
Descartar
Aurel Balanay
Autor

Thanks, Justin . do you have an available tutorial for this?

Cayprol

I don't know any full guide specifically to odoo. Docker itself is a lot to learn and as a developer I think it's worth the time and effort.

For official odoo docker guide,

https://hub.docker.com/_/odoo/

For official odoo v12 Dockerfile repo

https://github.com/odoo/docker/blob/c6b79809f0772c419f681889b810ae4aaff8ec37/12.0/Dockerfile

For building image based on custom Dockerfile(modify Dockerfile from the official repo)

https://docs.docker.com/engine/reference/commandline/build/

You can google general docker CLI to get a deeper understanding. FYI, Docker on Windows requires Hyper-V, so it conflicts with VBox.

¿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
How to run odoo 10 and odoo 12 together in one system on ubuntu 16.04? Resuelto
odoo10 odoo12
Avatar
Avatar
Avatar
Avatar
9
ago 23
14506
Odoo Installation Resuelto
ubuntu odoo12
Avatar
Avatar
Avatar
Avatar
3
ene 24
33864
Restrict user to see only his shipments in Inventory
odoo10 odoo12
Avatar
Avatar
Avatar
3
oct 20
4823
Certificate Error Resuelto
ubuntu odoo12
Avatar
Avatar
Avatar
4
ene 24
8190
Issu in configuring odoo with VSCode
ubuntu odoo12 vscode
Avatar
Avatar
2
jul 22
4960
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