Zum Inhalt springen
Odoo Menü
  • Anmelden
  • Jetzt gratis testen
  • Apps
    Finanzen
    • Buchhaltung
    • Rechnungsstellung
    • Spesenabrechnung
    • Tabellenkalkulation (BI)
    • Dokumente
    • E-Signatur
    Vertrieb
    • CRM
    • Vertrieb
    • Kassensystem – Shop
    • Kassensystem – Restaurant
    • Abonnements
    • Vermietung
    Websites
    • Website-Builder
    • E-Commerce
    • Blog
    • Forum
    • Livechat
    • E-Learning
    Lieferkette
    • Lager
    • Fertigung
    • PLM
    • Einkauf
    • Wartung
    • Qualität
    Personalwesen
    • Mitarbeiter
    • Personalbeschaffung
    • Abwesenheiten
    • Mitarbeiterbeurteilung
    • Personalempfehlungen
    • Fuhrpark
    Marketing
    • Social Marketing
    • E-Mail-Marketing
    • SMS-Marketing
    • Veranstaltungen
    • Marketing-Automatisierung
    • Umfragen
    Dienstleistungen
    • Projekte
    • Zeiterfassung
    • Außendienst
    • Kundendienst
    • Planung
    • Termine
    Produktivität
    • Dialog
    • Genehmigungen
    • IoT
    • VoIP
    • Wissensdatenbank
    • WhatsApp
    Apps von Drittanbietern Odoo Studio Odoo Cloud-Plattform
  • Branchen
    Einzelhandel
    • Buchladen
    • Kleidergeschäft
    • Möbelhaus
    • Lebensmittelgeschäft
    • Baumarkt
    • Spielwarengeschäft
    Essen & Gastgewerbe
    • Bar und Kneipe
    • Restaurant
    • Fast Food
    • Gästehaus
    • Getränkehändler
    • Hotel
    Immobilien
    • Immobilienagentur
    • Architekturbüro
    • Baugewerbe
    • Immobilienverwaltung
    • Gartenarbeit
    • Eigentümervereinigung
    Beratung
    • Buchhaltungsfirma
    • Odoo-Partner
    • Marketingagentur
    • Anwaltskanzlei
    • Talentakquise
    • Prüfung & Zertifizierung
    Fertigung
    • Textil
    • Metall
    • Möbel
    • Speisen
    • Brauerei
    • Firmengeschenke
    Gesundheit & Fitness
    • Sportklub
    • Brillengeschäft
    • Fitnessstudio
    • Therapeut
    • Apotheke
    • Friseursalon
    Handel
    • Handyman
    • IT-Hardware & -Support
    • Solarenergiesysteme
    • Schuster
    • Reinigungsdienstleistungen
    • HLK-Dienstleistungen
    Sonstiges
    • Gemeinnützige Organisation
    • Umweltschutzagentur
    • Plakatwandvermietung
    • Fotostudio
    • Fahrrad-Leasing
    • Software-Händler
    Alle Branchen ansehen
  • Community
    Lernen
    • Tutorials
    • Dokumentation
    • Zertifizierungen
    • Schulung
    • Blog
    • Podcast
    Bildung fördern
    • Bildungsprogramm
    • Scale-Up! Planspiel
    • Odoo besuchen
    Software anfragen
    • Herunterladen
    • Editionen vergleichen
    • Releases
    Zusammenarbeiten
    • Github
    • Forum
    • Veranstaltungen
    • Übersetzungen
    • Partner werden
    • Dienstleistungen für Partner
    • Buchhaltungsfirma registrieren
    Services anfragen
    • Partner finden
    • Buchhalter finden
    • Einen Experten treffen
    • Implementierungsservices
    • Kundenreferenzen
    • Support
    • Upgrades
    Github Youtube Twitter Linkedin Instagram Facebook Spotify
    +1 (650) 691-3277
    Eine Demo erhalten
  • Preiskalkulation
  • Hilfe

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

  • CRM
  • e-Commerce
  • Buchhaltung
  • Lager
  • PoS
  • Projekte
  • MRP
All apps
Sie müssen registriert sein, um mit der Community zu interagieren.
Alle Beiträge Personen Abzeichen
Stichwörter (Alle anzeigen)
odoo accounting v14 pos v15
Über dieses Forum
Sie müssen registriert sein, um mit der Community zu interagieren.
Alle Beiträge Personen Abzeichen
Stichwörter (Alle anzeigen)
odoo accounting v14 pos v15
Über dieses Forum
Hilfe

Odoo v17 To v19 Upgrade Path and Custom Module Migration

Abonnieren

Erhalten Sie eine Benachrichtigung, wenn es eine Aktivität zu diesem Beitrag gibt

Diese Frage wurde gekennzeichnet
custom moduleEnterpriseUpgradeMigrationv17v19
1 Antworten
1607 Ansichten
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
Verwerfen
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)
Beste Antwort

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
Verwerfen
Ashar Habib
Autor

Thank you for the clarification and detailed response!

Diskutieren Sie gerne? Treten Sie bei, statt nur zu lesen!

Erstellen Sie heute ein Konto, um exklusive Funktionen zu nutzen und mit unserer tollen Community zu interagieren!

Registrieren
Verknüpfte Beiträge Antworten Ansichten Aktivität
How to adapt the code to be compatible with Odoo 17
Upgrade v17
Avatar
Avatar
1
Dez. 23
3221
Upgrade Minor Version 15.0 to 15.3
Upgrade Migration
Avatar
0
Okt. 25
2594
How to change default model and view of Sales App Gelöst
Sales Upgrade v17
Avatar
Avatar
Avatar
2
Apr. 24
3277
How to upgrade Odoo 12 community to enterprise
Enterprise Community Upgrade
Avatar
Avatar
Avatar
Avatar
4
März 23
8064
[Odoo 14 Enterprise] Upgrade 12->14
enterprise Upgrade Migration
Avatar
0
Nov. 21
3413
Community
  • Tutorials
  • Dokumentation
  • Forum
Open Source
  • Herunterladen
  • Github
  • Runbot
  • Übersetzungen
Dienstleistungen
  • Odoo.sh-Hosting
  • Support
  • Upgrade
  • Individuelle Entwicklungen
  • Bildung
  • Buchhalter finden
  • Partner finden
  • Partner werden
Über uns
  • Unsere Firma
  • Markenwerte
  • Kontakt
  • Karriere
  • Veranstaltungen
  • Podcast
  • Blog
  • Kunden
  • Rechtliches • Datenschutz
  • Sicherheit
الْعَرَبيّة 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 ist eine Suite von Open-Source-Betriebsanwendungen, die alle Bedürfnisse Ihres Unternehmens abdecken: CRM, E-Commerce, Buchhaltung, Lager, Kassensystem, Projektmanagement etc.

Das einzigartige Wertversprechen von Odoo ist, dass es gleichzeitig sehr einfach zu bedienen und voll integriert ist.

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