Availability |
Odoo Online
Odoo.sh
On Premise
|
Odoo Apps Dependencies |
•
Website (website)
• eCommerce (website_sale) • Discuss (mail) • Invoicing (account) |
Lines of code | 671 |
Technical Name |
odoo_algolia_connector |
License | OPL-1 |
Website | https://warlocktechnologies.com |
Availability |
Odoo Online
Odoo.sh
On Premise
|
Odoo Apps Dependencies |
•
Website (website)
• eCommerce (website_sale) • Discuss (mail) • Invoicing (account) |
Lines of code | 671 |
Technical Name |
odoo_algolia_connector |
License | OPL-1 |
Website | https://warlocktechnologies.com |
Explore this module
Overview
Sync Odoo data to Algolia for fast website search (products, variants, stock).
Features

Indexing Odoo Data into Algolia.
– Sync product.template (products, variants, attributes, stock). Sync categories, blog posts, or CMS pages if enabled. Automatic re-indexing when data changes (via cron jobs or real-time hooks). Support for custom models (extendable with Odoo Studio or custom modules

InstantSearch Integration in Website
– Autocomplete search box (with Algolia InstantSearch.js). “As you type” product suggestions. Results dropdown with image, price, description. Redirection to product page or category.

Faceted Navigation (Filters)
– Filter by category, price range, attributes (color, size, brand, etc.). Multi-select filters with counts (e.g., “Red (23)”). Range sliders for numeric fields (price, stock).
Configuration
- Algolia Credetials.
Go to Settings > General Settings > Algolia Integration. Here you will see Algolia Creadetials to be stored (Application ID, Application search Key, Admin API Key, etc.).

- 2. Algolia API
- Application ID
- Application search Key
- application write API
- Admin API Key
In algolia my application.
User will get:

- Algolia Indexing.
This boolean field algolia Indexable, ensure that, this product is stored in the algolia.

- Using the cron we will stored all odoo's products into the algolia for fast searching.

- In Website.
which data is stored in the algolia now is showing in Odoo search box . Here, result is shown by the algolia for fast searching.

- fastest result for searching
After you search anything in search box the result you will get that is from the algolia not from the odoo


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