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 Community 13 to 14 database migration

S'inscrire

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

Cette question a été signalée
4 Réponses
19791 Vues
Avatar
J.Barber

Hi all!


Is it currently possible to migrate database from Odoo 13 to 14 with OpenUpgrade?

We use Odoo 11 (Community Edition) and we're able to migrate from 11 to 12 and from 12 to 13, but when git checkout 14.0 version of OpenUpgrade, "odoo-bin" file is removed from "OpenUpgrade" folder and can't follow same procedure. Then, using "odoo-bin" from 11 version and from 14 version, we get several errors (not module errors but table content errors) and migration doesn't finish.

Many thanks!

Cheers.-

0
Avatar
Ignorer
HESHAM YUSUF

I would like to migrate my database from  odoo 12 to 13. could you please help me step by step.

can it be done on windows 10 or only unbunto ?

Jean_Luc

Hello,

I am currently in the same situation as you. I also managed to migrate from odoo 12 to 13 but not from 13 to 14 because the "odoo-bin" file is missing. I tried to call my odoo instance using the "odoo" call, but I have a feeling that the work done is not the same. I look at the Open Upgrade doc, but I admit that I don't understand everything. Did you manage to move forward?
Thank you for your response and your help!

Avatar
Jainesh Shah(Aktiv Software)
Meilleure réponse

Hello Barber,

As it is possible using OpenUpgarde script but currently we are facing some issue which mention at here :-
https://www.odoo.com/forum/help-1/event-id-error-on-migration-v13-ce-to-v14-ce-using-open-upgraded-script-version-188647

4
Avatar
Ignorer
Avatar
Kartik Patel
Meilleure réponse

Hello Barber,

In Openupgrade 14, the odoo-bin file is deprecated, instead we need to call the migration script of Openupgrade with odoo-14. For eg:-

branch(14.0) -> ./odoo-bin -d database_name --upgrade-path=OpenUpgrade-14/openupgrade_scripts/scripts --load=web,openupgrade_framework -u all

In upgrade-path, we need to give the path of scripted module and need to load web and openupgrade_framework module with it. We also need to install one python package for openupgrade-14 i.e https://pypi.org/project/odoo14-addon-openupgrade-scripts/


Note:- All the modules of Openupgrade-14 have not its migration script, odoo is still working on it . Please refer the below links

 https://github.com/OCA/OpenUpgrade/issues/2190

https://github.com/OCA/OpenUpgrade/issues/2595

https://github.com/OCA/OpenUpgrade/issues/2665

2
Avatar
Ignorer
Derick David

Odoo SA does work on the migration script for openupgrade its done by the OCA which is an independent community

Avatar
Melvin Chongo
Meilleure réponse

Hello sir
Hope you doing fine. Please can you explain how you did migrate from v12 to v13, i really need your help!
If you prefer you can send me an email 
macchongo@gmail.com

0
Avatar
Ignorer
Avatar
Jean_Luc
Meilleure réponse

Thanks Derick for your answer, but it's juste an information and so ?

0
Avatar
Ignorer
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
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