All Collections
Getting Started
Asterisk Plus module installation
Asterisk Plus module installation

Steps to correctly install Asterisk Plus module.

Max Li avatar
Written by Max Li
Updated over a week ago

This article explains how to install Asterisk Plus Odoo addon.

Install the addon in Odoo

First, download the addon from the Odoo market.

Install the addon as any other Odoo module, refer to Odoo documentation for details if needed.

Install python requirements

There is a requirements.txt file in the downloaded package. Install these python dependencies using the command:

pip3 install -r requirements.txt

If you use odoo.sh make sure you have requirements.txt file in your modules top folder so that odoo.sh can install the required dependencies.

If you use python virtualenv make sure you install the requirements there and not system wide.

Did this answer your question?