From 967ae7fd382b1d15fdc43078fe9bb82bd057b3e4 Mon Sep 17 00:00:00 2001 From: Ernad Husremovic Date: Sat, 30 Aug 2025 18:49:37 +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-ocb-web_editor/doc/DEPENDENCIES.md | 4 ++-- odoo-bringout-oca-ocb-web_kanban_gauge/doc/DEPENDENCIES.md | 2 +- odoo-bringout-oca-ocb-web_tour/doc/DEPENDENCIES.md | 2 +- odoo-bringout-oca-ocb-web_unsplash/doc/DEPENDENCIES.md | 4 ++-- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/odoo-bringout-oca-ocb-web_editor/doc/DEPENDENCIES.md b/odoo-bringout-oca-ocb-web_editor/doc/DEPENDENCIES.md index 1847183..a93df2a 100644 --- a/odoo-bringout-oca-ocb-web_editor/doc/DEPENDENCIES.md +++ b/odoo-bringout-oca-ocb-web_editor/doc/DEPENDENCIES.md @@ -2,5 +2,5 @@ This addon depends on: -- [bus](https://github.com/bringout/oca-ocb-core/tree/0e11bee18c8c7dd39664f7b81670e02dd0705e48/odoo-bringout-oca-ocb-bus) -- [web](https://github.com/bringout/oca-ocb-core/tree/0e11bee18c8c7dd39664f7b81670e02dd0705e48/odoo-bringout-oca-ocb-web) +- [bus](https://github.com/bringout/oca-ocb-core/tree/e9ca19c0c154b94934ea86258814c560c4e016f4/odoo-bringout-oca-ocb-bus) +- [web](https://github.com/bringout/oca-ocb-core/tree/e9ca19c0c154b94934ea86258814c560c4e016f4/odoo-bringout-oca-ocb-web) diff --git a/odoo-bringout-oca-ocb-web_kanban_gauge/doc/DEPENDENCIES.md b/odoo-bringout-oca-ocb-web_kanban_gauge/doc/DEPENDENCIES.md index 531c8b5..f1df5d2 100644 --- a/odoo-bringout-oca-ocb-web_kanban_gauge/doc/DEPENDENCIES.md +++ b/odoo-bringout-oca-ocb-web_kanban_gauge/doc/DEPENDENCIES.md @@ -2,4 +2,4 @@ This addon depends on: -- [web](https://github.com/bringout/oca-ocb-core/tree/0e11bee18c8c7dd39664f7b81670e02dd0705e48/odoo-bringout-oca-ocb-web) +- [web](https://github.com/bringout/oca-ocb-core/tree/e9ca19c0c154b94934ea86258814c560c4e016f4/odoo-bringout-oca-ocb-web) diff --git a/odoo-bringout-oca-ocb-web_tour/doc/DEPENDENCIES.md b/odoo-bringout-oca-ocb-web_tour/doc/DEPENDENCIES.md index 531c8b5..f1df5d2 100644 --- a/odoo-bringout-oca-ocb-web_tour/doc/DEPENDENCIES.md +++ b/odoo-bringout-oca-ocb-web_tour/doc/DEPENDENCIES.md @@ -2,4 +2,4 @@ This addon depends on: -- [web](https://github.com/bringout/oca-ocb-core/tree/0e11bee18c8c7dd39664f7b81670e02dd0705e48/odoo-bringout-oca-ocb-web) +- [web](https://github.com/bringout/oca-ocb-core/tree/e9ca19c0c154b94934ea86258814c560c4e016f4/odoo-bringout-oca-ocb-web) diff --git a/odoo-bringout-oca-ocb-web_unsplash/doc/DEPENDENCIES.md b/odoo-bringout-oca-ocb-web_unsplash/doc/DEPENDENCIES.md index c047a41..ab5e54d 100644 --- a/odoo-bringout-oca-ocb-web_unsplash/doc/DEPENDENCIES.md +++ b/odoo-bringout-oca-ocb-web_unsplash/doc/DEPENDENCIES.md @@ -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)