AI Capability Pack for Odoo
CopilotKit streaming chat and Generative UI primitives, packaged as a single SystemJS shared chunk for ai-powered odoo-react addons.
demo.shachain.devWhat it does
Odoo React AI bundles @copilotkit/react-core,
@copilotkit/react-ui, and a custom
json-render Generative UI spec into one SystemJS
shared chunk. Consumer addons such as agent, knowledge, and
ai-dashboard import the bare specifier; the browser dedupes by
chunk URL so the AI stack is downloaded once and shared across
every assistant surface on the page.
Odoo React AI Features
Streaming chat · Generative UI · single shared chunk — bring your own LLM endpoint, render assistant UIs declaratively.
CopilotKit Streaming Chat
Token-by-token streaming chat panes with hooks for actions,
context, and tool calls. Standard CopilotKit React API
(useCopilotAction / useCopilotReadable
/ CopilotKitProvider) wired straight into the
bridge transport so every consumer addon shares one
conversation history.
Generative UI Renderer
A custom json-render spec lets the assistant
emit declarative UI fragments (tables, cards, forms, charts
via ECharts) that render inline in the chat without writing
bespoke React components for each tool response. Charts pull
from the shared echarts chunk — one library
instance, every consumer addon.
Single SystemJS Shared Chunk
ai.system.js bundles CopilotKit + Generative UI
primitives + KaTeX (for markdown math rendering) into one
System.register chunk. Resolved via SystemJS importmap,
deduped by URL — assistant components in agent,
knowledge, and ai-dashboard all share one parsed copy.
Consumer Map + License
Consumed by sc_react_agent (long-running
AI conversations + tools), sc_react_knowledge
(assistant-augmented knowledge base),
sc_react_ai_dashboard. Wrapper code
licensed OPL-1; vendored CopilotKit + KaTeX kept under their
upstream MIT / BSD licenses (see NOTICE.txt).
Built on
Powered by CopilotKit, the SystemJS module loader, the odoo-react bridge, and Apache ECharts for generative chart rendering — running natively on Odoo.
Try Odoo React AI today
CopilotKit streaming · Generative UI · one shared chunk for all AI surfaces
demo.shachain.devGet in Touch
Reach out via your preferred channel.
For project inquiries, pricing, and partnership questions.
business@shachain.dev
Send an EmailBook a Meeting
Schedule a 30-minute call to discuss your requirements.
Free 30-min consultation
Pick a Time| Availability |
Odoo Online
Odoo.sh
On Premise
|
| Community Apps Dependencies | Show |
| Lines of code | 1318 |
| Technical Name |
odoo_react_ai |
| License | OPL-1 |
| Website | https://shachain.dev |
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