This commit is contained in:
vrenaville
2022-05-20 14:30:02 +02:00
parent 90005a62f9
commit d7e909ae92
+1 -1
View File
@@ -238,7 +238,7 @@ class CloudPlatform(osv.osv_abstract):
params.get_param( params.get_param(
cr, SUPERUSER_ID, "ir_attachment.location", context=context cr, SUPERUSER_ID, "ir_attachment.location", context=context
) )
== AZURE_STORE_KIND.name == FilestoreKind.azure
) )
if environment_name in ("prod", "integration"): if environment_name in ("prod", "integration"):
# Labs instances use azure by default, but we don't want # Labs instances use azure by default, but we don't want