Skip to Content
Menu

AI Prompt HS for Odoo - Professional

by
Odoo

890.74

v 18.0 Third Party
Availability
Odoo Online
Odoo.sh
On Premise
Lines of code 252
Technical Name odoo_ai_prompt_hs_pro
LicenseOPL-1
Websitehttps://www.hoverstore.com.br/ai-prompt-hs
You bought this module and need support? Click here!
Availability
Odoo Online
Odoo.sh
On Premise
Lines of code 252
Technical Name odoo_ai_prompt_hs_pro
LicenseOPL-1
Websitehttps://www.hoverstore.com.br/ai-prompt-hs

AI Prompt HS for Odoo

Signatures available for AI Prompt HS


AI Prompt inside Odoo modals and website menus.


This app was designed based on the vision of the owner of Hover Store Company who is a data scientist with decades of experience on computing science. He wanted to democratize the use of AI and make it available and affordable for people. He realized that building the own AI prompt sometimes can be expensive, requires a very specific knowledge, demands different types of infrastructure components, and a lot of time and effort to build.


So, why do not make it easy for everybody?


With this app, users have on their hands the latest models of AI including DeepSeek R3, LLAMA 3, Google Gemma and other different models, that provides a high performance comparable to the most efficient AI services existent on market.


The technology developed are fully integrated with Odoo platform and is hosted on global class data centers. The prompt backend uses high standard class GPUs to provide high performance and accuracy for the requests. The solution developed is totally proprietary and can be migrated to any data center provider, including your on-premisse if you like, and be willing to do this.


Integrated with odoo we provide a full documentation and support so you can integrate the solution on your Website, Intranet, Shop Page, Questions and Answers, and others, providing for your team users and customers a prompt tool to attend their needs.


Below, you can find some benefits of this product that brings to your brand, website and e-Commerce an aspect of greater seriousness, robustness and trust from your customers and employees.

How it works? Click below to watch the video with a demo.

How to use AI Prompt HS on your website?


Triggered via a menu item

The AI Prompt HS uses a http route to allow customers invoke an already functional prompt web page.

So, the prompt web page can be added as a menu item in any place of your website, using the Oddo Site Menu Editor. See Image below were the AI Prompt HS web page was added at top level Menu, just after Contact us item.

Now, you can click at AI Prompt HS menu and open the prompt page, as below:



As a Modal called by a link or button

Simple solutions usually are the best ones. Odoo website editor makes things easy giving tools to add buttons, links, images and other components easily to the website.

You can use this features to create a button or insert a link that opens a modal with the prompt inside of it.

Find below an example using Odoo website editor, that added a blue button, bellow the Home menu item, inside the Shop web page.

So, when the customer or user clicks on the button, it opens a modal with the prompt. In the example below, customer is using the prompt to ask the difference between two products. See the example image.

There are several ways to apply the prompt to your business and the tool is flexible so you can integrate in the way that best meets your needs. Below, see the various benefits that the tool can bring.

Benefits of AI Prompt HS.


Some benefits of this tool is that company can provide to internal employees:

  • A prompt so they can find answers about doubts from customers;
  • A prompt to help attendants to do things faster like write an e-mail;
  • A prompt that can provide a more detailed information to build documents;
  • A prompt that helps to summarize customer information;
  • A prompt that helps to build text to be used on campaigns that are more personalized to customers;

Benefits in the customer perspective

  • Provide on the website store a prompt where customers can use prompt to ask AI to compare products;
  • Provide a prompt to customers so they can ask questions about product specifications;

These are just examples of applications of the AI prompt but the uses are endless.


Some of implementations may require further development by company and the intention is to provide a prompt that can be used and integrated on different use case scenarios.


We expect you enjoy this app and fill free to contact us if you need a more specific solution or dedicated resources for your on-premises project.

Setup and Configuration


Installation.

1)Search module name and hit install button.


2) Access to Odoo AI Prompt Configuration.

After a successful installation, AI Prompt HS creates an item on the main menu to access configuration page. To have access to this parameters, user must have Administration / Settings permission.



3) AI Prompt HS Configuration Page.

With the proper permissions, administrators can see in the Main Menu, an item named AI Prompt HS.



Clicking on this menu will open the Odoo AI Prompt HS Configuration Page.

At this first page, administrators can view the current AI model in use via the prompt.


4) Editing AI Model Parameters.

By clicking on the name of the model currently configured, it opens a page to define all parameters available.


The concept here is to be simple and comprehensive for most of users. The idea here is to avoid alienating users and administrators, especially those with little knowledge of AI, machine learning, statistical analysis and everything that involves parameterizations of artificial intelligence models.


So, after some researches and tests we decided to left just two main parameters that most users can understand intuitively.


Than, administrators have 3 settings to configure:

i. Select the AI model available based on the signature

ii. Define the business context, limiting AI responses to subjects related to company needs

iii. Give AI instructions to avoid hallucinations and to let LLM return more accurate responses


5) Selecting AI Models.

Depending on the type of subscription, administrators can select different models of AI such as the list below:



This image is just an example of the models available on the time this documentation was made. Models can be added or removed by demand and the list will continue to grow.


