Hello, how can I change permissions File/Foldes for custom_addons in Odoo.sh?
thanks
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
Hello, how can I change permissions File/Foldes for custom_addons in Odoo.sh?
thanks
Users don't have admin permission so you can't use sudo command
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
Create an account today to enjoy exclusive features and engage with our awesome community!
Sign upRelated Posts | Replies | Views | Activity | |
---|---|---|---|---|
|
0
Jul 21
|
1171 | ||
|
2
Feb 20
|
3216 | ||
Different Access Permission
Solved
|
|
2
Jan 19
|
2196 | |
|
1
Nov 16
|
4107 | ||
|
1
Nov 16
|
4441 |