Enhance validate_fix_submodules.py to detect and auto-fix orphaned worktrees

- Add detection of orphaned worktree directories (empty dirs or worktrees/ paths without .git)
- Implement automatic removal of orphaned worktrees with --fix option
- Remove orphaned worktrees oca-ocb-accounting-16.1 and oca-ocb-core-16.1
- Update script documentation to explain worktree handling

🤖 assisted by claude

🤖 assisted by claude
This commit is contained in:
Ernad Husremovic 2025-11-16 17:33:55 +01:00
parent 67fdbe80be
commit 7f49fadae0
15 changed files with 29 additions and 29 deletions

View file

@ -2,5 +2,5 @@
This addon depends on:
- [base](https://github.com/bringout/oca-ocb-core/tree/5d1ce43101a4d83b4ac660942e4a7a462823262f/odoo-bringout-oca-ocb-base)
- [base_setup](https://github.com/bringout/oca-ocb-core/tree/5d1ce43101a4d83b4ac660942e4a7a462823262f/odoo-bringout-oca-ocb-base_setup)
- [base](https://github.com/bringout/oca-ocb-core/tree/81050e9b17d26ece0e41494a9f310351df1bddfc/odoo-bringout-oca-ocb-base)
- [base_setup](https://github.com/bringout/oca-ocb-core/tree/81050e9b17d26ece0e41494a9f310351df1bddfc/odoo-bringout-oca-ocb-base_setup)

View file

@ -2,7 +2,7 @@
This addon depends on:
- [base](https://github.com/bringout/oca-ocb-core/tree/5d1ce43101a4d83b4ac660942e4a7a462823262f/odoo-bringout-oca-ocb-base)
- [web](https://github.com/bringout/oca-ocb-core/tree/5d1ce43101a4d83b4ac660942e4a7a462823262f/odoo-bringout-oca-ocb-web)
- [base_setup](https://github.com/bringout/oca-ocb-core/tree/5d1ce43101a4d83b4ac660942e4a7a462823262f/odoo-bringout-oca-ocb-base_setup)
- [auth_signup](https://github.com/bringout/oca-ocb-security/tree/d486db3dff9832cee0081d5b7e568653384ccac2/odoo-bringout-oca-ocb-auth_signup)
- [base](https://github.com/bringout/oca-ocb-core/tree/81050e9b17d26ece0e41494a9f310351df1bddfc/odoo-bringout-oca-ocb-base)
- [web](https://github.com/bringout/oca-ocb-core/tree/81050e9b17d26ece0e41494a9f310351df1bddfc/odoo-bringout-oca-ocb-web)
- [base_setup](https://github.com/bringout/oca-ocb-core/tree/81050e9b17d26ece0e41494a9f310351df1bddfc/odoo-bringout-oca-ocb-base_setup)
- [auth_signup](https://github.com/bringout/oca-ocb-security/tree/67fdbe80be95ed9104f21691282dc9c14432b61a/odoo-bringout-oca-ocb-auth_signup)

View file

@ -2,5 +2,5 @@
This addon depends on:
- [base_setup](https://github.com/bringout/oca-ocb-core/tree/5d1ce43101a4d83b4ac660942e4a7a462823262f/odoo-bringout-oca-ocb-base_setup)
- [web](https://github.com/bringout/oca-ocb-core/tree/5d1ce43101a4d83b4ac660942e4a7a462823262f/odoo-bringout-oca-ocb-web)
- [base_setup](https://github.com/bringout/oca-ocb-core/tree/81050e9b17d26ece0e41494a9f310351df1bddfc/odoo-bringout-oca-ocb-base_setup)
- [web](https://github.com/bringout/oca-ocb-core/tree/81050e9b17d26ece0e41494a9f310351df1bddfc/odoo-bringout-oca-ocb-web)

View file

@ -2,5 +2,5 @@
This addon depends on:
- [auth_password_policy](https://github.com/bringout/oca-ocb-security/tree/d486db3dff9832cee0081d5b7e568653384ccac2/odoo-bringout-oca-ocb-auth_password_policy)
- [portal](https://github.com/bringout/oca-ocb-website/tree/33ba6b76d9cd1aa463f8ac53c8c5d7bc407487ed/odoo-bringout-oca-ocb-portal)
- [auth_password_policy](https://github.com/bringout/oca-ocb-security/tree/67fdbe80be95ed9104f21691282dc9c14432b61a/odoo-bringout-oca-ocb-auth_password_policy)
- [portal](https://github.com/bringout/oca-ocb-website/tree/94cd33d0b8cad01b542f0b8c0142bfc5d0240b1a/odoo-bringout-oca-ocb-portal)

View file

@ -2,5 +2,5 @@
This addon depends on:
- [auth_password_policy](https://github.com/bringout/oca-ocb-security/tree/d486db3dff9832cee0081d5b7e568653384ccac2/odoo-bringout-oca-ocb-auth_password_policy)
- [auth_signup](https://github.com/bringout/oca-ocb-security/tree/d486db3dff9832cee0081d5b7e568653384ccac2/odoo-bringout-oca-ocb-auth_signup)
- [auth_password_policy](https://github.com/bringout/oca-ocb-security/tree/67fdbe80be95ed9104f21691282dc9c14432b61a/odoo-bringout-oca-ocb-auth_password_policy)
- [auth_signup](https://github.com/bringout/oca-ocb-security/tree/67fdbe80be95ed9104f21691282dc9c14432b61a/odoo-bringout-oca-ocb-auth_signup)

View file

@ -2,6 +2,6 @@
This addon depends on:
- [base_setup](https://github.com/bringout/oca-ocb-core/tree/5d1ce43101a4d83b4ac660942e4a7a462823262f/odoo-bringout-oca-ocb-base_setup)
- [mail](https://github.com/bringout/oca-ocb-core/tree/5d1ce43101a4d83b4ac660942e4a7a462823262f/odoo-bringout-oca-ocb-mail)
- [web](https://github.com/bringout/oca-ocb-core/tree/5d1ce43101a4d83b4ac660942e4a7a462823262f/odoo-bringout-oca-ocb-web)
- [base_setup](https://github.com/bringout/oca-ocb-core/tree/81050e9b17d26ece0e41494a9f310351df1bddfc/odoo-bringout-oca-ocb-base_setup)
- [mail](https://github.com/bringout/oca-ocb-core/tree/81050e9b17d26ece0e41494a9f310351df1bddfc/odoo-bringout-oca-ocb-mail)
- [web](https://github.com/bringout/oca-ocb-core/tree/81050e9b17d26ece0e41494a9f310351df1bddfc/odoo-bringout-oca-ocb-web)

View file

@ -2,4 +2,4 @@
This addon depends on:
- [web](https://github.com/bringout/oca-ocb-core/tree/5d1ce43101a4d83b4ac660942e4a7a462823262f/odoo-bringout-oca-ocb-web)
- [web](https://github.com/bringout/oca-ocb-core/tree/81050e9b17d26ece0e41494a9f310351df1bddfc/odoo-bringout-oca-ocb-web)

View file

@ -2,5 +2,5 @@
This addon depends on:
- [auth_totp](https://github.com/bringout/oca-ocb-security/tree/d486db3dff9832cee0081d5b7e568653384ccac2/odoo-bringout-oca-ocb-auth_totp)
- [mail](https://github.com/bringout/oca-ocb-core/tree/5d1ce43101a4d83b4ac660942e4a7a462823262f/odoo-bringout-oca-ocb-mail)
- [auth_totp](https://github.com/bringout/oca-ocb-security/tree/67fdbe80be95ed9104f21691282dc9c14432b61a/odoo-bringout-oca-ocb-auth_totp)
- [mail](https://github.com/bringout/oca-ocb-core/tree/81050e9b17d26ece0e41494a9f310351df1bddfc/odoo-bringout-oca-ocb-mail)

View file

@ -2,5 +2,5 @@
This addon depends on:
- [auth_totp](https://github.com/bringout/oca-ocb-security/tree/d486db3dff9832cee0081d5b7e568653384ccac2/odoo-bringout-oca-ocb-auth_totp)
- [mail](https://github.com/bringout/oca-ocb-core/tree/5d1ce43101a4d83b4ac660942e4a7a462823262f/odoo-bringout-oca-ocb-mail)
- [auth_totp](https://github.com/bringout/oca-ocb-security/tree/67fdbe80be95ed9104f21691282dc9c14432b61a/odoo-bringout-oca-ocb-auth_totp)
- [mail](https://github.com/bringout/oca-ocb-core/tree/81050e9b17d26ece0e41494a9f310351df1bddfc/odoo-bringout-oca-ocb-mail)

View file

@ -2,5 +2,5 @@
This addon depends on:
- [portal](https://github.com/bringout/oca-ocb-website/tree/33ba6b76d9cd1aa463f8ac53c8c5d7bc407487ed/odoo-bringout-oca-ocb-portal)
- [auth_totp](https://github.com/bringout/oca-ocb-security/tree/d486db3dff9832cee0081d5b7e568653384ccac2/odoo-bringout-oca-ocb-auth_totp)
- [portal](https://github.com/bringout/oca-ocb-website/tree/94cd33d0b8cad01b542f0b8c0142bfc5d0240b1a/odoo-bringout-oca-ocb-portal)
- [auth_totp](https://github.com/bringout/oca-ocb-security/tree/67fdbe80be95ed9104f21691282dc9c14432b61a/odoo-bringout-oca-ocb-auth_totp)

View file

@ -2,5 +2,5 @@
This addon depends on:
- [google_account](https://github.com/bringout/oca-ocb-accounting/tree/ddf6c0d80189f2cd640968f14b2d1346fca52a9f/odoo-bringout-oca-ocb-google_account)
- [calendar](https://github.com/bringout/oca-ocb-technical/tree/4694b2a7718eea6743646f61d172cd8cd8c0896b/odoo-bringout-oca-ocb-calendar)
- [google_account](https://github.com/bringout/oca-ocb-accounting/tree/8e05e720e13ae384034b75f924ebae76866d47fe/odoo-bringout-oca-ocb-google_account)
- [calendar](https://github.com/bringout/oca-ocb-technical/tree/13ecab7d7d80c5fa25d92dfcf1596b4dfc9b310e/odoo-bringout-oca-ocb-calendar)

View file

@ -2,4 +2,4 @@
This addon depends on:
- [mail](https://github.com/bringout/oca-ocb-core/tree/5d1ce43101a4d83b4ac660942e4a7a462823262f/odoo-bringout-oca-ocb-mail)
- [mail](https://github.com/bringout/oca-ocb-core/tree/81050e9b17d26ece0e41494a9f310351df1bddfc/odoo-bringout-oca-ocb-mail)

View file

@ -2,4 +2,4 @@
This addon depends on:
- [base_setup](https://github.com/bringout/oca-ocb-core/tree/5d1ce43101a4d83b4ac660942e4a7a462823262f/odoo-bringout-oca-ocb-base_setup)
- [base_setup](https://github.com/bringout/oca-ocb-core/tree/81050e9b17d26ece0e41494a9f310351df1bddfc/odoo-bringout-oca-ocb-base_setup)

View file

@ -2,5 +2,5 @@
This addon depends on:
- [microsoft_account](https://github.com/bringout/oca-ocb-accounting/tree/ddf6c0d80189f2cd640968f14b2d1346fca52a9f/odoo-bringout-oca-ocb-microsoft_account)
- [calendar](https://github.com/bringout/oca-ocb-technical/tree/4694b2a7718eea6743646f61d172cd8cd8c0896b/odoo-bringout-oca-ocb-calendar)
- [microsoft_account](https://github.com/bringout/oca-ocb-accounting/tree/8e05e720e13ae384034b75f924ebae76866d47fe/odoo-bringout-oca-ocb-microsoft_account)
- [calendar](https://github.com/bringout/oca-ocb-technical/tree/13ecab7d7d80c5fa25d92dfcf1596b4dfc9b310e/odoo-bringout-oca-ocb-calendar)

View file

@ -2,4 +2,4 @@
This addon depends on:
- [mail](https://github.com/bringout/oca-ocb-core/tree/5d1ce43101a4d83b4ac660942e4a7a462823262f/odoo-bringout-oca-ocb-mail)
- [mail](https://github.com/bringout/oca-ocb-core/tree/81050e9b17d26ece0e41494a9f310351df1bddfc/odoo-bringout-oca-ocb-mail)