Finding and installing additional modules
The Odoo ecosystem has a rich community where many modules are available. Installing new modules in an Odoo instance is something that newcomers frequently find confusing. But it doesn't have to be.
Finding community modules
The Odoo Apps store at https://apps.odoo.com is a catalog of modules that can be downloaded and installed on your system.
Another important resource is the Odoo Community Association (OCA), which hosts community-maintained modules. These modules are hosted on GitHub, at https://github.com/OCA, and a searchable index is also provided at https://odoo-community.org/shop.
The OCA is a non-profit organization that was created to coordinate community contributions, promote software quality, development best practices, and open source values. You can learn more about the OCA at https://odoo-community.org.
To add a module to an Odoo installation, we could just copy it into the addons
directory, alongside the...