Skip to Content
Menú
This question has been flagged
2 Respostes
4049 Vistes

Hello, how can I change permissions File/Foldes for custom_addons in Odoo.sh?

thanks


Avatar
Descartar
Best Answer

Users don't have admin permission so you can't use sudo command

Avatar
Descartar
Best Answer

Hello Gonzalo de la Serna, 

You can try this command.

sudo chown -R root:odoo /usr/lib/python3/dist-packages/odoo/customaddons/
sudo find /usr/lib/python3/dist-packages/odoo/customaddons/ -type d -exec chmod 755 {} \;

or

sudo chmod 755 /opt/customaddons

I hope this will help you.

Thanks & Regards,
Email: odoo@aktivsoftware.com
Skype: kalpeshmaheshwari

Avatar
Descartar
Related Posts Respostes Vistes Activitat
2
de març 25
5919
0
de jul. 21
2485
2
de febr. 20
3327
2
de gen. 19
3291
1
de nov. 16
5589