Skip to Content
Menu
This question has been flagged
2 Replies
4030 Zobrazenia

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

thanks


Avatar
Zrušiť
Best Answer

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

Avatar
Zrušiť
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
Zrušiť
Related Posts Replies Zobrazenia Aktivita
2
mar 25
5908
0
júl 21
2476
2
feb 20
3327
2
jan 19
3274
1
nov 16
5577