Skip to content

Installation

Installing Nuido AI follows the same straightforward process as installing any standard Odoo add-on.

Requirements

Nuido AI is built on top of Microsoft's Semantic Kernel. Before proceeding with the installation of Nuido AI add-ons in Odoo, you must first install the required semantic-kernel Python package:

shell
pip install semantic-kernel==1.23.1

In addition to Semantic Kernel, Nuido AI requires the following Odoo add-ons:

  • ai_chat_base
  • nuido
  • nuido_base
  • and the main Nuido AI add-on itself nuidoai

You can find all required add-ons in the Exploring Odoo GitHub repository.

After downloading or cloning the repository, make sure the directory containing these add-ons is included in your Odoo configuration (addons_path).