Odoo Manifest Audit Tool
The Manifest Audit scans your __manifest__.py for missing dependencies, edition-specific modules, incorrect version references, missing data files, and common misconfigurations that cause module install failures.
Who It's For
- Module developers before publishing to the Odoo App Store
- Project teams integrating multiple custom modules
- Odoo partners auditing client modules
Common Problems It Solves
- Missing
dependsentries - Dependency on Enterprise-only modules when targeting Community
- Incorrect
versionformat - Missing
datafile references - Missing
assetsordemoconfiguration
How It Works
Paste __manifest__.py content or upload a module ZIP, then select the target Odoo version and edition. The audit validates dependencies against the Odoo module tree for that version and flags missing modules, edition conflicts, and structural issues.
Limitations
This is manifest-only static analysis. It does not verify Python imports within module code and cannot check runtime dependency conflicts.
Audit your manifest
Review dependency, version, and packaging findings before you deploy.
Check a Module Manifest