mirror of
https://github.com/camptocamp/odoo-cloud-platform.git
synced 2026-06-24 02:08:36 +00:00
Various small changes after review
This commit is contained in:
@@ -29,3 +29,7 @@ class CloudPlatform(models.AbstractModel):
|
||||
'dev': PlatformConfig(filestore=FilestoreKind.db),
|
||||
}
|
||||
return configs.get(environment) or configs['dev']
|
||||
|
||||
@api.model
|
||||
def install_ovh(self):
|
||||
self.install('ovh')
|
||||
|
||||
Reference in New Issue
Block a user