O'Chat

Deploy module on Odoo SH

Install O'Chat on your Odoo.sh instance directly from the Odoo Apps Store.

Prerequisites

RequirementDetails
Odoo Version17.0, 18.0 or 19.0
EditionCommunity or Enterprise
Python dependencypycryptodome

Step 1: Add the Python dependency

O'Chat requires the pycryptodome library for end-to-end encryption. On Odoo.sh, add it to your requirements.txt file:

pycryptodome

Commit and push the change so that Odoo.sh installs the dependency automatically.

Step 2: Deploy the module

  1. Go to the Odoo Apps Store
  2. Search for "O'Chat"
  3. Select the version matching your Odoo instance (17, 18 or 19)
  4. Click the "Deploy on Odoo.sh" button
  5. Select the Odoo.sh instance matching the version you want to deploy O'Chat on

Step 3: Install the module

  1. Log in to your Odoo.sh instance as an administrator
  2. Enable Developer Mode (Settings → Developer Tools → Activate Developer Mode)
  3. Go to Apps
  4. Click Update Apps List and confirm
  5. Search for "O'Chat"
  6. Click Install

Helpdesk integration

If you have the Helpdesk module installed, the O'Chat Helpdesk extension will be installed automatically. This adds the /ticket command to O'Chat channels.

Step 4: Verify the installation

  1. Go to Discuss (the chat icon in the top menu)
  2. You should see a new O'Chat category in the left sidebar
  3. The category will be empty until you create connections

You're all set!

O'Chat is installed. You can now set up the module to register your instance and start communicating.

What's next?