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

Upgrading from Odoo 11 CE to Odoo 15 CE via 12, 13, 14

S'inscrire

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

Cette question a été signalée
1 Répondre
2768 Vues
Avatar
Renato Del Castillo

Hi Odoo Community,
I'm trying to migrate my actual Odoo 11 to Odoo 15, both community versions. I've been searching all over the Internet and I have solved a lot of "problems" so far. I'm not doing a direct migration because OpenUpgrade documentation says I have to go from 11 to 12, then to 13, 14 and 15

My testing platform is running on Ubuntu 18.04 and postgres 10

The command to run the upgrade is: 
./odoo-bin --addons-path=/var/lib/odoo/migration/openupgrade/addons -d SMRTTGUSUPG --update all --stop-after-init --load=base,web,openupgrade_framework

Right now, I have some problems:

1. openupgrade_framework won't load giving me the following errors:

2022-12-26 04:18:11,049 1346 CRITICAL ? odoo\.modules\.module:\ Couldn't\ load\ module\ openupgrade_framework
2022\-12\-26\ 04:18:11,049\ 1346\ CRITICAL\ \?\ odoo\.modules\.module:\ No\ module\ named\ 'openupgrade_framework'
2022\-12\-26\ 04:18:11,049\ 1346\ ERROR\ \?\ odoo\.service\.server:\ Failed\ to\ load\ server\-wide\ module\ `openupgrade_framework`\.
Traceback\ \(most\ recent\ call\ last\):
File\ "/var/lib/odoo/migration/openupgrade/odoo/service/server\.py",\ line\ 1111,\ in\ load_server_wide_modules
odoo\.modules\.module\.load_openerp_module\(m\)
File\ "/var/lib/odoo/migration/openupgrade/odoo/modules/module\.py",\ line\ 368,\ in\ load_openerp_module
__import__\('odoo\.addons\.'\ \+\ module_name\)
File\ "/var/lib/odoo/migration/openupgrade/odoo/modules/module\.py",\ line\ 61,\ in\ load_module
f,\ path,\ \(_suffix,\ _mode,\ type_\)\ =\ imp\.find_module\(addon_name,\ ad_paths\)
File\ "/usr/lib/python3\.6/imp\.py",\ line\ 297,\ in\ find_module
raise\ ImportError\(_ERR_MSG\.format\(name\),\ name=name\)
ImportError:\ No\ module\ named\ 'openupgrade_framework'

I\ have\ try\ to\ add\ \ /var/lib/odoo/migration/openupgrade\ to\ the\ addons\ path\ since\ it\ has\ the\ framework\ directory\ but\ it\ gives\ me\ an\ error\ saying\ that\ it\ is\ not\ an\ addon\ directory

2\.\ 3\ differente\ errors

At\ the\ end\ of\ the\ process\ I'm\ getting\ the\ following\ errors:
/2022\-12\-26\ 04:18:23,830\ 1346\ CRITICAL\ SMRTTGUSUPG\ odoo\.modules\.module:\ Couldn't\ load\ module\ auth_crypt
2022\-12\-26\ 04:18:23,830\ 1346\ CRITICAL\ SMRTTGUSUPG\ odoo\.modules\.module:\ No\ module\ named\ 'odoo\.addons\.base\.res'
2022\-12\-26\ 04:18:23,831\ 1346\ ERROR\ SMRTTGUSUPG\ odoo\.modules\.registry:\ Failed\ to\ load\ registry
Traceback\ \(most\ recent\ call\ last\):
File\ "/var/lib/odoo/migration/openupgrade/odoo/modules/registry\.py",\ line\ 86,\ in\ new
odoo\.modules\.load_modules\(registry\._db,\ force_demo,\ status,\ update_module\)
File\ "/var/lib/odoo/migration/openupgrade/odoo/modules/loading\.py",\ line\ 487,\ in\ load_modules
force,\ status,\ report,\ loaded_modules,\ update_module,\ models_to_check,\ upg_registry\)
File\ "/var/lib/odoo/migration/openupgrade/odoo/modules/loading\.py",\ line\ 371,\ in\ load_marked_modules
upg_registry=upg_registry,
File\ "/var/lib/odoo/migration/openupgrade/odoo/modules/loading\.py",\ line\ 196,\ in\ load_module_graph
load_openerp_module\(package\.name\)
File\ "/var/lib/odoo/migration/openupgrade/odoo/modules/module\.py",\ line\ 368,\ in\ load_openerp_module
__import__\('odoo\.addons\.'\ \+\ module_name\)
File\ "/var/lib/odoo/migration/openupgrade/odoo/modules/module\.py",\ line\ 82,\ in\ load_module
exec\(open\(modfile,\ 'rb'\)\.read\(\),\ new_mod\.__dict__\)
File\ "",\ line\ 3,\ in\
File\ "/usr/lib/python3/dist\-packages/odoo/addons/auth_crypt/models/__init__\.py",\ line\ 3,\ in\
from\ \.\ import\ res_users
File\ "/usr/lib/python3/dist\-packages/odoo/addons/auth_crypt/models/res_users\.py",\ line\ 9,\ in\
from\ odoo\.addons\.base\.res\ import\ res_users
ModuleNotFoundError:\ No\ module\ named\ 'odoo.addons.base.res'

please your help!

0
Avatar
Ignorer
Avatar
Renato Del Castillo
Auteur Meilleure réponse

found that for version 13.0 and below the upgrade command shouldn't include the openupgrade_framework option

0
Avatar
Ignorer
Apiuser

So, does that mean you could migrate to 15?

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