6) Business Context

Provides your business context to the AI. This customize the prompt to answer pertinent and coherent questions related to your business and needs. This limits the scope of what subjects your AI will be capable to answer, focusing on what is important for your customers and your deals.


We provide some examples on how you should do this context to get the most performance and accuracy of responses.



7) Prompt Instructions

This parameters allows to define directives that AI should follow. Instructions are crucial to avoid hallucinations and to let LLM return more precise responses. Here you can define that AI should not address any content or generate answers that do not have complete data.


Also, it is possible to ask the AI to do translations or answer the questions on the same language (if the model allows) used by the user while writing the prompt.


Another example of instruction is to define that in case of more than one product involved in the question or in the answer, the model should present the main differences between them, and the situations where each product is most recommended.


There is no limit for what benefits you can get from this to your business.

Coding - Creating a modal and menu on the website


Modal

Odoo website editor makes things easy giving tools to add buttons, links, images and other components easily to the website. You can use this features to create a button or insert a link that opens a modal with the prompt inside of it.


One of the easiest way is embedding a code on any page you want in Odoo platform. The image below contains a fully functional code used to create a button on Shop page, as presented in the demonstration video of this page.



The code above do 3 major things:

  1. Creates a button named AI Prompt HS
  2. Calls the modal classes
  3. Creates an iframe used to load prompt web page inside the modal.

PS: The source of iframe points to "/prompt" that is the http route for AI Prompt HS. We use the same source to create links or Menu Items. See bellow.


Creating a Menu Item on website

Odoo website editor allows to add new menu items. We can use it to load the prompt web page using "/prompt" as source. For this follow the instructions bellow:

  1. Go to Site --> Menu Editor
  2. At window Edit Menu click on the link "Add Menu Item" in the bottom of the window
  3. Define Name: AI Prompt HS
  4. Define URL or Email: /prompt
  5. Click OK, and Save



Subscription - Standard


Initial mode

Are you new here? This is the start point to evaluate the initial models at your will.

This subscription is intended for those interested in knowing the solution, and for testing the integrations in your environment.


Please, validate how easy and comfortable you feel to embed the code on any page you want in Odoo platform.


AI Models Enabled: 2


Qwen-2.5 - Pretrained on Alibaba's latest large-scale dataset

Snowflake - A suite of text embedding models optimized for performance.

Deep Seek R1 - The first-generation of reasoning models with comparable performance to OpenAI-o1

GLM-4 - A strong multi-lingual general language model with competitive performance to Llama 3

Phi-4 - A state-of-the-art open model from Microsoft

Gemma 3 - A high-performing and efficient model from Google

LLAMA 3 - A new state-of-the-art model from Meta (Facebook)

Mistral-Nemo - A state-of-the-art model built by Mistral AI in collaboration with NVIDIA


Type of support: Documentation only.

Subscription - Advanced


Advanced mode

Nice Choice! Now we are talking seriously.

This subscription is intended for those seeking performance, and accuracy to provide a better answer to questions on prompt.


The models here offer performance and robust to bring trust from your customers and employees. Count on us to help you on this journey.



AI Models Enabled: 5


Qwen-2.5 - Pretrained on Alibaba's latest large-scale dataset

Snowflake - A suite of text embedding models optimized for performance

Deep Seek R1 - The first-generation of reasoning models with comparable performance to OpenAI-o1

GLM-4 - A strong multi-lingual general language model with competitive performance to Llama 3

Phi-4 - A state-of-the-art open model from Microsoft

Gemma 3 - A high-performing and efficient model from Google

LLAMA 3 - A new state-of-the-art model from Meta (Facebook)

Mistral-Nemo - A state-of-the-art model built by Mistral AI in collaboration with NVIDIA


Type of support: Documentation, support through chat and e-mail.

Subscription - Professional


State-of-the-art mode

Here we are talking with big companies.

This subscription is intended for those looking for customization, performance, scalability, and high availability.


Here we provide resources to guarantee the best performance and lower response times.


We also provide the best models on market, mixing state-of-the-art, high-performance, and reasoning models. The efficiency, accuracy, and precision here are comparable to most powerful proprietary AIs on market.


AI Models Enabled: 8


Qwen-2.5 - Pretrained on Alibaba's latest large-scale dataset

Snowflake - A suite of text embedding models optimized for performance

Deep Seek R1 - The first-generation of reasoning models with comparable performance to OpenAI-o1

GLM-4 - A strong multi-lingual general language model with competitive performance to Llama 3

Phi-4 - A state-of-the-art open model from Microsoft

Gemma 3 - A high-performing and efficient model from Google

LLAMA 3 - A new state-of-the-art model from Meta (Facebook)

Mistral-Nemo - A state-of-the-art model built by Mistral AI in collaboration with NVIDIA


Type of support: Documentation, support through chat, e-mail, and video.


Talk to us
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

  • The author can leave a single reply to each comment.
  • This section is meant to ask simple questions or leave a rating. Every report of a problem experienced while using the module should be addressed to the author directly (refer to the following point).
  • If you want to start a discussion with the author or have a question related to your purchase, please use the support page.