Availability |
Odoo Online
Odoo.sh
On Premise
|
Odoo Apps Dependencies |
•
Discuss (mail)
• Invoicing (account) |
Community Apps Dependencies | Show |
Lines of code | 861 |
Technical Name |
az_invoice_provider_ai_ocr_mindee |
License | OPL-1 |
Versions | 16.0 17.0 18.0 |
Mindee provider
This add-on brings the Mindee integration to the AZ AI OCR Vendor Bills ecosystem. It uses Mindee's invoice extraction to parse PDFs and return supplier details, invoice number, dates, currency, line items, and totals.
Pricing: this provider module costs 15.00 €, if you have purchased the base module ( AZ AI OCR Vendor Bills ) first.
Key features
- Two integration modes:
- Invoice v4 (REST) - synchronous REST endpoint
- ClientV2 (Model ID) - Mindee SDK v2 with a specific model ID
- High-quality invoice parsing (vendor, number, dates, currency, taxes, totals, lines)
- International: works across many locales and formats
- Timeout control for API calls
- Clear, structured logging in Odoo for troubleshooting
- Seamless with the base module's Import vendor bill (AI) wizard
Requirements
This provider relies on the following (installation details are not included here):
- Mindee API key
- For REST (Invoice v4): Mindee base URL (default
https://api.mindee.net
) and the Invoice v4 synchronous product path - For ClientV2: Mindee Model ID and the Python package
mindee
available to the Odoo server
Notes: API usage is subject to your Mindee plan and rate limits. Make sure your key and model configuration match your Mindee account.
Configuration
-
Install AZ AI OCR Vendor Bills (base module)
and this provider:
az_invoice_provider_ai_ocr_mindee
. -
Go to:
Accounting → Configuration → Settings → AI OCR for Vendor Bills
Select Mindee (Invoice OCR v4) as the active provider. -
In the Mindee Invoice OCR settings block:
- Mode - choose between Invoice v4 (REST) or Model ID (ClientV2)
- Mindee API key - paste only the raw key (do not include the
Token
prefix) - Mindee v2 model ID - required for ClientV2; copy exactly from your Mindee account
- HTTP timeout (sec) - set the timeout used for Mindee calls

How to use
- Open Accounting → Vendors → Bills, click New. In the bill form, press Import vendor bill (AI), upload the PDF, and choose between a single "totals" line or full line items.
- The provider sends the PDF to Mindee according to the configured mode, maps the returned fields, and attaches the original PDF to the draft bill.
Tips & troubleshooting
- If you see authentication or 401/403 errors, verify the API key and its permissions in your Mindee account.
- If using ClientV2, ensure the
mindee
Python package is available to your Odoo server and the Model ID is correct. - Increase the HTTP timeout for very large PDFs or when your network is slow.
- Check Odoo logs for the detailed request/response context (without sensitive data) to aid debugging.
Privacy & data
This provider sends documents to Mindee for processing. Be sure your use complies with your organization's data handling policies and your Mindee plan's terms. API usage may incur costs according to your Mindee subscription.
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