You are here
Marcos - Wed, 2019/03/27 - 21:03
Hey guys im trying for the last 3 weeks to find where i should put the addons folder and config the path to it in a Odoo instance installed using Turnkey.
The problem is that the addons that i put in the odoo application folder are not loaded by the application and i wonder if someone could help me. Thanks on advance
Forum:
Tags:
I'm not super familiar with Odoo
But Google suggests that the addons can go more-or-less anywhere, so long as they are owned by the 'odoo' user and the path is added to the conf file (/etc/odoo/odoo.conf).
I've just launched an Odoo server and after having a quick look, I have used a sub-driectory of an existing Odoo dir; /var/lib/odoo/custom-addons. Here's how I did it:
Then put the desired downloaded addon in that directory (you'll need to unpack the zip file). Here's a commandline example showing how to download and install the MuK DMS addon (I got the download URL by right clicking on the "Download link" & copy/pasting it):
Then fix the permissions (so the files are owned by Odoo) and restart the Odoo service:
Note to enable and use your desired addon/App, additional steps may be required.
For example in the case of the MuK DMS module, you'll need to follow the steps as noted in the Documentation section of the Odoo Addons page. I.e.:
Hopefully you have a similar experience to me!
One final note. If you are using TKLBAM and want to include all your downloaded custom apps in your backup (rather than needing to redownload them if things go pearshaped) then add an override:
Add new comment