mirror of
https://github.com/odoocker/odoocker
synced 2025-11-04 15:19:22 +01:00
last fixes
This commit is contained in:
@@ -16,7 +16,7 @@ manifest_dict = eval(''.join(lines[start_index:end_index + 1]))
|
||||
|
||||
# Modify the manifest dictionary
|
||||
manifest_dict['installable'] = True
|
||||
manifest_dict['auto_install'] = False
|
||||
manifest_dict['auto_install'] = True
|
||||
|
||||
# Construct the modified manifest string
|
||||
modified_manifest_lines = ['{\n']
|
||||
|
||||
@@ -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