| Availability |
Odoo Online
Odoo.sh
On Premise
|
| Odoo Apps Dependencies |
•
Sales (sale_management)
• Website (website) • eCommerce (website_sale) • Invoicing (account) • Discuss (mail) |
| Lines of code | 537 |
| Technical Name |
product_recommendation_ai |
| License | LGPL-3 |
| Website | https://www.cybrosys.com |
| Versions | 17.0 19.0 |
| Availability |
Odoo Online
Odoo.sh
On Premise
|
| Odoo Apps Dependencies |
•
Sales (sale_management)
• Website (website) • eCommerce (website_sale) • Invoicing (account) • Discuss (mail) |
| Lines of code | 537 |
| Technical Name |
product_recommendation_ai |
| License | LGPL-3 |
| Website | https://www.cybrosys.com |
| Versions | 17.0 19.0 |
Supports:
Community
Enterprise
Availability:
Odoo Online
Odoo.sh
On Premise
Read Blog
Dive into our comprehensive blog posts covering the latest in cybersecurity trends and insights.
Video Tutorial
Watch our detailed video demonstrations and tutorials on YouTube for hands-on learning.
This module depends on external Python libraries. Please install nomic, torch,
scikit-learn, numpy, and sentence-transformers before installing the module.
first. The required python packages can be installed using the
following commands.
To ensure smooth execution of AI-based features, configure the following memory limits in your Odoo configuration file (odoo.conf):
pip install torch --index-url https://download.pytorch.org/whl/cpu
pip install nomic==3.6.0
pip install scikit-learn==1.7.2
pip install numpy==2.3.3
pip install sentence-transformers==5.1.1
To ensure smooth execution of AI-based features, configure the following memory limits in your Odoo configuration file (odoo.conf):
limit_memory_hard
= 4096000000
limit_memory_soft = 3072000000
Key Highlights
AI-based product suggestions from user orders.
Semantic similarity recommendations.
Adjustable limit for the number of suggested products.
Semantic similarity using product name, description, category, and tags.
Supports high-speed and high-performance modes.
Access Website Configuration Settings
Navigate to the Website module and go to Configuration → Settings
(Website → Configuration → Settings).
Configure Recommendation Settings
Set recommendation model, product metadata, display limit, and
visibility. Save the changes
Place an order from the website shop
Review the order details and proceed to checkout from the website.
Payment completed successfully and order confirmation displayed.
Personalized product suggestions based on latest order
Our Features
01
Order-based Recommendations.
02
AI Semantic Matching.
03
Product Carousel Display.
04
Configurable Recommendation Mode.
05
Metadata Selection Control.
Latest Releases
Latest Release 19.0.1.0.0
Add
Initial Commit
Please log in to comment on this module