Se rendre au contenu
Odoo Menu
  • Se connecter
  • Essai gratuit
  • Applications
    Finance
    • Comptabilité
    • Facturation
    • Notes de frais
    • Feuilles de calcul (BI)
    • Documents
    • Signature
    Ventes
    • CRM
    • Ventes
    • PdV Boutique
    • PdV Restaurant
    • Abonnements
    • Location
    Sites web
    • Site Web
    • eCommerce
    • Blog
    • Forum
    • Live Chat
    • eLearning
    Chaîne d'approvisionnement
    • Inventaire
    • Fabrication
    • PLM
    • Achats
    • Maintenance
    • Qualité
    Ressources Humaines
    • Employés
    • Recrutement
    • Congés
    • Évaluations
    • Recommandations
    • Parc automobile
    Marketing
    • Marketing Social
    • E-mail Marketing
    • SMS Marketing
    • Événements
    • Marketing Automation
    • Sondages
    Services
    • Projet
    • Feuilles de temps
    • Services sur Site
    • Assistance
    • Planification
    • Rendez-vous
    Productivité
    • Discussion
    • Validations
    • Internet des Objets
    • VoIP
    • Connaissances
    • WhatsApp
    Applications tierces Odoo Studio Plateforme Cloud d'Odoo
  • Industries
    Commerce de détail
    • Librairie
    • Magasin de vêtements
    • Magasin de meubles
    • Épicerie
    • Quincaillerie
    • Magasin de jouets
    Food & Hospitality
    • Bar et Pub
    • Restaurant
    • Fast-food
    • Maison d’hôtes
    • Distributeur de boissons
    • Hôtel
    Immobilier
    • Agence immobilière
    • Cabinet d'architecture
    • Construction
    • Gestion immobilière
    • Jardinage
    • Association de copropriétaires
    Consultance
    • Cabinet d'expertise comptable
    • Partenaire Odoo
    • Agence Marketing
    • Cabinet d'avocats
    • Aquisition de talents
    • Audit & Certification
    Fabrication
    • Textile
    • Métal
    • Meubles
    • Alimentation
    • Brewery
    • Cadeaux d'entreprise
    Santé & Fitness
    • Club de sports
    • Opticien
    • Salle de fitness
    • Praticiens bien-être
    • Pharmacie
    • Salon de coiffure
    Trades
    • Bricoleur
    • Matériel informatique et support
    • Systèmes photovoltaïques
    • Cordonnier
    • Services de nettoyage
    • Services CVC
    Autres
    • Organisation à but non lucratif
    • Agence environnementale
    • Location de panneaux d'affichage
    • Photographie
    • Leasing de vélos
    • Revendeur de logiciel
    Browse all Industries
  • Communauté
    Apprenez
    • Tutoriels
    • Documentation
    • Certifications
    • Formation
    • Blog
    • Podcast
    Renforcer l'éducation
    • Programme éducatif
    • Business Game Scale-Up!
    • Rendez-nous visite
    Obtenir le logiciel
    • Téléchargement
    • Comparez les éditions
    • Versions
    Collaborer
    • Github
    • Forum
    • Événements
    • Traductions
    • Devenez partenaire
    • Services for Partners
    • Enregistrer votre cabinet comptable
    Nos Services
    • Trouver un partenaire
    • Trouver un comptable
    • Rencontrer un conseiller
    • Services de mise en œuvre
    • Références clients
    • Assistance
    • Mises à niveau
    Github Youtube Twitter Linkedin Instagram Facebook Spotify
    +1 (650) 691-3277
    Obtenir une démonstration
  • Tarification
  • Aide

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

  • CRM
  • e-Commerce
  • Comptabilité
  • Inventaire
  • PoS
  • Projet
  • MRP
All apps
Vous devez être inscrit pour interagir avec la communauté.
Toutes les publications Personnes Badges
Étiquettes (Voir toutl)
odoo accounting v14 pos v15
À propos de ce forum
Vous devez être inscrit pour interagir avec la communauté.
Toutes les publications Personnes Badges
Étiquettes (Voir toutl)
odoo accounting v14 pos v15
À propos de ce forum
Aide

Odoo v17 To v19 Upgrade Path and Custom Module Migration

S'inscrire

Recevez une notification lorsqu'il y a de l'activité sur ce poste

Cette question a été signalée
custom moduleEnterpriseUpgradeMigrationv17v19
1 Répondre
1601 Vues
Avatar
Ashar Habib

I am currently using Odoo v17 Enterprise Edition on premise with several custom modules and planning to upgrade to Odoo v19.

