Skip to Content
Menu
This question has been flagged
1 Reply
3201 Views


Admin/Hosting through CloudPepper, I am having a real issue in trying to manually add addons. I have tested this particular one through Addon interface in CloudPepper (as it's free): refer_friend_and_earn.


Installed, uninstalled, then tried manual as it appears their list only contains the free addons.

The issue is that I will have other paid addons to add and need to get this process working manually.

I have uploaded the files to /var/odoo/myserver/extra-addons/refer1/CybroAddons/refer_friend_and_earn

Added the folder in the config, restarted the server, updated addons list in Odoo - doesn't appear.

I changed permissions to 777 owner and group owners to odoo, retried, still does not appear.

Avatar
Discard
Best Answer

Addons appear based on them being at the top level of the addons path, which is a variable defined in the configuration file for Odoo.

The configuration file is specified during the startup of Odoo, with the -c parameter, otherwise Odoo checks if the ODOO_RC environment variable is defined (and looks there) and failing that, checks $HOME/.odoorc from the perspective of the User running Odoo from the server (or as a Service).

You should verify which addons path folders the Server is scanning and put your addon there.

Each time you change this variable, or add files, you need to use the UPDATE APPS LIST Menu that is available in Developer Mode via Apps:

Odoo 14, 15 and 16:

Odoo 17:


Avatar
Discard
Related Posts Replies Views Activity
4
Jul 25
308
0
Sep 23
3093
1
Oct 24
3721
5
Nov 19
5372
2
May 18
22440