| Availability |
Odoo Online
Odoo.sh
On Premise
|
| Odoo Apps Dependencies |
Discuss (mail)
|
| Lines of code | 130 |
| Technical Name |
product_completeness_tracker |
| License | LGPL-3 |
| Versions | 17.0 18.0 19.0 |
Product Completeness Tracker
Stop flying blind on product data quality. A lightweight OWL 2 widget that adds a color-coded progress bar (green / yellow / red) to every row in the product list, an Incomplete Products filter, and a Missing Fields column that tells you exactly what still needs to be filled in — all with zero configuration.
- ✗ Hundreds of products missing images, descriptions, or prices — no quick way to see which ones need attention.
- ✗ Opening each product one-by-one to audit data quality wastes hours every week.
- ✗ No built-in way to filter "products that need work" — you can't prioritize what to fix first.
- ✗ Product launches get delayed because missing data issues are only discovered late — after catalogues or webshop go live.
- ✓ Color-coded progress bar inline on the product list — green ≥80%, yellow ≥50%, red <50%.
- ✓ "Missing Fields" column shows exactly which fields still need data — no guesswork, no clicking into every product.
- ✓ "Incomplete Products" filter — one click to see only the products that still need work.
- ✓ Completeness score is stored and recomputed automatically whenever a product is saved — always up to date.
Key Features
product module. No paid tiers.
Setup Guide
1) Place the product_completeness_tracker folder in your Odoo custom addons directory and restart the server.
2) Enable Developer Mode — go to Settings → Activate Developer Mode, then click Apps → Update Apps List.
3) Search for "Product Completeness" in Apps and click Install.
4) Open any product list (Inventory → Products, Sales → Products, etc.) — you'll see the Completeness and Missing Fields columns immediately.
Product list view — color-coded progress bars and missing fields column visible at a glance
5) Click the search dropdown and select Incomplete Products under Filters to instantly find products that need attention.
The "Incomplete Products" filter appears under Filters in the search bar dropdown
6) The filtered list shows only incomplete products — sorted by priority, with exact missing field names listed for each row.
Filtered view — 4 of 5 products need data; each row shows exactly which fields are missing
Frequently Asked Questions
Five fields are tracked, each worth 20%: Product Name, Sales Description, Category, Product Image, and Sale Price (must be > 0). A product reaches 100% when all five fields are filled.
The score is a stored computed field. It automatically recomputes whenever any of the five tracked fields changes
on a product (via Odoo's @api.depends mechanism). No manual refresh needed.
Yes. The module extends product.template's standard list view, so the Completeness column and filter appear in any menu that uses that list — Inventory → Products, Sales → Products, Purchase → Products, etc.
No. The module only adds two computed columns (pct_completeness and pct_missing_fields)
to product.template. It does not modify or delete any existing data. Uninstalling removes these columns cleanly.
Yes. Both the Completeness and Missing Fields columns are marked as
optional="show". Click the column settings icon (⊞) at the top right of the list to toggle them on or off per session.
Support
- Email support: nextstep.vina@gmail.com
-
Response time: We aim to respond within 1–2 business days. Please include your Odoo version and a description of the issue.
-
Source code: LGPL-3 — free to use, modify, and redistribute. Available on GitHub: github.com/RandyNguyenN/product_completeness_tracker
Please log in to comment on this module