Suppose that you want to remove a module from your app repository. How can you do that?
I've deleted the module from github.
I've rescanned the repository in my Odoo account.
... and yet, there the module remains. :(
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
Suppose that you want to remove a module from your app repository. How can you do that?
I've deleted the module from github.
I've rescanned the repository in my Odoo account.
... and yet, there the module remains. :(
Thinks this is a "git" usage stuff. Are you refering to your own repository?
In your machine, use
git rm <name of addon module directory>
, then:
git commit -a
and then
git push
This will remove the file you need to remove from your github branch, but only in the last commit.
As I've said, the module was deleted from my github repository. But it remains in the odoo one
Rui, The "odoo one" is the odoo system? is your local repository pointed in someway to the addons directory? Sorry this is not clear enough for me. Do you mean the module is still in your Odoo database instance?
Or the "odoo one" is a main repository from Odoo (or third parties=?) In this last case, pull request to the "odoo one".
أنشئ حساباً اليوم لتستمتع بالخصائص الحصرية، وتفاعل مع مجتمعنا الرائع!
تسجيلالمنشورات ذات الصلة | الردود | أدوات العرض | النشاط | |
---|---|---|---|---|
|
2
مارس 15
|
5650 | ||
|
0
مارس 15
|
4264 | ||
|
3
أبريل 23
|
44378 | ||
|
1
يونيو 17
|
2459 |