Ir al contenido
Odoo Menú
  • Iniciar sesión
  • Pruébalo gratis
  • Aplicaciones
    Finanzas
    • Contabilidad
    • Facturación
    • Gastos
    • Hoja de cálculo (BI)
    • Documentos
    • Firma electrónica
    Ventas
    • CRM
    • Ventas
    • PdV para tiendas
    • PdV para restaurantes
    • Suscripciones
    • Alquiler
    Sitios web
    • Creador de sitios web
    • Comercio electrónico
    • Blog
    • Foro
    • Chat en vivo
    • eLearning
    Cadena de suministro
    • Inventario
    • Manufactura
    • PLM
    • Compras
    • Mantenimiento
    • Calidad
    Recursos humanos
    • Empleados
    • Reclutamiento
    • Vacaciones
    • Evaluaciones
    • Referencias
    • Flotilla
    Marketing
    • Redes sociales
    • Marketing por correo
    • Marketing por SMS
    • Eventos
    • Automatización de marketing
    • Encuestas
    Servicios
    • Proyectos
    • Registro de horas
    • Servicio externo
    • Soporte al cliente
    • Planeación
    • Citas
    Productividad
    • Conversaciones
    • Aprobaciones
    • IoT
    • VoIP
    • Artículos
    • WhatsApp
    Aplicaciones externas Studio de Odoo Plataforma de Odoo en la nube
  • Industrias
    Venta minorista
    • Librería
    • Tienda de ropa
    • Mueblería
    • Tienda de abarrotes
    • Ferretería
    • Juguetería
    Alimentos y hospitalidad
    • Bar y pub
    • Restaurante
    • Comida rápida
    • Casa de huéspedes
    • Distribuidora de bebidas
    • Hotel
    Bienes inmuebles
    • Agencia inmobiliaria
    • Estudio de arquitectura
    • Construcción
    • Gestión de bienes inmuebles
    • Jardinería
    • Asociación de propietarios
    Consultoría
    • Firma contable
    • Partner de Odoo
    • Agencia de marketing
    • Bufete de abogados
    • Adquisición de talentos
    • Auditorías y certificaciones
    Manufactura
    • Textil
    • Metal
    • Muebles
    • Comida
    • Cervecería
    • Regalos corporativos
    Salud y ejercicio
    • Club deportivo
    • Óptica
    • Gimnasio
    • Especialistas en bienestar
    • Farmacia
    • Peluquería
    Trades
    • Personal de mantenimiento
    • Hardware y soporte de TI
    • Sistemas de energía solar
    • Zapateros y fabricantes de calzado
    • Servicios de limpieza
    • Servicios de calefacción, ventilación y aire acondicionado
    Otros
    • Organización sin fines de lucro
    • Agencia para la protección del medio ambiente
    • Alquiler de anuncios publicitarios
    • Fotografía
    • Alquiler de bicicletas
    • Distribuidor de software
    Descubre todas las industrias
  • Odoo Community
    Aprende
    • Tutoriales
    • Documentación
    • Certificaciones
    • Capacitación
    • Blog
    • Podcast
    Fortalece la educación
    • Programa educativo
    • Scale Up! El juego empresarial
    • Visita Odoo
    Obtén el software
    • Descargar
    • Compara ediciones
    • Versiones
    Colabora
    • GitHub
    • Foro
    • Eventos
    • Traducciones
    • Conviértete en partner
    • Servicios para partners
    • Registra tu firma contable
    Obtén servicios
    • Encuentra un partner
    • Encuentra un contador
    • Contacta a un consultor
    • Servicios de implementación
    • Referencias de clientes
    • Soporte
    • Actualizaciones
    GitHub YouTube Twitter LinkedIn Instagram Facebook Spotify
    +1 (650) 691-3277
    Solicita 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
  • Proyectos
  • 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

Upgrade from Odoo v9 to v11 or better to v12?

Suscribirse

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

Se marcó esta pregunta
communityupgradeodoo11odoo12
5 Respuestas
9538 Vistas
Avatar
Michael Wang

Hi, I am Odoo user of Version 9 community Edition. The funtions are totally enough for our daily business requests. But we wanna uprade our v.9 to uptodate version 11. But in October the Odoo v12 will be released. What is better? To upgrade to v11 or better directly upgrade to v12.

Thanks for any advice.

Michael

1
Avatar
Descartar
Marek Matej

