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
    • Guest House
    • Distributeur de boissons
    • Hotel
    Real Estate
    • Real Estate Agency
    • Cabinet d'architecture
    • Construction
    • Gestion immobilière
    • Jardinage
    • Association de copropriétaires
    Consulting
    • Accounting Firm
    • Partenaire Odoo
    • Agence Marketing
    • Cabinet d'avocats
    • Aquisition de talents
    • Audit & Certification
    Fabrication
    • Textile
    • Metal
    • Furnitures
    • Food
    • 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
    • Solar Energy Systems
    • Cordonnier
    • Services de nettoyage
    • HVAC Services
    Others
    • Nonprofit Organization
    • 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

Odoo18 community crashes after more than a week of running smoothly

S'inscrire

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

Cette question a été signalée
configurationdebug
1 Répondre
1449 Vues
Avatar
Hadrien Plancq

I have an instance of Odoo18 community intalled via git running on a Digital Ocean droplet :

  • Ubuntu 24.10 (GNU/Linux 6.11.0-29-generic x86_64)
  • 2 GB Memory
  • 50 GB Disk

It runs for about a week and then crashes by iteself, saying the decorator module is not installed. When it is...

root@ConfimundoDiana:~# sudo systemctl status odoo18.service
× odoo18.service - Odoo18
     Loaded: loaded (/etc/systemd/system/odoo18.service; disabled; preset: enabled)
     Active: failed (Result: exit-code) since Sun 2025-07-27 14:45:12 UTC; 1 day 18h ago
   Duration: 1w 20h 16min 9.389s
Invocation: 2d0ceaade6e14839977c1f800d480ed2
       Docs: http://www.odoo.com
    Process: 7996 ExecStart=/opt/odoo18/venv/bin/python3.12 /opt/odoo18/odoo/odoo-bin -c /etc/odoo18.conf (code=exited, status=1/FAILURE)
   Main PID: 7996 (code=exited, status=1/FAILURE)
   Mem peak: 359.1M
        CPU: 38min 608ms

Jul 27 14:45:12 ConfimundoDiana python3.12[7996]:   File "/opt/odoo18/odoo/odoo/orm/utils.py", line 8, in <module>
Jul 27 14:45:12 ConfimundoDiana python3.12[7996]:     from odoo.tools import SQL
Jul 27 14:45:12 ConfimundoDiana python3.12[7996]:   File "/opt/odoo18/odoo/odoo/tools/__init__.py", line 7, in <module>
Jul 27 14:45:12 ConfimundoDiana python3.12[7996]:     from .cache import ormcache, ormcache_context
Jul 27 14:45:12 ConfimundoDiana python3.12[7996]:   File "/opt/odoo18/odoo/odoo/tools/cache.py", line 6, in <module>
Jul 27 14:45:12 ConfimundoDiana python3.12[7996]:     from decorator import decorator
Jul 27 14:45:12 ConfimundoDiana python3.12[7996]: ModuleNotFoundError: No module named 'decorator'
Jul 27 14:45:12 ConfimundoDiana systemd[1]: odoo18.service: Main process exited, code=exited, status=1/FAILURE
Jul 27 14:45:12 ConfimundoDiana systemd[1]: odoo18.service: Failed with result 'exit-code'.
Jul 27 14:45:12 ConfimundoDiana systemd[1]: odoo18.service: Consumed 38min 608ms CPU time, 359.1M memory peak.
root@ConfimundoDiana:~#

When it happens, I just restart Odoo and it runs for another 1-2 weeks withtout a problem, then the same problem happens. It's very strange I don't understand why this happens..

Any idea?

The Odoo instance is mainly used to host an ecommerce website.

Thanks a lot for the help!


0
Avatar
Ignorer
Avatar
Altela
Meilleure réponse

Hello,

by the log message, it says "from decorator import decorator" and the error message throws "no module named 'decorator'"

Try to install decorator module by typing :

`pip install decorator`

The problem probably caused by Odoo version that is not compatible with linux version in the hosting.

Hope this helps,

Altela (altelasoftware.com)

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
Publications associées Réponses Vues Activité
How can I change the print labels in products <- inventory to include print barcode labels formatted for 38.1 mm × 21.2 mm (65 labels per A4 sheet, like Avery L7159/ST-65) from inside Odoo. Using the one App free community version.
configuration debug
Avatar
Avatar
2
nov. 25
184
Customizing "Search More" in Odoo Studio (Editing views)
configuration debug
Avatar
0
août 25
929
Setup script for on-premise Odoo
configuration debug
Avatar
0
juin 25
1245
How to fix canonical links Résolu
configuration debug
Avatar
Avatar
1
juin 25
2101
[Aide] Modules custom non détectés ou non exécutés sur Odoo 18 (Windows)
development configuration debug
Avatar
Avatar
1
oct. 25
702
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