Odoo 18 · rule-based forensics
Find out what actually broke your Odoo
Paste a log, get a verdict: the root cause, the exact Python file, the sequence of events, and what to change — not a wall of stack traces.
Drop an Odoo log file here
odoo.log, odoo18_*.log, or any raw text dump — up to 40 MB
parsed in your browser · never uploaded
Or paste log text directly
Off by default: everything stays in your browser. When on, only the parsed findings digest (no raw log) is sent to the AI for a deeper second opinion.
Root cause, not symptoms
Separates the crash site from the cause — a custom addon in the traceback is often just a super() pass-through.
Chronological reconstruction
Rebuilds the sequence of events from timestamps so you can see the double-click that started the storm.
Contention forensics
Groups psycopg2 serialization failures per record: retries, workers involved, columns written, give-ups.