🤖 AI Summary
Chartly is an open-source Odoo analytics module that lets users retrieve data and generate charts via natural-language prompts and an agentic AI chat interface. Designed to integrate with Odoo’s account module (with more modules planned), it produces interactive, dynamic visualizations to make data exploration and decision-making more intuitive for non-technical users. Because it’s MIT‑licensed and available on GitHub, the project invites community contribution to improve LLM prompts, chart quality, latency profiling, and the user interface.
Technical setup is straightforward: clone the main branch into your Odoo addons directory, add that path to Odoo’s addons_path, install Python dependencies (pip install -r requirements.txt), restart the Odoo server, then update the Apps list and install Chartly. Developers should fork the dev branch, create feature branches, commit changes, push to their fork, and open pull requests. The “agentic AI” component implies multi-step or autonomous query handling—meaning Chartly can orchestrate data retrieval and chart generation via LLM-driven agents—so improvements to prompt engineering and evaluation will directly affect reliability and chart fidelity. Overall, Chartly lowers the barrier to exploratory analytics inside Odoo while offering a clear contribution path for ML/LLM-focused enhancements.
Loading comments...
login to comment
loading comments...
no comments yet