I’d like to clarify:

  • Can I upgrade directly from v17 to v19, or do I need to migrate v17 → v18 → v19?

  • For custom modules, should I upgrade their code step-by-step (v18 then v19), or can I directly adapt them for v19?

I would appreciate guidance on the recommended upgrade path and best practices for handling custom modules during migration.

Thank you for your time and assistance.

0
Avatar
Ignorer
Odoo consultant

Yes, you can directly upgrade your Odoo database from version 15 to version 19, even with custom modules. You don't need to upgrade incrementally through each version.

However, upgrading a database with custom modules requires extra steps:

Stop development: Freeze the codebase to avoid having to re-upgrade and re-test features.

Request an upgraded test database: This allows you to test the upgrade process without affecting your live data. You can request multiple test databases if needed.

Make your modules installable on an empty database: Ensure your custom modules are compatible with the new Odoo version by installing them on an empty database and resolving any errors or warnings.

Make your modules installable on the upgraded database: Migrate data and test the modules to ensure they work correctly with the upgraded database.

Test extensively and do a rehearsal: Thoroughly test the upgraded database and perform a rehearsal to identify and fix any issues before upgrading the production database.

With Odoo Enterprise, upgrading to the latest version is free, including support to resolve potential issues.Please refer the Upgrade docs

https://www.odoo.com/documentation/19.0/developer/howtos/upgrade_custom_db.html

Apiuser

@Odoo consultant, are you making things up? Have you ever done an upgrade? Or are you just posting bullshit from an AI?
Wish i could downvote your comment...
As @Ray Carnes (ray) said, the databse needs to be updated from one version to the following one, so from 17 to 18, and later from 18 to 19 (you can run them one after the other, but the migration is a one step version upgrade)
Your modules could be upgraded to the 19th version, but then how will you test nothing is broken in the 18th version? You can't, so its up to you.

Avatar
Ray Carnes (ray)
Meilleure réponse

Our upgrade service - upgrade.odoo.com - alway upgrades one version at a time.

If you request an upgrade from Odoo 17 to Odoo 19, we will first upgrade your database to Odoo 18, then upgrade it to Odoo 19.

For custom modules, we don't upgrade them, leaving that to you or your Odoo Partner.

In that case, your Odoo 19 database will be returned to you with any custom module flagged as "to upgrade". You would then provide the code for those modules for Odoo 19.   You can upgrade them yourself directly from Odoo 17 to Odoo 19.

See also https://www.odoo.com/documentation/user/administration/upgrade.html


Note: the upgrade to Odoo 19 is still in the testing phase and not yet available.

2
Avatar
Ignorer
Ashar Habib
Auteur

Thank you for the clarification and detailed response!

Vous appréciez la discussion ? Ne vous contentez pas de lire, rejoignez-nous !

Créez un compte dès aujourd'hui pour profiter de fonctionnalités exclusives et échanger avec notre formidable communauté !

S'inscrire
Publications associées Réponses Vues Activité
How to adapt the code to be compatible with Odoo 17
Upgrade v17
Avatar
Avatar
1
déc. 23
3221
Upgrade Minor Version 15.0 to 15.3
Upgrade Migration
Avatar
0
oct. 25
2594
How to change default model and view of Sales App Résolu
Sales Upgrade v17
Avatar
Avatar
Avatar
2
avr. 24
3277
How to upgrade Odoo 12 community to enterprise
Enterprise Community Upgrade
Avatar
Avatar
Avatar
Avatar
4
mars 23
8064
[Odoo 14 Enterprise] Upgrade 12->14
enterprise Upgrade Migration
Avatar
0
nov. 21
3413
Communauté
  • Tutoriels
  • Documentation
  • Forum
Open Source
  • Téléchargement
  • Github
  • Runbot
  • Traductions
Services
  • Hébergement Odoo.sh
  • Assistance
  • Migration
  • Développements personnalisés
  • Éducation
  • Trouver un comptable
  • Trouver un partenaire
  • Devenez partenaire
À propos
  • Notre société
  • Actifs de la marque
  • Contactez-nous
  • Emplois
  • Événements
  • Podcast
  • Blog
  • Clients
  • Informations légales • Confidentialité
  • Sécurité.
الْعَرَبيّة 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 est une suite d'applications open source couvrant tous les besoins de votre entreprise : CRM, eCommerce, Comptabilité, Inventaire, Point de Vente, Gestion de Projet, etc.

Le positionnement unique d'Odoo est d'être à la fois très facile à utiliser et totalement intégré.

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