Barcode Validator & Catalog Audit (Miko)
by Tripster Developers https://tripsterdevelopers.com/odoo/Barcode Validator & Catalog Audit: find the barcodes that will never scan
Odoo checks that a barcode is unique. It never checks that the number is valid. This finds the broken ones, tells you the digit each should have ended with, and audits the rest of the catalogue for the gaps that stop a product selling.
What it does
Real check-digit arithmetic
EAN‑13, EAN‑8, UPC‑A and GTIN‑14, calculated properly, not a length check.
Tells you the right digit
Not just that it is wrong: what the last digit should have been, so it can be corrected rather than re-guessed.
Audits what else is missing
Products with no internal reference, no sales price, no cost, or no barcode at all — the gaps that quietly stop a product selling.
Knows what does not need one
Services are never flagged for a missing barcode, because they do not have one and never will.
Reads only
It never rewrites a barcode. Nothing is changed without you doing it.
No external service
All arithmetic, in your database. Nothing is sent anywhere.
How it works
- 1
Install it
Nothing runs on its own. - 2
Open Catalog Health
A list of products with what is wrong with each. - 3
Filter to Wrong check digit
The ones that will genuinely fail to scan. - 4
Fix them in Odoo
The correct digit is shown next to each.
The barcodes that will never scan
And what else is missing
Requirements
- Odoo 14 through 19, Community or Enterprise.
- Depends on Inventory, standard.
- Odoo Online cannot run third-party modules containing Python, so this needs Odoo.sh or a self‑hosted install.
Support
Email support for every version listed above, from the people who wrote it. Every release is certified against real Odoo images before it ships, and the test count is stated on this page rather than implied.
Questions
Does it change my barcodes?
- No. It reads and reports. Every correction is yours to make.
What about products that should not have a barcode?
- Services are excluded automatically and reported as not applicable rather than as a fault.
Which Odoo versions are supported?
- Every listed version is certified on each release by installing the module into a real Odoo image of that series and running the full test suite. A version is only listed once it passes.
Does this work on Odoo Online?
- No. Odoo Online cannot run third-party modules containing Python, which is Odoo's rule rather than ours. Odoo.sh and self-hosted installs are fine.
What does support cover?
- Installation problems, defects, and questions about how the module behaves, by email, for the versions listed on this page. Custom development and changes to Odoo core behaviour are separate work.
How do I report a problem?
- Email support@tripsterdevelopers.com with your Odoo version, the module version, and what you did. If a job failed, the job record holds the exact payload and the error, which answers most questions immediately.
Explore our other Odoo apps
E-Commerce Connector Engine
miko_ecommerce_coreShopify Odoo Connector
miko_shopifyWooCommerce Odoo Connector
miko_woocommerceEmail Validation & Duplicate Contacts
miko_contact_healthMargin Control & Sold Below Cost
miko_margin_healthVendor Price Check & Supplier Audit
miko_supplier_healthMCP Server for AI
miko_mcp_serverSearch the Apps store for the technical name, or open Tripster Developers at the top of this page to see everything we publish.
Questions before you buy?
Email support@tripsterdevelopers.com and a developer who wrote this will answer, usually the same working day (New Zealand time).
Built by Tripster Developers.
| Availability |
Odoo Online
Odoo.sh
On Premise
|
| Odoo Apps Dependencies |
Discuss (mail)
|
| Lines of code | 241 |
| Technical Name |
miko_catalog_health |
| License | LGPL-3 |
| Website | https://tripsterdevelopers.com/odoo/ |
Please log in to comment on this module