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

I have private github and i have there my module that i want publishing it with price 

when i upload the module and start scan my github link error message raised that no access to this github

when i change my github from private to publuc the module update successfully 

i want add online-odoo account to my private github but I don’t know the steps

Avatar
Discard
Best Answer

    To publish your Odoo Apps you need to follow steps as below.

    • Open your private repository.
    • Go to Settings of the repository.
    • Click on User and Group Access.
    • Go to User section and select "OdooApps" (case sensitive) and give the "Read" rights to this user.

    • After that you need to register your repository inside Odoo App store and scan it. Your private apps are listed inside Odoo App Store.
    • Don't forget to use the SSH url of your repository when registering it to identify using ssh. For example for Bitbucket, it would be something like git@bitbucket.org:odoo/odoo#9.0.

    For More Details please have a look inside Apps Upload.


    For Github :

    • Settings => Collaborators there you need to add collaborators (git user). Add user "online-odoo" which will read all changes you made inside your repository.
    Avatar
    Discard
    Author Best Answer

    I want the solution for github not bitbucket


    Avatar
    Discard

    Emipro's answer used Bitbucket as an example, it works the same way using GitHub. You may want to read the Odoo-Help link Emipro has provided, where it also is explained step by step.