Where to add a custom add-on without using a Git provider like GitHub?
When you are not using Github to manage your Odoo addons, you can deploy a module manually by uploading it to a custom folder.
You can upload files to your server using an SFTP manager like FileZilla. Ensure you have added an SSH key to your server you can use to log in and transfer files.
- Add a new folder in /var/odoo/your-instance/extra-addons (/etc/odona/your-instance/extra-addons for old instances)
- Add the path of the newly created folder (ie. /var/odoo/your-instance/extra-addons/your-custom-folder) to the addons_path settings which you can find on the Config tab on Cloudpepper instance details.
- Upload your custom add-on(s) to the newly created folder. || Ensure to update your module app list after having uploaded the new module.