Installing and upgrading local addon modules
The core of the functionality of Odoo comes from the addon modules. You have a wealth of addons available as part of Odoo itself as well as addon modules that you can download from the Internet or write yourself.
In this recipe, we will show how to install and upgrade addon modules through the web interface and from the command line.
The main benefits of using the command line for these operations are being able to act on more than one addon at a time and having a clear view of the server logs as the installation or update progresses, which is very useful when in the development mode or when scripting the installation of an instance.
Getting ready
You have an Odoo instance with its database initialized, the addons path is properly set, and the addons list is up to date.
How to do it…
There are two possible methods to install or update addons—you can use the web interface or the command line.
From the web interface
To install a new addon...