Search code examples
odooodoo-15odoo.sh

How to add a custom module from a Github repository to an Odoo.sh project?


I have written and tested an Odoo module locally and pushed it to it's own Github repository. Now I want to add it to an Odoo.sh project.

I have tried creating the Odoo.sh project from the repository. Sure enough it adds the code from my repository with the following folder structure into the User directory: enter image description here

The problem is that I am not able to install the module. What am I doing wrong?


Solution

  • Can you try adding the module files into another folder and add this folder to Github and then check. Probably Odoo.sh is not able to recognise the module since it is not having a structure.