Ir al contenido
Menú
Se marcó esta pregunta
2 Respuestas
4012 Vistas

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

thanks


Avatar
Descartar
Mejor respuesta

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

Avatar
Descartar
Mejor respuesta

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
Publicaciones relacionadas Respuestas Vistas Actividad
2
mar 25
5906
0
jul 21
2470
2
feb 20
3327
2
ene 19
3273
1
nov 16
5569