From dc2bab4f0eb816bef2ab5a1892c387abfb5b8470 Mon Sep 17 00:00:00 2001 From: Ernad Husremovic Date: Sat, 30 Aug 2025 18:50:38 +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-ventor-outgoing_routing/doc/DEPENDENCIES.md | 6 +++--- .../doc/DEPENDENCIES.md | 8 ++++---- odoo-bringout-ventor-ventor_base/doc/DEPENDENCIES.md | 6 +++--- 3 files changed, 10 insertions(+), 10 deletions(-) diff --git a/odoo-bringout-ventor-outgoing_routing/doc/DEPENDENCIES.md b/odoo-bringout-ventor-outgoing_routing/doc/DEPENDENCIES.md index ea46bdc..21b2522 100644 --- a/odoo-bringout-ventor-outgoing_routing/doc/DEPENDENCIES.md +++ b/odoo-bringout-ventor-outgoing_routing/doc/DEPENDENCIES.md @@ -2,6 +2,6 @@ This addon depends on: -- [sale_management](https://github.com/bringout/oca-ocb-sale/tree/3e269fa48ad4d81d3305977a3a962b1dc0f75ef3/odoo-bringout-oca-ocb-sale_management) -- [stock_picking_batch](https://github.com/bringout/oca-ocb-warehouse/tree/9281cf64e8c89d4224a778a2e3c7eefc255a1add/odoo-bringout-oca-ocb-stock_picking_batch) -- [ventor_base](https://github.com/bringout/ventor/tree/7a9789b0fb445dcc62558aa91c724862e86dc29a/odoo-bringout-ventor-ventor_base) +- [sale_management](https://github.com/bringout/oca-ocb-sale/tree/b79cef0fc454482466e93989011360a14a738822/odoo-bringout-oca-ocb-sale_management) +- [stock_picking_batch](https://github.com/bringout/oca-ocb-warehouse/tree/a20991bbfdc7baa6dc44c859c38e8a739915edf9/odoo-bringout-oca-ocb-stock_picking_batch) +- [ventor_base](https://github.com/bringout/ventor/tree/2c5de557e83d6bfbc53b9e594e2f6861e8f58774/odoo-bringout-ventor-ventor_base) diff --git a/odoo-bringout-ventor-product_multiple_barcodes/doc/DEPENDENCIES.md b/odoo-bringout-ventor-product_multiple_barcodes/doc/DEPENDENCIES.md index 7719eeb..91b7a8d 100644 --- a/odoo-bringout-ventor-product_multiple_barcodes/doc/DEPENDENCIES.md +++ b/odoo-bringout-ventor-product_multiple_barcodes/doc/DEPENDENCIES.md @@ -2,7 +2,7 @@ This addon depends on: -- [product](https://github.com/bringout/oca-ocb-sale/tree/3e269fa48ad4d81d3305977a3a962b1dc0f75ef3/odoo-bringout-oca-ocb-product) -- [sale](https://github.com/bringout/oca-ocb-sale/tree/3e269fa48ad4d81d3305977a3a962b1dc0f75ef3/odoo-bringout-oca-ocb-sale) -- [purchase](https://github.com/bringout/oca-ocb-core/tree/0e11bee18c8c7dd39664f7b81670e02dd0705e48/odoo-bringout-oca-ocb-purchase) -- [stock](https://github.com/bringout/oca-ocb-warehouse/tree/9281cf64e8c89d4224a778a2e3c7eefc255a1add/odoo-bringout-oca-ocb-stock) +- [product](https://github.com/bringout/oca-ocb-sale/tree/b79cef0fc454482466e93989011360a14a738822/odoo-bringout-oca-ocb-product) +- [sale](https://github.com/bringout/oca-ocb-sale/tree/b79cef0fc454482466e93989011360a14a738822/odoo-bringout-oca-ocb-sale) +- [purchase](https://github.com/bringout/oca-ocb-core/tree/e9ca19c0c154b94934ea86258814c560c4e016f4/odoo-bringout-oca-ocb-purchase) +- [stock](https://github.com/bringout/oca-ocb-warehouse/tree/a20991bbfdc7baa6dc44c859c38e8a739915edf9/odoo-bringout-oca-ocb-stock) diff --git a/odoo-bringout-ventor-ventor_base/doc/DEPENDENCIES.md b/odoo-bringout-ventor-ventor_base/doc/DEPENDENCIES.md index da1c698..4ff20e3 100644 --- a/odoo-bringout-ventor-ventor_base/doc/DEPENDENCIES.md +++ b/odoo-bringout-ventor-ventor_base/doc/DEPENDENCIES.md @@ -2,6 +2,6 @@ This addon depends on: -- base -- [stock](https://github.com/bringout/oca-ocb-warehouse/tree/9281cf64e8c89d4224a778a2e3c7eefc255a1add/odoo-bringout-oca-ocb-stock) -- [stock_picking_batch](https://github.com/bringout/oca-ocb-warehouse/tree/9281cf64e8c89d4224a778a2e3c7eefc255a1add/odoo-bringout-oca-ocb-stock_picking_batch) +- [base](https://github.com/bringout/oca-ocb-core/tree/e9ca19c0c154b94934ea86258814c560c4e016f4/odoo-bringout-oca-ocb-base/odoo/addons/base) +- [stock](https://github.com/bringout/oca-ocb-warehouse/tree/a20991bbfdc7baa6dc44c859c38e8a739915edf9/odoo-bringout-oca-ocb-stock) +- [stock_picking_batch](https://github.com/bringout/oca-ocb-warehouse/tree/a20991bbfdc7baa6dc44c859c38e8a739915edf9/odoo-bringout-oca-ocb-stock_picking_batch)