Skip to Content
Menu
Musisz się zarejestrować, aby móc wchodzić w interakcje z tą społecznością.
To pytanie dostało ostrzeżenie
1 Odpowiedz
6457 Widoki

we have to try to contribute a module in odoo apps. we have created a repository in github and t bitbucket also trying to add that repository to odoo apps. I

Error when updating git from git@github.com:owner_name/repo_name.git#12.0
returncode: 128
output:
returncode: 128
output:
b'warning: Could not find remote branch 12.0 to clone.\nfatal: Remote branch 12.0 not found in upstream origin\n'

Awatar
Odrzuć
Najlepsza odpowiedź

i think it's happening due to following reason:

1) Make sure you have added correct repository name  in odoo app store?

2) You added #12.0 in repository name, so have to create branch named as 12.0 in your repository and push all code to that branch so that odoo can read that code.
3) If your repository is private then you have to give read permission to odoo user.

4) make sure you have to add your module in root folder in your repository.

For reference just read upload guideline \Submit App

hope it will useful for you..

Awatar
Odrzuć
Powiązane posty Odpowiedzi Widoki Czynność
1
sie 24
1477
1
lip 24
1448
1
sty 23
2418
0
mar 20
289
0
mar 24
1237