last fixes

This commit is contained in:
Yhael S
2023-10-06 23:55:18 -05:00
parent 0cd36b92a3
commit 554f9f533d
4 changed files with 32 additions and 17 deletions

View File

@@ -10,8 +10,12 @@ if [ ! -d "odoo-cloud-platform" ]; then
cp -r odoo-cloud-platform/attachment_s3 ${THIRD_PARTY_ADDONS}/attachment_s3
fi
# Define the path to the manifest file
redis_manifest="${THIRD_PARTY_ADDONS}/session_redis/__manifest__.py"
# Define the path to the manifest file
s3_manifest="${THIRD_PARTY_ADDONS}/attachment_s3/__manifest__.py"
# Modify the manifest file
# python3 /fix-manifest.py $redis_manifest
python3 /fix-manifest.py $s3_manifest
python3 /fix-manifest.py $redis_manifest