Overslaan naar inhoud
Odoo Menu
  • Aanmelden
  • Probeer het gratis
  • Apps
    Financiën
    • Boekhouding
    • Facturatie
    • Onkosten
    • Spreadsheet (BI)
    • Documenten
    • Ondertekenen
    Verkoop
    • CRM
    • Verkoop
    • Kassasysteem winkel
    • Kassasysteem Restaurant
    • Abonnementen
    • Verhuur
    Websites
    • Websitebouwer
    • E-commerce
    • Blog
    • Forum
    • Live Chat
    • eLearning
    Bevoorradingsketen
    • Voorraad
    • Productie
    • PLM
    • Inkoop
    • Onderhoud
    • Kwaliteit
    Personeelsbeheer
    • Werknemers
    • Werving & Selectie
    • Verlof
    • Evaluaties
    • Aanbevelingen
    • Wagenpark
    Marketing
    • Social media Marketing
    • E-mailmarketing
    • SMS Marketing
    • Evenementen
    • Marketingautomatisering
    • Enquêtes
    Diensten
    • Project
    • Urenstaten
    • Buitendienst
    • Helpdesk
    • Planning
    • Afspraken
    Productiviteit
    • Chat
    • Goedkeuringen
    • IoT
    • VoIP
    • Kennis
    • WhatsApp
    Apps van derden Odoo Studio Odoo Cloud Platform
  • Bedrijfstakken
    Detailhandel
    • Boekhandel
    • kledingwinkel
    • Meubelzaak
    • Supermarkt
    • Bouwmarkt
    • Speelgoedwinkel
    Food & Hospitality
    • Bar en Pub
    • Restaurant
    • Fastfood
    • Guest House
    • Drankenhandelaar
    • Hotel
    Real Estate
    • Real Estate Agency
    • Architectenbureau
    • Bouw
    • Vastgoedbeheer
    • Tuinieren
    • Vereniging van eigenaren
    Consulting
    • Accounting Firm
    • Odoo Partner
    • Marketingbureau
    • Advocatenkantoor
    • Talentenwerving
    • Audit & Certificering
    Productie
    • Textile
    • Metal
    • Furnitures
    • Food
    • Brewery
    • Relatiegeschenken
    Gezondheid & Fitness
    • Sportclub
    • Opticien
    • Fitnesscentrum
    • Wellness-medewerkers
    • Apotheek
    • Kapper
    Trades
    • Klusjesman
    • IT-hardware & support
    • Solar Energy Systems
    • Schoenmaker
    • Schoonmaakdiensten
    • HVAC Services
    Others
    • Nonprofit Organization
    • Milieuagentschap
    • Verhuur van Billboards
    • Fotograaf
    • Fietsleasing
    • Softwareverkoper
    Browse all Industries
  • Community
    Leren
    • Tutorials
    • Documentatie
    • Certificeringen
    • Training
    • Blog
    • Podcast
    Versterk het onderwijs
    • Onderwijs- programma
    • Scale Up! Business Game
    • Bezoek Odoo
    Download de Software
    • Downloaden
    • Vergelijk edities
    • Releases
    Werk samen
    • Github
    • Forum
    • Evenementen
    • Vertalingen
    • Word een Partner
    • Services for Partners
    • Registreer je accountantskantoor
    Diensten
    • Vind een partner
    • Vind een boekhouder
    • Een adviseur ontmoeten
    • Implementatiediensten
    • Klantreferenties
    • Ondersteuning
    • Upgrades
    Github Youtube Twitter Linkedin Instagram Facebook Spotify
    +1 (650) 691-3277
    Vraag een demo aan
  • Prijzen
  • Help

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

  • CRM
  • e-Commerce
  • Boekhouding
  • Voorraad
  • PoS
  • Project
  • MRP
All apps
Je moet geregistreerd zijn om te kunnen communiceren met de community.
Alle posts Personen Badges
Labels (Bekijk alle)
odoo accounting v14 pos v15
Over dit forum
Je moet geregistreerd zijn om te kunnen communiceren met de community.
Alle posts Personen Badges
Labels (Bekijk alle)
odoo accounting v14 pos v15
Over dit forum
Help

Odoo18 community crashes after more than a week of running smoothly

Inschrijven

Ontvang een bericht wanneer er activiteit is op deze post

Deze vraag is gerapporteerd
configurationdebug
1 Beantwoorden
1441 Weergaven
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
Annuleer
Avatar
Altela
Beste antwoord

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
Annuleer
Geniet je van het gesprek? Blijf niet alleen lezen, doe ook mee!

Maak vandaag nog een account aan om te profiteren van exclusieve functies en deel uit te maken van onze geweldige community!

Aanmelden
Gerelateerde posts Antwoorden Weergaven Activiteit
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
181
Customizing "Search More" in Odoo Studio (Editing views)
configuration debug
Avatar
0
aug. 25
927
Setup script for on-premise Odoo
configuration debug
Avatar
0
jun. 25
1240
How to fix canonical links Opgelost
configuration debug
Avatar
Avatar
1
jun. 25
2092
[Aide] Modules custom non détectés ou non exécutés sur Odoo 18 (Windows)
development configuration debug
Avatar
Avatar
1
okt. 25
698
Community
  • Tutorials
  • Documentatie
  • Forum
Open Source
  • Downloaden
  • Github
  • Runbot
  • Vertalingen
Diensten
  • Odoo.sh Hosting
  • Ondersteuning
  • Upgrade
  • Gepersonaliseerde ontwikkelingen
  • Onderwijs
  • Vind een boekhouder
  • Vind een partner
  • Word een Partner
Over ons
  • Ons bedrijf
  • Merkelementen
  • Neem contact met ons op
  • Vacatures
  • Evenementen
  • Podcast
  • Blog
  • Klanten
  • Juridisch • Privacy
  • Beveiliging
الْعَرَبيّة 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 is een suite van open source zakelijke apps die aan al je bedrijfsbehoeften voldoet: CRM, E-commerce, boekhouding, inventaris, kassasysteem, projectbeheer, enz.

Odoo's unieke waardepropositie is om tegelijkertijd zeer gebruiksvriendelijk en volledig geïntegreerd te zijn.

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