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

(CE) Openupgrade 11 --> 12 Manual Migration

Suscribirse

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

Se marcó esta pregunta
migrationmigrateopenupgrade
5 Respuestas
14323 Vistas
Avatar
Anatole

Hello,

As explained in this issue:
https://www.odoo.com/fr_EN/forum/aide-1/question/openupgrade-11-12-ce-no-longer-possible-150878
It is no longer possible to use the script migrate.py if openupgrade to upgrade from version 11 to version 12 of odoo.


Do you know how to use openupgrade without this script ?

Scipt removal commitment: https://github.com/OCA/OpenUpgrade/commit/079b84ccd2f045a94476546a4d1fdec1fd1d5745#diff-d6c5855a62cf32a4dadbc2831f0f295f

1
Avatar
Descartar
Avatar
faOtools
Mejor respuesta

I think, your statement that OpenUpgrade doesn't work any more is not correct. The accepted answer in the referred question is a mistake.

The script 'migrate.py' is obsolete and it is stated in the documentation. This script was just to simplify. However, the system itself works: checked it about 2 months ago. The coverage is not full, but for now 11>12 is more or less Okay.

The point is in your understanding of OpenUprgade. OpenUpgrade is the Odoo code with migration scripts inside each module. As soon as you launched this code with your old database, it is updated to the newer version and simultaneously, migration is done (fields are converted, data is removed).

As for alternatives:

  1. You can ask Odoo to migrate your database (surely for remuneration)

  2. You can export/import tables (really time-consuming and error-prone)

  3. You can fix the errors manually by yourself as you launched the database on the newest code (requires much in understanding Odoo and much time)

There is no big sense to duplicate OpenUpgrade features. The result might be not better, but costs would be significant.

How to use OpenUpgrade

Follow the steps stated in the 'Manual migration': https://doc.therp.nl/openupgrade/migration_details.html. If to simplify: 

  1. Clone OpenUpgrade of the version you want to migrate (e.g. 12.0)

  2. Make your database backup (e.g. of the version 11)

  3. Launch Odoo using OpenUpgrade code (as you launch it with just Odoo code) and with your database (-d [Your Database])

  4. Follow logs > fix errors and process warnings; re-launch if something is changed.

  5. If everything is fine, the updated database is a migrated one. Launch standard Odoo for this database (I recommend to do so with updating base or all modules)

3
Avatar
Descartar
Levi Bensley

At what point would you use the -d argument? my odoo servers have always started up automatically

Avatar
Era Group LTD. CO.
Mejor respuesta

Still, the instructors are not clear enough!

Would you please explain steps with example

thanks,

0
Avatar
Descartar
Avatar
Anatole
Autor Mejor respuesta

Hello Odoo tools,

I can't comment, so I'll answer you here.
Thank you for taking the time to respond.
You're right, the answer to the other question has been modified.

You're right again in the sense that I don't fully understand OpenUpgrade. I don't know how to use this code because i think the documentation doesn't seem precise enough to use it. The script allowed to do this simply but without it how to do it to migrate? It is necessary to execute the "end-migration.py" script for all modules? If so, is there a specific order? Are there any detailed explanations and instructions to follow to carry out such an operation?

Thank you in advance, have a good day.
Anatole

0
Avatar
Descartar
faOtools

Anatole, I updated my answer with basic hints how to use OpenUpgrade.

Anatole
Autor

Thank you for that answer, I'll look precisely into it later.

This is already helping.

¿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
Asset Management migration V12.0 to new versions
migration openupgrade
Avatar
0
may 23
3046
How to set up 2 OpenUpgrade Servers Resuelto
migration openupgrade
Avatar
1
ago 19
5334
Migration Saas to On Promise ? Resuelto
migration migrate
Avatar
Avatar
2
jul 18
7075
Error openupgrade hr module
migration openupgrade
Avatar
Avatar
1
mar 15
6391
Detailed instruction for migrating Odoo (8->12) with OpenUpgrade Resuelto
migration migrate odooV8 openupgrade odoo12
Avatar
Avatar
Avatar
7
dic 23
21701
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