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

Failed to load registry in ODOO 13

S'inscrire

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

Cette question a été signalée
odooexceptionsodoo12Odoo13registry
1 Répondre
31293 Vues
Avatar
Muhammad Imran

I got that error how i can fix it.


2019-12-20 05:37:45,170 7509 ERROR odoo15 odoo.modules.registry: Failed to load registry
Traceback (most recent call last):
File "/odoo13/odoo-server/odoo/modules/registry.py", line 59, in __new__
return cls.registries[db_name]
File "/odoo13/odoo-server/odoo/tools/func.py", line 69, in wrapper
return func(self, *args, **kwargs)
File "/odoo13/odoo-server/odoo/tools/lru.py", line 44, in __getitem__
a = self.d[obj].me
KeyError: 'odoo15'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
File "/odoo13/odoo-server/odoo/modules/registry.py", line 85, in new
odoo.modules.load_modules(registry._db, force_demo, status, update_module)
File "/odoo13/odoo-server/odoo/modules/loading.py", line 416, in load_modules
force, status, report, loaded_modules, update_module, models_to_check)
File "/odoo13/odoo-server/odoo/modules/loading.py", line 312, in load_marked_modules
perform_checks=perform_checks, models_to_check=models_to_check
File "/odoo13/odoo-server/odoo/modules/loading.py", line 179, in load_module_graph
load_openerp_module(package.name)
File "/odoo13/odoo-server/odoo/modules/module.py", line 365, in load_openerp_module
__import__('odoo.addons.' + module_name)
File "/odoo13/odoo-server/custom/pos_multi_session/__init__.py", line 2, in <module>
from . import models
File "/odoo13/odoo-server/custom/pos_multi_session/models/__init__.py", line 2, in <module>
from . import pos_multi_session_models
File "/odoo13/odoo-server/custom/pos_multi_session/models/pos_multi_session_models.py", line 15, in <module>
class PosConfig(models.Model):
File "/odoo13/odoo-server/custom/pos_multi_session/models/pos_multi_session_models.py", line 49, in PosConfig
@api.multi
AttributeError: module 'odoo.api' has no attribute 'multi'
2019-12-20 05:37:45,295 7509 INFO odoo15 werkzeug: 127.0.0.1 - - [20/Dec/2019 05:37:45] "GET /web/database/selector HTTP/1.1" 200 - 13 0.014 0.297
2019-12-20 05:37:45,322 7509 INFO ? werkzeug: 127.0.0.1 - - [20/Dec/2019 05:37:45] "GET /web/static/lib/fontawesome/css/font-awesome.css HTTP/1.1" 304 - - - -
2019-12-20 05:37:45,322 7509 INFO ? werkzeug: 127.0.0.1 - - [20/Dec/2019 05:37:45] "GET /web/static/lib/bootstrap/css/bootstrap.css HTTP/1.1" 304 - - - -
2019-12-20 05:37:45,328 7509 INFO ? werkzeug: 127.0.0.1 - - [20/Dec/2019 05:37:45] "GET /web/static/lib/jquery/jquery.js HTTP/1.1" 304 - - - -
2019-12-20 05:37:45,329 7509 INFO ? werkzeug: 127.0.0.1 - - [20/Dec/2019 05:37:45] "GET /web/static/lib/popper/popper.js HTTP/1.1" 304 - - - -
2019-12-20 05:37:45,334 7509 INFO ? werkzeug: 127.0.0.1 - - [20/Dec/2019 05:37:45] "GET /web/static/lib/bootstrap/js/carousel.js HTTP/1.1" 304 - - - -
2019-12-20 05:37:45,340 7509 INFO ? werkzeug: 127.0.0.1 - - [20/Dec/2019 05:37:45] "GET /web/static/lib/bootstrap/js/modal.js HTTP/1.1" 304 - - - -
2019-12-20 05:37:45,341 7509 INFO ? werkzeug: 127.0.0.1 - - [20/Dec/2019 05:37:45] "GET /web/static/lib/bootstrap/js/dropdown.js HTTP/1.1" 304 - - - -
2019-12-20 05:37:45,346 7509 INFO ? werkzeug: 127.0.0.1 - - [20/Dec/2019 05:37:45] "GET /web/static/lib/bootstrap/js/tooltip.js HTTP/1.1" 304 - - - -

0
Avatar
Ignorer
Avatar
Cybrosys Techno Solutions Pvt.Ltd
Meilleure réponse

Hi,
In Odoo 13 @api.multi removed.

Refer the following forum post https://www.odoo.com/forum/help-1/question/attributeerror-module-odoo-api-has-no-attribute-multi-156849

Commit regarding the update

https://github.com/odoo/odoo/commit/4b38cc6590abcb58a0ca102a06063eb3db7ac1f4#diff-2c418cb78b7c562a79e7032645a537d2

Regards

3
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
Publications associées Réponses Vues Activité
While Converting V12 to V13 Model 'account.invoice' does not exist in registry. Résolu
account.invoice odoo12 Odoo13 registry
Avatar
Avatar
Avatar
Avatar
3
août 22
14896
How to track One2many field in Odoo12? Résolu
odoo odoo12
Avatar
Avatar
Avatar
Avatar
3
nov. 23
18412
Error: Couldn't load module web Résolu
odoo odoo12
Avatar
Avatar
Avatar
3
nov. 24
26510
How to use hash value instead of integer value for id in the URL of Odoo 13.
odoo Odoo13
Avatar
0
juil. 23
3243
How I get the current ID of a record ? Résolu
odoo odoo12
Avatar
Avatar
1
avr. 23
6902
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