From af4583f8b8fb72c324be444c849dfe9e68ffd12e Mon Sep 17 00:00:00 2001 From: Ernad Husremovic Date: Sat, 30 Aug 2025 18:48:51 +0200 Subject: [PATCH] Add special handling for 'base' module in refresh_package_links.py MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 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 --- odoo-bringout-oca-ai-ai_oca_bridge/doc/DEPENDENCIES.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/odoo-bringout-oca-ai-ai_oca_bridge/doc/DEPENDENCIES.md b/odoo-bringout-oca-ai-ai_oca_bridge/doc/DEPENDENCIES.md index a2e944e..850e9e4 100644 --- a/odoo-bringout-oca-ai-ai_oca_bridge/doc/DEPENDENCIES.md +++ b/odoo-bringout-oca-ai-ai_oca_bridge/doc/DEPENDENCIES.md @@ -2,4 +2,4 @@ This addon depends on: -- [mail](https://github.com/bringout/oca-ocb-core/tree/0e11bee18c8c7dd39664f7b81670e02dd0705e48/odoo-bringout-oca-ocb-mail) +- [mail](https://github.com/bringout/oca-ocb-core/tree/e9ca19c0c154b94934ea86258814c560c4e016f4/odoo-bringout-oca-ocb-mail)