mirror of
https://github.com/camptocamp/odoo-cloud-platform.git
synced 2026-06-24 02:08:36 +00:00
[FIX] cloud_platform_ovh uses swift
This commit is contained in:
@@ -10,7 +10,7 @@ from odoo.addons.cloud_platform.models.cloud_platform import FilestoreKind
|
|||||||
from odoo.addons.cloud_platform.models.cloud_platform import PlatformConfig
|
from odoo.addons.cloud_platform.models.cloud_platform import PlatformConfig
|
||||||
|
|
||||||
|
|
||||||
SWIFT_STORE_KIND = FilestoreKind('s3', 'remote')
|
SWIFT_STORE_KIND = FilestoreKind('swift', 'remote')
|
||||||
|
|
||||||
|
|
||||||
class CloudPlatform(models.AbstractModel):
|
class CloudPlatform(models.AbstractModel):
|
||||||
|
|||||||
Reference in New Issue
Block a user