[NEW] add detection of obsolete, Odoo core integrated or renamed addons

This commit is contained in:
Stéphan Sainléger
2026-05-15 22:29:21 +02:00
parent 25fff3da5d
commit 55218946c5
9 changed files with 166 additions and 6 deletions

View File

@@ -31,8 +31,10 @@ fi
check_required_commands
readonly ORIGIN_VERSION="$1"
readonly FINAL_VERSION="$2"
export ORIGIN_VERSION="$1"
readonly ORIGIN_VERSION
export FINAL_VERSION="$2"
readonly FINAL_VERSION
readonly ORIGIN_DB_NAME="$3"
readonly ORIGIN_SERVICE_NAME="$4"