Hello everyone,
I have an Odoo sh with 3 github repositories, each one poiting to a specific module.
I need to know if I can create one single folder in github for holding the 3 modules and use this single folder as the submodule in Odoo sh.
The actual structure is:
custom_module1: a submodule in odoo sh;
custom_module2: a submodule in odoo sh;
custom_module3: a submodule in odoo.sh;
What I need to achieve:
main_folder_github/custom_module1, custom_module2, custom_module3
... and have just this "main_folder_github" as the submodule in odoo sh.
If I add this "main_folder_github" as the submodule in odoo.sh, will odoo recognize the modules inside this folder?
Thanks in advance
If you need convert your repo with history to monorepo this article could help you to
https://medium.com/@chris_72272/keeping-git-history-when-converting-multiple-repos-into-a-monorepo-97641744d928
Hope this will help you