Add special handling for 'base' module in refresh_package_links.py

- Handle bare 'base' references in DEPENDENCIES.md files
- Convert them to proper GitHub links pointing to odoo-bringout-oca-ocb-base/odoo/addons/base
- Updated refresh_package_links.py with BASE_PATTERN and base_repl function
- Applied changes to 1758 out of 2075 files

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
Ernad Husremovic 2025-08-30 18:49:37 +02:00
parent 00b33fd1c7
commit 967ae7fd38
4 changed files with 6 additions and 6 deletions

View file

@ -2,5 +2,5 @@
This addon depends on:
- [base_setup](https://github.com/bringout/oca-ocb-core/tree/0e11bee18c8c7dd39664f7b81670e02dd0705e48/odoo-bringout-oca-ocb-base_setup)
- [web_editor](https://github.com/bringout/oca-ocb-web/tree/40408837b9199a0b6aabc9b7825d5c15427e64fd/odoo-bringout-oca-ocb-web_editor)
- [base_setup](https://github.com/bringout/oca-ocb-core/tree/e9ca19c0c154b94934ea86258814c560c4e016f4/odoo-bringout-oca-ocb-base_setup)
- [web_editor](https://github.com/bringout/oca-ocb-web/tree/00b33fd1c7f7e1b4e9a1b64f63b15a8e29c442ab/odoo-bringout-oca-ocb-web_editor)