Vendor Price Check & Supplier Audit (Miko)
by Tripster Developers https://tripsterdevelopers.com/odoo/$ 29.00
Vendor Price Check & Supplier Audit: find what you cannot actually reorder
A product marked as purchasable with no supplier line cannot be bought at all, and nothing warns you until the day you try to reorder it. This finds those, and the supplier price lines Odoo can never select.
What it does
Reachability, properly calculated
Reproduces Odooâs own ordering — sequence, then minimum quantity, then price — so a line is judged the way Odoo actually buys.
Finds what cannot be reordered
Purchasable products with no supplier at all, or where every line has expired.
Distinguishes priceless from expired
A supplier line with no price is still reachable, just priceless. Treating it as expired points the buyer at the wrong problem.
Date-window aware
A line valid only in the future, or only in the past, is called what it is rather than lumped in with the rest.
Reads only
Nothing is changed. Every fix is yours to make.
No external service
Arithmetic on data already in your database.
How it works
- 1
Install it
Nothing runs on its own. - 2
Open Supplier Health
Products and supplier lines with a status on each. - 3
Start with cannot be reordered
The ones that will stop you when you need them. - 4
Clear the unreachable lines
They are noise on every supplier record.
What you cannot actually reorder
Supplier lines Odoo can never select
Requirements
- Odoo 14 through 19, Community or Enterprise.
- Depends on Purchase, 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
What does "never used" mean exactly?
- An earlier line, for the same supplier and product, is reached at a quantity at least as low and is valid across at least the same dates. Odoo returns the earlier one every time.
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_woocommerceBarcode Validator & Catalog Audit
miko_catalog_healthEmail Validation & Duplicate Contacts
miko_contact_healthMargin Control & Sold Below Cost
miko_margin_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 |
•
Purchase (purchase)
• Invoicing (account) • Discuss (mail) |
| Lines of code | 318 |
| Technical Name |
miko_supplier_health |
| License | OPL-1 |
| Website | https://tripsterdevelopers.com/odoo/ |
Odoo Proprietary License v1.0 This software and associated files (the "Software") may only be used (executed, modified, executed after modifications) if you have purchased a valid license from the authors, typically via Odoo Apps, or if you have received a written agreement from the authors of the Software (see the COPYRIGHT file). You may develop Odoo modules that use the Software as a library (typically by depending on it, importing it and using its resources), but without copying any source code or material from the Software. You may distribute those modules under the license of your choice, provided that this license is compatible with the terms of the Odoo Proprietary License (For example: LGPL, MIT, or proprietary licenses similar to this one). It is forbidden to publish, distribute, sublicense, or sell copies of the Software or modified copies of the Software. The above copyright notice and this permission notice must be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
Please log in to comment on this module