The database migration is quite complex task. I choose to export (csv,xml) data from odoo9 and import them to odoo12. This however produce unexpected behavior during export as well as import. Second option is to purchase enterprise (for month or so) and let odoo stuff to manage migration. However I did not find it straight as enterprise for month can only be hosted on odoo cloud. So I'm bit stuck with the migration. If you did manage odoo9 db to get work in odoo12, can you please share your experience?

Avatar
Marek Matej
Mejor respuesta

Depends on your database size and complexity you can either export/import data, or you can migrate whole database. Both ways seems to be pretty time consuming :)

In our small business we also use odoo9c and we are using contacts and project management apps, so not a big deal. To run multiple versions (and instances) I use python virtualenv, which I prepare separately for each odoo version I plan to deploy. (I also run virtualenv for production).

I decided to upgrade to odoo12 as it has significant features improvement - specially the responsive mobile version - which I like.

I followed oca/openupgrade \tutorial\\&nbsp\;and\ use\&nbsp\;\automated migration tool. Migrating to odoo10 was relative simple as it is build on python2.7 (same as odoo9). 

But migrating to odoo11 is more complex as it is build on python3, so there is lots of changes. At the end I was not able to fix all the errors after the migration to v11 (I'm not too experienced in fixing db models etc), however the server runs. But I was not able to migrate to odoo12 as migration script does not support it (yet).

As our database is not very big and we are using only few apps I finally decided to install brand new database and import the data from our old odoo9c. This doesn't seems to be easiest approach, but considering the time I spent on migration of whole db and fixing subsequent errors I think it is the best approach in situation like this (small business, small data sets).

Hope this helps a bit.

1
Avatar
Descartar
Michael Wang
Autor

Thanks for sharing this valuable experience.

Avatar
Piotr Cierkosz
Mejor respuesta

Before migrating to newer version do your research on:

- new features as well as missing features in the newer versions. For example Odoo 10 has customer issues, where Odoo 12 does not (in the Community version), from 11.0 Accounting is only in the Enterprise version

- do you want to go Odoo Enterprise (enterprise users get free updates for base modules)

Once you decided choose one of the following:

1) Let Odoo or Odoo Partner migrate and sign up for Odoo Enterprise

2) Find a company or a specialist to migrate to newer version of Community

3) Migrate by yourself using OpenMigrate (this needs some skills and time and it won't migrate custom modules)

4) Install newer version and migate yourself by using export-import to csv - note that this is not recommended on a large scale as you will get plenty of errors on the way + reserve loads of time.

Finally, the answer for the question - wait or migrate? It really depends on your funds, expected features(Accounting is not in the Odoo Enterprise since Odoo 11), skills (with proper skills you can do it on your own) & time.


0
Avatar
Descartar
Avatar
Nikhil Krishnan
Mejor respuesta

Hi Michael Wang,


I think the migration process is a step by step process. If you need to migrate first you need to migrate to V10 then V11..etc. If you are migrating in manually and you are going to migrate directly to V11, Just wait for the release of Odoo V12. That is far better.

https://medium.com/@nikhilkrishnan/odoo-version-12-new-features-eb5675e063ff

Regards,

Nikhilkrishnan

0
Avatar
Descartar
Marek Matej

The link you provided is just odoo12 feature list which is not related to odoo database migration task.

¿Le interesa esta conversación? ¡Participe en ella!

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

Registrarse
Publicaciones relacionadas Respuestas Vistas Actividad
Upgrade from Odoo 11 to Odoo 12 EE Resuelto
upgrade odoo11 odoo12
Avatar
Avatar
1
dic 18
5815
Readonly field in onchange method not store value when save Resuelto
odoo11 odoo12
Avatar
Avatar
Avatar
Avatar
Avatar
6
may 24
52283
What does it mean, next_notice_date is less than datetime.now Resuelto
odoo11 odoo12
Avatar
Avatar
1
feb 23
697
Interest
odoo11 odoo12
Avatar
0
feb 23
724
how to allow only manager to edit the form which is in approved state. odoo12 Resuelto
community odoo12
Avatar
Avatar
1
sept 21
4537
Comunidad
  • Tutoriales
  • Documentación
  • Foro
Código abierto
  • Descargar
  • GitHub
  • Runbot
  • Traducciones
Servicios
  • Alojamiento en Odoo.sh
  • Soporte
  • Actualizaciones del software
  • Desarrollos personalizados
  • Educación
  • Encuentra un contador
  • Encuentra un partner
  • Conviértete en partner
Sobre nosotros
  • Nuestra empresa
  • Activos de marca
  • Contáctanos
  • Empleos
  • Eventos
  • Podcast
  • Blog
  • Clientes
  • 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 estar 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