Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

custom addons #2

Open
IHTM opened this issue Feb 18, 2023 · 5 comments
Open

custom addons #2

IHTM opened this issue Feb 18, 2023 · 5 comments

Comments

@IHTM
Copy link

IHTM commented Feb 18, 2023

Hey, how can I add my custom addons?
I added my addon (rental) like in the image below and updated Apps, but nothing shows up.

image

@minhng92
Copy link
Owner

Hi @IHTM , your custom addon put in "addons" is correct. Try restarting the Odoo container and then update the Apps again.

$ docker-compose restart

Please make sure that the Odoo container has permission to read the addon folder "rental". On Ubuntu, you can set the full permission for everyone with:

$ sudo chmod -R 777 rental

Hope that it resolves your issue :)

@IHTM
Copy link
Author

IHTM commented Feb 18, 2023

It works, thank you!

@IHTM IHTM closed this as completed Feb 18, 2023
@IHTM IHTM reopened this Feb 18, 2023
@IHTM
Copy link
Author

IHTM commented Feb 18, 2023

Though, I gave permission to the addons folder before. Do I need to assign permission every time I got a new custom addon?

@minhng92
Copy link
Owner

Though, I gave permission to the addons folder before. Do I need to assign permission every time I got a new custom addon?

Just assign the permission if the addon is not found. This issue often happens when you copy the custom addon from another machine / project.
ps. I don't recommend to assign full permission (777) on the folder.

@privateer00
Copy link

hello,
I still can't fing the app i with to install even after giving full permissions.
what i did (maybe i'm wrong):

  1. unzipped app on my laptop
  2. copied the folder in addons folder on remote server using winscp
  3. chmod -R 777 folder
  4. restarted contatiner (stopped/starded too)
  5. went to apps -> removed filter -> refresh

am I missing something?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants