Overslaan naar inhoud
Menu
Je moet geregistreerd zijn om te kunnen communiceren met de community.
Deze vraag is gerapporteerd
1 Beantwoorden
4983 Weergaven

The official documentation covers how to add a submodule, either from the odoo.sh platform itself or by using git : \https://www.odoo.com/documentation/13.0/administration/odoo_sh/advanced/submodules.html#adding-a-submodule

However, there is not (yet) documentation on how to remove a submodule. My questions are:

1. How to correctly remove a submodule from odoo.sh ? I've tried and commited the following changes:

git rm -r the_submodule
rm -rf .git/modules/the_submodule  

2. Will the platform detect that you removed modules through submodules in your branches and automatically remove them from the addons path ? If not, what is the procedure to follow ?


Avatar
Annuleer
Beste antwoord

Acutally it's very easy. odoo.sh is using CI/CD. So what you need to do is modifying the codes of your GitHub repository.

For example, 1) delete the folder of the submodule; 2) remove the codes relevant with the module from file ".gitmodules"

Once you submit the changed to github, odoo.sh will rebuild it automatically.

Avatar
Annuleer
Gerelateerde posts Antwoorden Weergaven Activiteit
2
mrt. 22
5207
0
jul. 22
3939
0
aug. 21
3999
1
okt. 20
4978
1
jul. 25
19232