What the module does
- Scans installed modules in Odoo 19 Community
- Shows metadata, versions, licenses and dependency signals
- Creates persistent scan records and issue lines
- Separates informational notes from warning and critical states
- Keeps the free scope focused on module health, not automated migration
Who it helps
- Odoo Community administrators
- Integrators reviewing a customer database
- Developers checking custom modules before support work
- Small teams that need a simple module inventory
Screenshots
Installation
Copy the add-on into your Odoo custom addons path, update the apps list and install CP Module Health Checker from the Apps menu.
git clone https://github.com/DokPlay/odoo-community-plus-addons.git
# Copy cp_module_health_checker to your Odoo 19 addons path
# Update Apps List, then install CP Module Health Checker
Known limitations
- It does not migrate modules automatically.
- It does not scan arbitrary GitHub repositories.
- It does not replace manual code review for complex custom modules.
- It is built for Odoo 19 Community first.
Changelog
- 19.0.1.0.0: initial free release with module health scans and persistent issue lines.