Skip to Content
Menu
This question has been flagged
2 Replies
7966 Views

So... basically this is what happened:

- I have an odoo.sh instance with the github repo (sample_project) that was created under my personal github acct (john_doe), let's say the github repo is at:

==> git@github.com:john_doe/sample_project.git

- I created a github org (sample_org) and transfer the sample_project to sample_org possession. Now the repo is at:

==> git@github.com:sample_org/sample_project.git

..................

I think this is the reason it broke my odoo.sh development / staging / prod branches.

  1. I cannot create or modify any old or new development branches, it will says " Ah, well... Could not find remote repository. Do you have the correct access rights to the repository on Github?"

  2. If I try to rebuild old development branches.... or use the shell in staging branch and do a get fetch, it will say "Failed to clone the repository git@github.com:john_doe/sample_project.git"

I just want my odoo.sh to work well with "git@github.com:sample_org/sample_project.git".... Can somebody help please? :(

Avatar
Discard

I have similar error!

I don't know why... but i submit a ticket more then a week ago, and the first answear was : is not odoo issue , ask the author of the app. Well none of the apps can be deployed, so i went back to odoo.. and i'm still waiting for the fix, so i can enjoy odoo.sh that i'm paying! 

Best Answer

I solved this problem by giving odoo.sh permission to my organization. You can achieve this when trying to create a new odoo.sh project there is a link saying "can´t see your organization or repository?"

Avatar
Discard
Best Answer

Fo any one having trouble giving odoo permissions,

The process is

  • Login to your Github account that is the owner of the new organization you created.
  • Click on your Github profile and then click on settings.
  • On the left menus (if they haven't changed) click on the Applications menu, then Authorised Apps, and find the Odoo.sh.
  • Click  on Odoo sh and at the bottom where there is Organization Access, grant access for the org
Avatar
Discard
Related Posts Replies Views Activity
0
Apr 24
421
1
Feb 24
664
3
Apr 24
12400
0
Apr 24
246
2
Jul 24
19707