Adding and Installing New Addons
We have the Odoo network add-ons and the agency add-ons in case; we're using the agency edition. If we must do any customizations or if we want to feature extra apps or modules, then we will upload them to Odoo via means of including them in a custom folder in the task directory. In the screenshot, a module from Odoo Apps is introduced withinside the custom_addons folder that's created in the task directory.
The absolute path to the new directory must be added to the addons path in the Odoo conf file in order to use the new addon in Odoo.
We can replace the addons_path withinside the conf report at the server via the terminal. Suppose the conf report is placed at /etc/odoo.conf, then we are able to open it via means of walking the command sudo nano /etc/odoo.conf and including the route to the custom addons. Suppose the custom addons are placed at /opt/odoo/custom, then upload the route to addons_path withinside the conf report with the opposite addons.
E.g.: addons_path = /opt/odoo/addons, /opt/odoo/enterprise, /opt/odoo/custom
Open Apps and turn on developer mode to install the recently introduced module. After activating developer mode, certain new menus will be accessible within Apps. To load the recently added Apps and modules, use the Update Apps List menu option.
Click on the Install button to install the app/module.
By using the install button, we can install our module and use our module features.