OdooCheck/Dashboard

OdooCheck Platform

Module Scanner

Enterprise-grade Odoo module validation — security vulnerabilities, ORM correctness, XML integrity, and migration readiness analyzed in seconds.

Configuration

Target Odoo Version

Affects migration analysis and compatibility checks

Odoo Version:

Analysis Engines

What we scan for

Every module passes through four specialized engines in parallel

Engine 01

OWASP

Security Scanner

Detects SQL injection, hardcoded credentials, missing CSRF protection, unsafe eval() usage, and 40+ vulnerability patterns across your Python controllers and XML views.

40+ OWASP patternsSecrets detection18 auto-fixable

Engine 02

PERF

ORM & Performance

Identifies N+1 query loops, missing sudo() in public methods, compute field anti-patterns, large recordset operations, and database performance bottlenecks.

N+1 detectionIndex recommendationsSudo() validation

Engine 03

MIGRATION

Migration Engine

Maps breaking API changes across Odoo 15→19, identifies deprecated decorators and removed fields, validates manifest compatibility, and generates migration guides.

Odoo 15–19 supportBreaking change detectionMigration guides

Engine 04

AUTOFIX

Auto-Fix Engine

Automatically corrects deprecated decorators, missing manifest fields, unused imports, XML namespace issues, and 200+ safe transformations with preview and backup.

200+ fix patternsPreview before applyGit-compatible diff