mirror of
https://github.com/bringout/oca-ai.git
synced 2026-04-24 14:22:07 +02:00
Initial commit: OCA Ai packages (4 packages)
This commit is contained in:
commit
0adb4b78b1
170 changed files with 12385 additions and 0 deletions
Binary file not shown.
|
After Width: | Height: | Size: 71 KiB |
File diff suppressed because one or more lines are too long
|
After Width: | Height: | Size: 9.9 KiB |
|
|
@ -0,0 +1,560 @@
|
|||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
||||
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
||||
<meta name="generator" content="Docutils: https://docutils.sourceforge.io/" />
|
||||
<title>README.rst</title>
|
||||
<style type="text/css">
|
||||
|
||||
/*
|
||||
:Author: David Goodger (goodger@python.org)
|
||||
:Id: $Id: html4css1.css 9511 2024-01-13 09:50:07Z milde $
|
||||
:Copyright: This stylesheet has been placed in the public domain.
|
||||
|
||||
Default cascading style sheet for the HTML output of Docutils.
|
||||
Despite the name, some widely supported CSS2 features are used.
|
||||
|
||||
See https://docutils.sourceforge.io/docs/howto/html-stylesheets.html for how to
|
||||
customize this style sheet.
|
||||
*/
|
||||
|
||||
/* used to remove borders from tables and images */
|
||||
.borderless, table.borderless td, table.borderless th {
|
||||
border: 0 }
|
||||
|
||||
table.borderless td, table.borderless th {
|
||||
/* Override padding for "table.docutils td" with "! important".
|
||||
The right padding separates the table cells. */
|
||||
padding: 0 0.5em 0 0 ! important }
|
||||
|
||||
.first {
|
||||
/* Override more specific margin styles with "! important". */
|
||||
margin-top: 0 ! important }
|
||||
|
||||
.last, .with-subtitle {
|
||||
margin-bottom: 0 ! important }
|
||||
|
||||
.hidden {
|
||||
display: none }
|
||||
|
||||
.subscript {
|
||||
vertical-align: sub;
|
||||
font-size: smaller }
|
||||
|
||||
.superscript {
|
||||
vertical-align: super;
|
||||
font-size: smaller }
|
||||
|
||||
a.toc-backref {
|
||||
text-decoration: none ;
|
||||
color: black }
|
||||
|
||||
blockquote.epigraph {
|
||||
margin: 2em 5em ; }
|
||||
|
||||
dl.docutils dd {
|
||||
margin-bottom: 0.5em }
|
||||
|
||||
object[type="image/svg+xml"], object[type="application/x-shockwave-flash"] {
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
/* Uncomment (and remove this text!) to get bold-faced definition list terms
|
||||
dl.docutils dt {
|
||||
font-weight: bold }
|
||||
*/
|
||||
|
||||
div.abstract {
|
||||
margin: 2em 5em }
|
||||
|
||||
div.abstract p.topic-title {
|
||||
font-weight: bold ;
|
||||
text-align: center }
|
||||
|
||||
div.admonition, div.attention, div.caution, div.danger, div.error,
|
||||
div.hint, div.important, div.note, div.tip, div.warning {
|
||||
margin: 2em ;
|
||||
border: medium outset ;
|
||||
padding: 1em }
|
||||
|
||||
div.admonition p.admonition-title, div.hint p.admonition-title,
|
||||
div.important p.admonition-title, div.note p.admonition-title,
|
||||
div.tip p.admonition-title {
|
||||
font-weight: bold ;
|
||||
font-family: sans-serif }
|
||||
|
||||
div.attention p.admonition-title, div.caution p.admonition-title,
|
||||
div.danger p.admonition-title, div.error p.admonition-title,
|
||||
div.warning p.admonition-title, .code .error {
|
||||
color: red ;
|
||||
font-weight: bold ;
|
||||
font-family: sans-serif }
|
||||
|
||||
/* Uncomment (and remove this text!) to get reduced vertical space in
|
||||
compound paragraphs.
|
||||
div.compound .compound-first, div.compound .compound-middle {
|
||||
margin-bottom: 0.5em }
|
||||
|
||||
div.compound .compound-last, div.compound .compound-middle {
|
||||
margin-top: 0.5em }
|
||||
*/
|
||||
|
||||
div.dedication {
|
||||
margin: 2em 5em ;
|
||||
text-align: center ;
|
||||
font-style: italic }
|
||||
|
||||
div.dedication p.topic-title {
|
||||
font-weight: bold ;
|
||||
font-style: normal }
|
||||
|
||||
div.figure {
|
||||
margin-left: 2em ;
|
||||
margin-right: 2em }
|
||||
|
||||
div.footer, div.header {
|
||||
clear: both;
|
||||
font-size: smaller }
|
||||
|
||||
div.line-block {
|
||||
display: block ;
|
||||
margin-top: 1em ;
|
||||
margin-bottom: 1em }
|
||||
|
||||
div.line-block div.line-block {
|
||||
margin-top: 0 ;
|
||||
margin-bottom: 0 ;
|
||||
margin-left: 1.5em }
|
||||
|
||||
div.sidebar {
|
||||
margin: 0 0 0.5em 1em ;
|
||||
border: medium outset ;
|
||||
padding: 1em ;
|
||||
background-color: #ffffee ;
|
||||
width: 40% ;
|
||||
float: right ;
|
||||
clear: right }
|
||||
|
||||
div.sidebar p.rubric {
|
||||
font-family: sans-serif ;
|
||||
font-size: medium }
|
||||
|
||||
div.system-messages {
|
||||
margin: 5em }
|
||||
|
||||
div.system-messages h1 {
|
||||
color: red }
|
||||
|
||||
div.system-message {
|
||||
border: medium outset ;
|
||||
padding: 1em }
|
||||
|
||||
div.system-message p.system-message-title {
|
||||
color: red ;
|
||||
font-weight: bold }
|
||||
|
||||
div.topic {
|
||||
margin: 2em }
|
||||
|
||||
h1.section-subtitle, h2.section-subtitle, h3.section-subtitle,
|
||||
h4.section-subtitle, h5.section-subtitle, h6.section-subtitle {
|
||||
margin-top: 0.4em }
|
||||
|
||||
h1.title {
|
||||
text-align: center }
|
||||
|
||||
h2.subtitle {
|
||||
text-align: center }
|
||||
|
||||
hr.docutils {
|
||||
width: 75% }
|
||||
|
||||
img.align-left, .figure.align-left, object.align-left, table.align-left {
|
||||
clear: left ;
|
||||
float: left ;
|
||||
margin-right: 1em }
|
||||
|
||||
img.align-right, .figure.align-right, object.align-right, table.align-right {
|
||||
clear: right ;
|
||||
float: right ;
|
||||
margin-left: 1em }
|
||||
|
||||
img.align-center, .figure.align-center, object.align-center {
|
||||
display: block;
|
||||
margin-left: auto;
|
||||
margin-right: auto;
|
||||
}
|
||||
|
||||
table.align-center {
|
||||
margin-left: auto;
|
||||
margin-right: auto;
|
||||
}
|
||||
|
||||
.align-left {
|
||||
text-align: left }
|
||||
|
||||
.align-center {
|
||||
clear: both ;
|
||||
text-align: center }
|
||||
|
||||
.align-right {
|
||||
text-align: right }
|
||||
|
||||
/* reset inner alignment in figures */
|
||||
div.align-right {
|
||||
text-align: inherit }
|
||||
|
||||
/* div.align-center * { */
|
||||
/* text-align: left } */
|
||||
|
||||
.align-top {
|
||||
vertical-align: top }
|
||||
|
||||
.align-middle {
|
||||
vertical-align: middle }
|
||||
|
||||
.align-bottom {
|
||||
vertical-align: bottom }
|
||||
|
||||
ol.simple, ul.simple {
|
||||
margin-bottom: 1em }
|
||||
|
||||
ol.arabic {
|
||||
list-style: decimal }
|
||||
|
||||
ol.loweralpha {
|
||||
list-style: lower-alpha }
|
||||
|
||||
ol.upperalpha {
|
||||
list-style: upper-alpha }
|
||||
|
||||
ol.lowerroman {
|
||||
list-style: lower-roman }
|
||||
|
||||
ol.upperroman {
|
||||
list-style: upper-roman }
|
||||
|
||||
p.attribution {
|
||||
text-align: right ;
|
||||
margin-left: 50% }
|
||||
|
||||
p.caption {
|
||||
font-style: italic }
|
||||
|
||||
p.credits {
|
||||
font-style: italic ;
|
||||
font-size: smaller }
|
||||
|
||||
p.label {
|
||||
white-space: nowrap }
|
||||
|
||||
p.rubric {
|
||||
font-weight: bold ;
|
||||
font-size: larger ;
|
||||
color: maroon ;
|
||||
text-align: center }
|
||||
|
||||
p.sidebar-title {
|
||||
font-family: sans-serif ;
|
||||
font-weight: bold ;
|
||||
font-size: larger }
|
||||
|
||||
p.sidebar-subtitle {
|
||||
font-family: sans-serif ;
|
||||
font-weight: bold }
|
||||
|
||||
p.topic-title {
|
||||
font-weight: bold }
|
||||
|
||||
pre.address {
|
||||
margin-bottom: 0 ;
|
||||
margin-top: 0 ;
|
||||
font: inherit }
|
||||
|
||||
pre.literal-block, pre.doctest-block, pre.math, pre.code {
|
||||
margin-left: 2em ;
|
||||
margin-right: 2em }
|
||||
|
||||
pre.code .ln { color: gray; } /* line numbers */
|
||||
pre.code, code { background-color: #eeeeee }
|
||||
pre.code .comment, code .comment { color: #5C6576 }
|
||||
pre.code .keyword, code .keyword { color: #3B0D06; font-weight: bold }
|
||||
pre.code .literal.string, code .literal.string { color: #0C5404 }
|
||||
pre.code .name.builtin, code .name.builtin { color: #352B84 }
|
||||
pre.code .deleted, code .deleted { background-color: #DEB0A1}
|
||||
pre.code .inserted, code .inserted { background-color: #A3D289}
|
||||
|
||||
span.classifier {
|
||||
font-family: sans-serif ;
|
||||
font-style: oblique }
|
||||
|
||||
span.classifier-delimiter {
|
||||
font-family: sans-serif ;
|
||||
font-weight: bold }
|
||||
|
||||
span.interpreted {
|
||||
font-family: sans-serif }
|
||||
|
||||
span.option {
|
||||
white-space: nowrap }
|
||||
|
||||
span.pre {
|
||||
white-space: pre }
|
||||
|
||||
span.problematic, pre.problematic {
|
||||
color: red }
|
||||
|
||||
span.section-subtitle {
|
||||
/* font-size relative to parent (h1..h6 element) */
|
||||
font-size: 80% }
|
||||
|
||||
table.citation {
|
||||
border-left: solid 1px gray;
|
||||
margin-left: 1px }
|
||||
|
||||
table.docinfo {
|
||||
margin: 2em 4em }
|
||||
|
||||
table.docutils {
|
||||
margin-top: 0.5em ;
|
||||
margin-bottom: 0.5em }
|
||||
|
||||
table.footnote {
|
||||
border-left: solid 1px black;
|
||||
margin-left: 1px }
|
||||
|
||||
table.docutils td, table.docutils th,
|
||||
table.docinfo td, table.docinfo th {
|
||||
padding-left: 0.5em ;
|
||||
padding-right: 0.5em ;
|
||||
vertical-align: top }
|
||||
|
||||
table.docutils th.field-name, table.docinfo th.docinfo-name {
|
||||
font-weight: bold ;
|
||||
text-align: left ;
|
||||
white-space: nowrap ;
|
||||
padding-left: 0 }
|
||||
|
||||
/* "booktabs" style (no vertical lines) */
|
||||
table.docutils.booktabs {
|
||||
border: 0px;
|
||||
border-top: 2px solid;
|
||||
border-bottom: 2px solid;
|
||||
border-collapse: collapse;
|
||||
}
|
||||
table.docutils.booktabs * {
|
||||
border: 0px;
|
||||
}
|
||||
table.docutils.booktabs th {
|
||||
border-bottom: thin solid;
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
h1 tt.docutils, h2 tt.docutils, h3 tt.docutils,
|
||||
h4 tt.docutils, h5 tt.docutils, h6 tt.docutils {
|
||||
font-size: 100% }
|
||||
|
||||
ul.auto-toc {
|
||||
list-style-type: none }
|
||||
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<div class="document">
|
||||
|
||||
|
||||
<a class="reference external image-reference" href="https://odoo-community.org/get-involved?utm_source=readme">
|
||||
<img alt="Odoo Community Association" src="https://odoo-community.org/readme-banner-image" />
|
||||
</a>
|
||||
<div class="section" id="ai-oca-bridge">
|
||||
<h1>AI OCA Bridge</h1>
|
||||
<!-- !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
|
||||
!! This file is generated by oca-gen-addon-readme !!
|
||||
!! changes will be overwritten. !!
|
||||
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
|
||||
!! source digest: sha256:95324eee7973f3fc8e883c34e3e72df6337726fe9eac34f04e68145eeaed22da
|
||||
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->
|
||||
<p><a class="reference external image-reference" href="https://odoo-community.org/page/development-status"><img alt="Beta" src="https://img.shields.io/badge/maturity-Beta-yellow.png" /></a> <a class="reference external image-reference" href="http://www.gnu.org/licenses/agpl-3.0-standalone.html"><img alt="License: AGPL-3" src="https://img.shields.io/badge/license-AGPL--3-blue.png" /></a> <a class="reference external image-reference" href="https://github.com/OCA/ai/tree/16.0/ai_oca_bridge"><img alt="OCA/ai" src="https://img.shields.io/badge/github-OCA%2Fai-lightgray.png?logo=github" /></a> <a class="reference external image-reference" href="https://translation.odoo-community.org/projects/ai-16-0/ai-16-0-ai_oca_bridge"><img alt="Translate me on Weblate" src="https://img.shields.io/badge/weblate-Translate%20me-F47D42.png" /></a> <a class="reference external image-reference" href="https://runboat.odoo-community.org/builds?repo=OCA/ai&target_branch=16.0"><img alt="Try me on Runboat" src="https://img.shields.io/badge/runboat-Try%20me-875A7B.png" /></a></p>
|
||||
<p>This module is used to create a bridge between Odoo and other AI systems
|
||||
like n8n.</p>
|
||||
<p><strong>Table of contents</strong></p>
|
||||
<div class="contents local topic" id="contents">
|
||||
<ul class="simple">
|
||||
<li><a class="reference internal" href="#use-cases-context" id="toc-entry-1">Use Cases / Context</a></li>
|
||||
<li><a class="reference internal" href="#configuration" id="toc-entry-2">Configuration</a><ul>
|
||||
<li><a class="reference internal" href="#payload-configuration" id="toc-entry-3">Payload Configuration</a><ul>
|
||||
<li><a class="reference internal" href="#general" id="toc-entry-4">General</a></li>
|
||||
<li><a class="reference internal" href="#record-payload" id="toc-entry-5">Record Payload</a></li>
|
||||
<li><a class="reference internal" href="#record-payload-v0" id="toc-entry-6">Record Payload (v0)</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
<li><a class="reference internal" href="#asynchronous-and-synchronous-calls" id="toc-entry-7">Asynchronous and synchronous calls</a></li>
|
||||
<li><a class="reference internal" href="#result-processing" id="toc-entry-8">Result processing</a><ul>
|
||||
<li><a class="reference internal" href="#no-processing" id="toc-entry-9">No processing</a></li>
|
||||
<li><a class="reference internal" href="#post-a-message" id="toc-entry-10">Post a Message</a></li>
|
||||
<li><a class="reference internal" href="#action" id="toc-entry-11">Action</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li><a class="reference internal" href="#usage" id="toc-entry-12">Usage</a></li>
|
||||
<li><a class="reference internal" href="#known-issues-roadmap" id="toc-entry-13">Known issues / Roadmap</a></li>
|
||||
<li><a class="reference internal" href="#bug-tracker" id="toc-entry-14">Bug Tracker</a></li>
|
||||
<li><a class="reference internal" href="#credits" id="toc-entry-15">Credits</a><ul>
|
||||
<li><a class="reference internal" href="#authors" id="toc-entry-16">Authors</a></li>
|
||||
<li><a class="reference internal" href="#contributors" id="toc-entry-17">Contributors</a></li>
|
||||
<li><a class="reference internal" href="#maintainers" id="toc-entry-18">Maintainers</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="section" id="use-cases-context">
|
||||
<h2><a class="toc-backref" href="#toc-entry-1">Use Cases / Context</a></h2>
|
||||
<p>Right now, there are 2 different approaches for AI integration with
|
||||
Odoo:</p>
|
||||
<ol class="arabic simple">
|
||||
<li>Make everything inside Odoo.</li>
|
||||
<li>Make it using other tools and integrate Odoo with these tools.</li>
|
||||
</ol>
|
||||
<p>IMO, it would be better to make use of option 2 for different reasons:</p>
|
||||
<ul class="simple">
|
||||
<li>Odoo server is intended as a transactional system. AI systems requires
|
||||
other kind of characteristics</li>
|
||||
<li>Everything changes too fast. I am not confident that Odoo can keep the
|
||||
pace in this topic</li>
|
||||
<li>There are OSS tools that fills the gap perfectly and are created just
|
||||
for this topic.</li>
|
||||
</ul>
|
||||
<p>Anyway, OCA is open to everyone and we don’t intend to force an
|
||||
opinionated way of doing. For this reason, we have this module, that can
|
||||
be used as Bridge with AI systems.</p>
|
||||
</div>
|
||||
<div class="section" id="configuration">
|
||||
<h2><a class="toc-backref" href="#toc-entry-2">Configuration</a></h2>
|
||||
<p>As an administrator access <tt class="docutils literal">AI Bridge\AI Bridge</tt>.</p>
|
||||
<p>Create a new bridge. Define the name, model, url and configuration.</p>
|
||||
<p>In order to improve the view of the AI configuration, use groups and
|
||||
domain to set better filters.</p>
|
||||
<div class="section" id="payload-configuration">
|
||||
<h3><a class="toc-backref" href="#toc-entry-3">Payload Configuration</a></h3>
|
||||
<p>On the external system, you will receive a POST payload. The data
|
||||
included will be the following:</p>
|
||||
<div class="section" id="general">
|
||||
<h4><a class="toc-backref" href="#toc-entry-4">General</a></h4>
|
||||
<ul class="simple">
|
||||
<li>_odoo: Standard data to identify the Odoo Database</li>
|
||||
<li>_model: Model of the related object</li>
|
||||
<li>_id: Id of the related object</li>
|
||||
<li>_response_url: Url to call with the response in case of async calls</li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="section" id="record-payload">
|
||||
<h4><a class="toc-backref" href="#toc-entry-5">Record Payload</a></h4>
|
||||
<p>Adds a new item called record with all the fields.</p>
|
||||
</div>
|
||||
<div class="section" id="record-payload-v0">
|
||||
<h4><a class="toc-backref" href="#toc-entry-6">Record Payload (v0)</a></h4>
|
||||
<p>Adds all the fields directly on the payload. It will be removed on 17.0.</p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="section" id="asynchronous-and-synchronous-calls">
|
||||
<h3><a class="toc-backref" href="#toc-entry-7">Asynchronous and synchronous calls</a></h3>
|
||||
<p>The new system allows asynchronous and synchronous calls. Asynchronous
|
||||
calls makes sense when the task to be processed don’t need to be
|
||||
immediate. For example, reviewing an invoice and leave a comment with
|
||||
the result. The same would happen with a chat message. We expect that
|
||||
the system will leave time to the AI to answer and Odoo’s user can do
|
||||
other things.</p>
|
||||
<p>Meanwhile, Synchronous calls will froze odoo system and wait for an
|
||||
answer. This makes sense when we expect some feedback from odoo user. It
|
||||
makes sense, when we open an action for example.</p>
|
||||
<p>In the synchronous call, the result is processed when the AI system
|
||||
answers on the webhook. On the other hand, it will be processed
|
||||
automatically on the synchronous call.</p>
|
||||
</div>
|
||||
<div class="section" id="result-processing">
|
||||
<h3><a class="toc-backref" href="#toc-entry-8">Result processing</a></h3>
|
||||
<p>With the answers of the system we expect to do something about it. We
|
||||
have the following options:</p>
|
||||
<div class="section" id="no-processing">
|
||||
<h4><a class="toc-backref" href="#toc-entry-9">No processing</a></h4>
|
||||
<p>In this case, the result will do nothing</p>
|
||||
</div>
|
||||
<div class="section" id="post-a-message">
|
||||
<h4><a class="toc-backref" href="#toc-entry-10">Post a Message</a></h4>
|
||||
<p>We will post a message on the original thread of the system. The thread
|
||||
is computed by a function, so it can be overriden in future modules. It
|
||||
expects the keyword arguments of the <tt class="docutils literal">message_post</tt> function.</p>
|
||||
</div>
|
||||
<div class="section" id="action">
|
||||
<h4><a class="toc-backref" href="#toc-entry-11">Action</a></h4>
|
||||
<p>It expects to launch an action on the user interface. It only makes
|
||||
sense on synchronous calls.</p>
|
||||
<p>It expects an action item with the following parameters:</p>
|
||||
<ul class="simple">
|
||||
<li>action: xmlid of the action</li>
|
||||
<li>context: Context to pass to the action (not required)</li>
|
||||
<li>res_id: Id of the resource (not required)</li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="section" id="usage">
|
||||
<h2><a class="toc-backref" href="#toc-entry-12">Usage</a></h2>
|
||||
<p>Use the bolt widget in the chatter to execute the different AI options.</p>
|
||||
<p>The options will be filtered according to the configuration.</p>
|
||||
</div>
|
||||
<div class="section" id="known-issues-roadmap">
|
||||
<h2><a class="toc-backref" href="#toc-entry-13">Known issues / Roadmap</a></h2>
|
||||
<ul class="simple">
|
||||
<li>Define examples to use and import</li>
|
||||
<li>Allow child fields. Right now, only first level fields are accepted.</li>
|
||||
<li>Information popover is not working properly when there is large data.</li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="section" id="bug-tracker">
|
||||
<h2><a class="toc-backref" href="#toc-entry-14">Bug Tracker</a></h2>
|
||||
<p>Bugs are tracked on <a class="reference external" href="https://github.com/OCA/ai/issues">GitHub Issues</a>.
|
||||
In case of trouble, please check there if your issue has already been reported.
|
||||
If you spotted it first, help us to smash it by providing a detailed and welcomed
|
||||
<a class="reference external" href="https://github.com/OCA/ai/issues/new?body=module:%20ai_oca_bridge%0Aversion:%2016.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**">feedback</a>.</p>
|
||||
<p>Do not contact contributors directly about support or help with technical issues.</p>
|
||||
</div>
|
||||
<div class="section" id="credits">
|
||||
<h2><a class="toc-backref" href="#toc-entry-15">Credits</a></h2>
|
||||
<div class="section" id="authors">
|
||||
<h3><a class="toc-backref" href="#toc-entry-16">Authors</a></h3>
|
||||
<ul class="simple">
|
||||
<li>Dixmit</li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="section" id="contributors">
|
||||
<h3><a class="toc-backref" href="#toc-entry-17">Contributors</a></h3>
|
||||
<ul class="simple">
|
||||
<li><a class="reference external" href="https://www.dixmit.com">Dixmit</a><ul>
|
||||
<li>Enric Tobella</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li><a class="reference external" href="https://www.sygel.es">Sygel Technology</a><ul>
|
||||
<li>Valentín Vinagre</li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="section" id="maintainers">
|
||||
<h3><a class="toc-backref" href="#toc-entry-18">Maintainers</a></h3>
|
||||
<p>This module is maintained by the OCA.</p>
|
||||
<a class="reference external image-reference" href="https://odoo-community.org">
|
||||
<img alt="Odoo Community Association" src="https://odoo-community.org/logo.png" />
|
||||
</a>
|
||||
<p>OCA, or the Odoo Community Association, is a nonprofit organization whose
|
||||
mission is to support the collaborative development of Odoo features and
|
||||
promote its widespread use.</p>
|
||||
<p>This module is part of the <a class="reference external" href="https://github.com/OCA/ai/tree/16.0/ai_oca_bridge">OCA/ai</a> project on GitHub.</p>
|
||||
<p>You are welcome to contribute. To learn how please visit <a class="reference external" href="https://odoo-community.org/page/Contribute">https://odoo-community.org/page/Contribute</a>.</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
|
|
@ -0,0 +1,32 @@
|
|||
/** @odoo-module **/
|
||||
|
||||
import {registerPatch} from "@mail/model/model_core";
|
||||
|
||||
registerPatch({
|
||||
name: "Chatter",
|
||||
recordMethods: {
|
||||
async onClickAiBridge(aiBridge) {
|
||||
const saved = await this.doSaveRecord();
|
||||
if (!saved) {
|
||||
return;
|
||||
}
|
||||
const result = await this.env.services.orm.call(
|
||||
"ai.bridge",
|
||||
"execute_ai_bridge",
|
||||
[[aiBridge.id], this.thread.model, this.thread.id]
|
||||
);
|
||||
if (result.action && this.env.services && this.env.services.action) {
|
||||
this.env.services.action.doAction(result.action);
|
||||
} else if (
|
||||
result.notification &&
|
||||
this.env.services &&
|
||||
this.env.services.notification
|
||||
) {
|
||||
this.env.services.notification.add(
|
||||
result.notification.body,
|
||||
result.notification.args
|
||||
);
|
||||
}
|
||||
},
|
||||
},
|
||||
});
|
||||
|
|
@ -0,0 +1,19 @@
|
|||
<?xml version="1.0" encoding="UTF-8" ?>
|
||||
<templates xml:space="preserve">
|
||||
<t
|
||||
t-name="ai_oca_bridge.ChatterTopbar"
|
||||
t-inherit="mail.ChatterTopbar"
|
||||
t-inherit-mode="extension"
|
||||
owl="1"
|
||||
>
|
||||
<xpath
|
||||
expr="//div[hasclass('o_ChatterTopbar_rightSection')]/button[1]"
|
||||
position="before"
|
||||
>
|
||||
<ChatterAITopbar
|
||||
record="chatterTopbar"
|
||||
t-if="chatterTopbar.chatter.webRecord.data.ai_bridge_info !== undefined and chatterTopbar.chatter.webRecord.data.ai_bridge_info.length > 0"
|
||||
/>
|
||||
</xpath>
|
||||
</t>
|
||||
</templates>
|
||||
|
|
@ -0,0 +1,24 @@
|
|||
/** @odoo-module **/
|
||||
|
||||
import {ChatterAIItem} from "../chatter_topbar_ai_item/chatter_topbar_ai_item.esm";
|
||||
const {Component} = owl;
|
||||
import {Dropdown} from "@web/core/dropdown/dropdown";
|
||||
import {DropdownItem} from "@web/core/dropdown/dropdown_item";
|
||||
import {registerMessagingComponent} from "@mail/utils/messaging_component";
|
||||
|
||||
export class ChatterAITopbar extends Component {
|
||||
/**
|
||||
* @returns {ChatterAITopbar}
|
||||
*/
|
||||
get chatterTopbar() {
|
||||
return this.props.record;
|
||||
}
|
||||
}
|
||||
|
||||
Object.assign(ChatterAITopbar, {
|
||||
props: {record: Object},
|
||||
components: {Dropdown, DropdownItem, ChatterAIItem},
|
||||
template: "ai_oca_bridge.ChatterAITopbar",
|
||||
});
|
||||
|
||||
registerMessagingComponent(ChatterAITopbar);
|
||||
|
|
@ -0,0 +1,27 @@
|
|||
<?xml version="1.0" encoding="UTF-8" ?>
|
||||
<templates xml:space="preserve">
|
||||
<t t-name="ai_oca_bridge.ChatterAITopbar" owl="1">
|
||||
<Dropdown
|
||||
class="'btn-group o_ChatterTopbar_AIButton'"
|
||||
togglerClass="'btn btn-secondary ai_button_selection text-uppercase'"
|
||||
hotkey="'i'"
|
||||
showCaret="true"
|
||||
>
|
||||
<t t-set-slot="toggler">
|
||||
<i class="fa fa-bolt" />
|
||||
</t>
|
||||
<t
|
||||
t-foreach="props.record.chatter.webRecord.data.ai_bridge_info"
|
||||
t-as="aiBridge"
|
||||
t-key="aiBridge.id"
|
||||
>
|
||||
<DropdownItem
|
||||
class="'dropdown-item'"
|
||||
onSelected="() => this.props.record.chatter.onClickAiBridge(aiBridge)"
|
||||
>
|
||||
<ChatterAIItem bridge="aiBridge" />
|
||||
</DropdownItem>
|
||||
</t>
|
||||
</Dropdown>
|
||||
</t>
|
||||
</templates>
|
||||
|
|
@ -0,0 +1,46 @@
|
|||
/** @odoo-module **/
|
||||
|
||||
const {Component, markup} = owl;
|
||||
import {usePopover} from "@web/core/popover/popover_hook";
|
||||
|
||||
export class ChatterAIItemPopover extends Component {}
|
||||
ChatterAIItemPopover.template = "ai_oca_bridge.ChatterAIItemPopover";
|
||||
|
||||
export class ChatterAIItem extends Component {
|
||||
setup() {
|
||||
super.setup();
|
||||
this.popover = usePopover();
|
||||
this.tooltipPopover = null;
|
||||
}
|
||||
get tooltipInfo() {
|
||||
return {
|
||||
help: markup(this.props.bridge.description || ""),
|
||||
};
|
||||
}
|
||||
onMouseEnter(ev) {
|
||||
this.closeTooltip();
|
||||
this.tooltipPopover = this.popover.add(
|
||||
ev.currentTarget,
|
||||
ChatterAIItemPopover,
|
||||
this.tooltipInfo,
|
||||
{
|
||||
closeOnClickAway: true,
|
||||
position: "top",
|
||||
}
|
||||
);
|
||||
}
|
||||
|
||||
onMouseLeave() {
|
||||
this.closeTooltip();
|
||||
}
|
||||
|
||||
closeTooltip() {
|
||||
if (this.tooltipPopover) {
|
||||
this.tooltipPopover();
|
||||
this.tooltipPopover = null;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
ChatterAIItem.template = "ai_oca_bridge.ChatterAIItem";
|
||||
ChatterAIItem.props = {bridge: Object};
|
||||
|
|
@ -0,0 +1,22 @@
|
|||
<?xml version="1.0" encoding="UTF-8" ?>
|
||||
<templates xml:space="preserve">
|
||||
<t t-name="ai_oca_bridge.ChatterAIItem" owl="1">
|
||||
<span class="o_ChatterTopbar_AIItem">
|
||||
<t t-esc="props.bridge.name" />
|
||||
<i
|
||||
class="fa fa-info-circle ms-1"
|
||||
role="img"
|
||||
t-on-mouseenter="(ev) => this.onMouseEnter(ev)"
|
||||
t-on-mouseleave="(ev) => this.onMouseLeave(ev)"
|
||||
t-if="props.bridge.description"
|
||||
/>
|
||||
</span>
|
||||
</t>
|
||||
<t t-name="ai_oca_bridge.ChatterAIItemPopover" owl="1">
|
||||
<div class="popup-div">
|
||||
<p class="popover-content p-2">
|
||||
<t t-out="props.help or ''" />
|
||||
</p>
|
||||
</div>
|
||||
</t>
|
||||
</templates>
|
||||
|
|
@ -0,0 +1,36 @@
|
|||
/** @odoo-module **/
|
||||
|
||||
// ensure mail mock server is loaded first.
|
||||
import "@mail/../tests/helpers/mock_server";
|
||||
|
||||
import {MockServer} from "@web/../tests/helpers/mock_server";
|
||||
import {patch} from "@web/core/utils/patch";
|
||||
|
||||
patch(MockServer.prototype, "ai_oca_bridge", {
|
||||
async _performRPC(route, args) {
|
||||
if (args.model === "ai.bridge" && args.method === "execute_ai_bridge") {
|
||||
const record = this.models["ai.bridge"].records.filter(
|
||||
(record) => record.id === args.args[0][0]
|
||||
);
|
||||
if (record && record[0].result_type === "action") {
|
||||
return {
|
||||
action: {
|
||||
type: "ir.actions.act_window",
|
||||
res_model: "res.partner",
|
||||
views: [[false, "tree"]],
|
||||
},
|
||||
};
|
||||
}
|
||||
return {
|
||||
notification: {
|
||||
body: "Mocked AI Bridge Response",
|
||||
args: {
|
||||
type: "info",
|
||||
title: "AI Bridge Notification",
|
||||
},
|
||||
},
|
||||
};
|
||||
}
|
||||
return this._super(...arguments);
|
||||
},
|
||||
});
|
||||
|
|
@ -0,0 +1,29 @@
|
|||
/** @odoo-module **/
|
||||
|
||||
import {
|
||||
addModelNamesToFetch,
|
||||
insertModelFields,
|
||||
insertRecords,
|
||||
} from "@bus/../tests/helpers/model_definitions_helpers";
|
||||
|
||||
addModelNamesToFetch(["ai.bridge"]);
|
||||
|
||||
insertModelFields("res.partner", {
|
||||
ai_bridge_info: {default: [], type: "json"},
|
||||
});
|
||||
insertModelFields("ai.bridge", {
|
||||
result_type: {
|
||||
default: "none",
|
||||
type: "selection",
|
||||
selection: [
|
||||
["none", "None"],
|
||||
["action", "Action"],
|
||||
["notification", "Notification"],
|
||||
],
|
||||
},
|
||||
name: {string: "Name", type: "char"},
|
||||
});
|
||||
insertRecords("ai.bridge", [
|
||||
{id: 1, name: "Test AI Bridge", result_type: "none"},
|
||||
{id: 2, name: "Test AI Bridge Action", result_type: "action"},
|
||||
]);
|
||||
|
|
@ -0,0 +1,98 @@
|
|||
/** @odoo-module */
|
||||
/* global QUnit */
|
||||
/*
|
||||
Copyright 2025 Dixmit
|
||||
License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl).
|
||||
*/
|
||||
import {start, startServer} from "@mail/../tests/helpers/test_utils";
|
||||
QUnit.module("ai_oca_bridge");
|
||||
|
||||
QUnit.test("AI Notification", async function (assert) {
|
||||
const pyEnv = await startServer();
|
||||
const resPartnerId1 = pyEnv["res.partner"].create({
|
||||
ai_bridge_info: [
|
||||
{name: "AI 1", id: 1, description: "test1 description"},
|
||||
{name: "AI 2", id: 2},
|
||||
],
|
||||
});
|
||||
const views = {
|
||||
"res.partner,false,form": `<form>
|
||||
<field name="ai_bridge_info" />
|
||||
<div class="oe_chatter">
|
||||
<field name="message_follower_ids"/>
|
||||
<field name="message_ids"/>
|
||||
</div>
|
||||
</form>`,
|
||||
};
|
||||
const {click, openView} = await start({serverData: {views}});
|
||||
await openView({
|
||||
res_id: resPartnerId1,
|
||||
res_model: "res.partner",
|
||||
views: [[false, "form"]],
|
||||
});
|
||||
await assert.strictEqual(
|
||||
document.querySelectorAll(`.o_ChatterTopbar_AIButton .ai_button_selection`)
|
||||
.length,
|
||||
1,
|
||||
"should have an AI button"
|
||||
);
|
||||
await click(".o_ChatterTopbar_AIButton .ai_button_selection");
|
||||
assert.strictEqual(
|
||||
document.querySelectorAll(`.o_ChatterTopbar_AIItem`).length,
|
||||
2,
|
||||
"should have 2 AI Items"
|
||||
);
|
||||
await click(document.querySelectorAll(".o_ChatterTopbar_AIItem")[0]);
|
||||
assert.strictEqual(
|
||||
document.querySelectorAll(`.o_notification_manager .o_notification`).length,
|
||||
1,
|
||||
"should have 1 Notification after clicking on AI Item"
|
||||
);
|
||||
});
|
||||
|
||||
QUnit.test("AI Action", async function (assert) {
|
||||
const pyEnv = await startServer();
|
||||
const resPartnerId1 = pyEnv["res.partner"].create({
|
||||
ai_bridge_info: [
|
||||
{name: "AI 1", id: 1, description: "test1 description"},
|
||||
{name: "AI 2", id: 2},
|
||||
],
|
||||
});
|
||||
const views = {
|
||||
"res.partner,false,form": `<form>
|
||||
<field name="ai_bridge_info" />
|
||||
<div class="oe_chatter">
|
||||
<field name="message_follower_ids"/>
|
||||
<field name="message_ids"/>
|
||||
</div>
|
||||
</form>`,
|
||||
"res.partner,false,tree": `<tree>
|
||||
<field name="name"/>
|
||||
<field name="active"/>
|
||||
</tree>`,
|
||||
};
|
||||
const {click, openView} = await start({serverData: {views}});
|
||||
await openView({
|
||||
res_id: resPartnerId1,
|
||||
res_model: "res.partner",
|
||||
views: [[false, "form"]],
|
||||
});
|
||||
await assert.strictEqual(
|
||||
document.querySelectorAll(`.o_ChatterTopbar_AIButton .ai_button_selection`)
|
||||
.length,
|
||||
1,
|
||||
"should have an AI button"
|
||||
);
|
||||
await click(".o_ChatterTopbar_AIButton .ai_button_selection");
|
||||
assert.strictEqual(
|
||||
document.querySelectorAll(`.o_ChatterTopbar_AIItem`).length,
|
||||
2,
|
||||
"should have 2 AI Items"
|
||||
);
|
||||
await click(document.querySelectorAll(".o_ChatterTopbar_AIItem")[1]);
|
||||
assert.strictEqual(
|
||||
document.querySelectorAll(`.o_list_view`).length,
|
||||
1,
|
||||
"should have 1 List View after clicking on AI Item with action"
|
||||
);
|
||||
});
|
||||
Loading…
Add table
Add a link
Reference in a new issue