mirror of
https://github.com/odoocker/odoocker
synced 2025-11-04 23:29:19 +01:00
last fixes
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user