Přejít na obsah
Menu
You need to be registered to interact with the community.
This question has been flagged
1 Odpovědět
2662 Zobrazení

Hello,

I am trying to install odoo 3rd party apps/theme on a remote SSH server which is on google VM. 

I have tried through FileZilla but failed. Please let me know step by step 

Update:

I have tried directly uploading a zip file through the google console toggler but for some reason, I can't move the file position to the "addons" folder. It shows as " permission denied " 

I have also tried uploading zip file from FileZilla but it just failed to transfer and it shows an error 

Error: /usr/lib/python3/dist-packages/odoo/addons/ob_pos_direct_logins-14.0.1.0.1.zip: open for write: permission denied

Error: File transfer failed

I am the administrator of the account so I'm not sure why it's not letting me transfer. 

Any help would be highly appreciated 



UPDATE!!! 

For anyone else having a similar issue. I figured what worked for me.

1) Download a zip file from odoos online store

2) open your ssh terminal and type "sudo su" this will give you root access so " permission denied issues" won't be happening no more

3) upload the zip file. Since I am using google VM on the top right there is a toggle that allows me to upload a file. 

4) move the file from the download folder to the addons

5) unzip the file in the addons folder and go to your odoo and update the list. also, make sure the developer mode is active. 



Avatar
Zrušit

Can you edit your post to expand on "failed"?

if filezilla is getting failed, try using a github account and push the codes to github from the local and clone the repo to remote server.

Autor

Permission denied is the issue. Not sure what to do

Autor Nejlepší odpověď

UPDATE!!! 

For anyone else having a similar issue. I figured what worked for me.

1) Download a zip file from odoos online store

2) open your ssh terminal and type "sudo su" this will give you root access so " permission denied issues" won't be happening no more

3) upload the zip file. Since I am using google VM on the top right there is a toggle that allows me to upload a file. 

4) move the file from the download folder to the addons

5) unzip the file in the addons folder and go to your odoo and update the list. also, make sure the developer mode is active. 


Avatar
Zrušit

Its really a small task if you know linux basic commands.

Thank-you for taking the time to share solution. This saved me a lot of time!