| Availability |
Odoo Online
Odoo.sh
On Premise
|
| Odoo Apps Dependencies |
Discuss (mail)
|
| Lines of code | 4302 |
| Technical Name |
ai_odoo_suite_ad |
| License | OPL-1 |
| Website | https://github.com/aadilakbar |
| Versions | 17.0 18.0 |
| Availability |
Odoo Online
Odoo.sh
On Premise
|
| Odoo Apps Dependencies |
Discuss (mail)
|
| Lines of code | 4302 |
| Technical Name |
ai_odoo_suite_ad |
| License | OPL-1 |
| Website | https://github.com/aadilakbar |
| Versions | 17.0 18.0 |
AI Odoo Suite
Embed powerful AI agents directly inside Odoo 18 — query your live database, generate interactive charts, and chat in plain English.
AI Chat in Odoo Discuss
Chat with your Odoo data in plain English
Ask questions, get summaries, and run queries against your live Odoo database — all from a native Discuss channel. The AI responds in real time with text, tables, and charts.
Agent Management
Create and configure AI Agents
Each agent has its own provider, model, system prompt, knowledge sources, and database training configuration. Enable "Systray Chat" to expose it via the navbar quick-access button.
Provider Configuration
Connect any AI provider with one form
Add your API keys and fine-tune model parameters (temperature, max tokens, top-p) per provider. Test the connection instantly before saving.
Database Training (RAG)
Train the AI on your Odoo data
Select any Odoo model, pick the fields to include, set a date range, and apply custom domains. The AI uses this context to give accurate, business-specific answers.
Knowledge Sources
Add URLs, documents, and text as knowledge
Attach URLs or upload files as knowledge sources per agent. One click indexes them and makes them searchable by the AI at query time.
Key Features
- Multi-Provider: DeepSeek, OpenAI/GPT, Google Gemini, Anthropic Claude
- Live Database Queries: AI calls Odoo ORM tools (search, group, count) on real-time data
- Interactive Charts: Ask for a chart — get a rendered Chart.js visual directly in chat
- RAG Training: Select models, fields, date ranges, and domains to ground the AI in your data
- Knowledge Sources: Index URLs, uploaded documents, or plain text per agent
- Systray Quick Access: AI chat from any Odoo page via the navbar icon
- Access Control: Allow all internal users or restrict to a specific whitelist
- Multi-Currency Aware: Reads company and per-record currency fields automatically
- Timezone-Aware: Converts database timestamps to user locale in every response
- History Poisoning Prevention: Stale refusals are filtered — AI always uses current data access config
Requirements
- Odoo 18.0 (Community or Enterprise)
- Python 3.10+
- At least one AI provider API key
- Python packages:
google-generativeai,anthropic,openai,httpx
Quick Install
pip install google-generativeai anthropic openai httpx
For any queries, please feel free to contact me at: adilak389@gmail.com
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