Tools
ZIP Module Audit
Upload a complete Odoo module archive and validate the manifest, file structure, and module detection against Odoo source code.
What it analyzes
- Module detection — Finds
__manifest__.pyand validates the manifest - Everything covered by the Manifest Audit
- ZIP safety — Checks file count and total uncompressed size limits
The ZIP Module Audit is designed for single-module ZIP files. If you need to analyze a multi-module ZIP or scan for migration breaking changes, use the Migration Audit tool instead.
Supported inputs
- ZIP files only — Must end in
.zip - File size limits by plan: Free 10 MB, Pro 100 MB, Team 250 MB, Agency 500 MB
- Maximum extracted files by plan: Free 1,000, Pro 5,000, Team 15,000, Agency 30,000
- Must select target Odoo version and edition
Output
Same as the Manifest Audit plus module detection metadata (module name, directory structure, and file count).
What it does NOT do
- Does not scan Python/XML/JS file content (use Migration Audit for deep scans)
- Does not execute or install the module
- Does not scan for security vulnerabilities
Best practices
- Remove
.git,node_modules, backups, logs, and archives before uploading to reduce ZIP size - For multi-module or version-migration analysis, use the Migration Audit tool
- Keep your ZIP clean and well-structured for best results