| Availability |
Odoo Online
Odoo.sh
On Premise
|
| Odoo Apps Dependencies |
•
AI (ai_app)
• Discuss (mail) |
| Lines of code | 1569 |
| Technical Name |
lu_ai_ollama |
| License | See License tab |
| Website | https://www.link-up.co.kr |
| Availability |
Odoo Online
Odoo.sh
On Premise
|
| Odoo Apps Dependencies |
•
AI (ai_app)
• Discuss (mail) |
| Lines of code | 1569 |
| Technical Name |
lu_ai_ollama |
| License | See License tab |
| Website | https://www.link-up.co.kr |
AI Ollama
Connect Odoo 19 AI to your local Ollama server. Run Qwen, Llama, Mistral and any OpenAI-compatible model entirely on-premise — zero data leaves your network.
100% On-Premise
No external API calls. All inference runs on your own server.
Shortcut Accelerator
Pre-built shortcuts bypass the LLM for instant ERP data queries.
Drop-in Provider
Extends Odoo's native AI module with zero configuration changes.
Local LLM Integration
Registers Ollama as a native provider in Odoo 19's AI framework. Supports any model
available through Ollama: Qwen 3.5, Llama 3, Mistral, Phi-3, and more.
Routes all requests to your local /v1/chat/completions endpoint
using the OpenAI-compatible API.
Shortcut Accelerator
Detects intent from common ERP queries (monthly sales, top products, overdue invoices, etc.) and returns answers directly from the database — bypassing the LLM entirely for instant, deterministic responses.
Embedding Support
Provides local embedding generation via nomic-embed-text (768-dim),
enabling on-premise RAG pipelines with pgvector. No external embedding API required.
System Requirements
| Odoo Version | 19.0 Enterprise (requires ai_app module) |
| Ollama | Latest stable — ollama.com |
| Recommended Model | qwen3.5:35b (GPU) / qwen3.5:9b (CPU) |
| Embedding Model | nomic-embed-text (768-dim, for RAG) |
| Database | PostgreSQL 14+ with pgvector (for RAG features) |
Please email us for support at
Does this work with Odoo Community Edition?
No. This module requires Odoo 19 Enterprise with the ai_app module.
Which Ollama models are supported?
Any model available via Ollama that supports the OpenAI-compatible chat completions API. We recommend Qwen 3.5 (35B for GPU servers, 9B for local machines).
Can I use a remote Ollama server (e.g., RunPod, cloud GPU)?
Yes. Set the Ollama server URL in Odoo settings to your remote endpoint. Works with any host running Ollama, including cloud GPU providers.
Linkup 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 Linkup Infotech.inc, 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 Linkup 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 right and license to use and incorporate the software, in whole or in part, to develop its website/ mobile app (including the integration of all or part of the Licensor’s software into Licensee's own software) on one domain only, solely for the own personal or business use of the Licensee. 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