mirror of
https://github.com/camptocamp/odoo-cloud-platform.git
synced 2026-06-24 02:08:36 +00:00
[13.0][IMP] Make cloud_platform fully abstract + update related modules (#244)
This commit is contained in:
committed by
Yannick Vaucher
co-authored by
Yannick Vaucher
parent
9bf1c0acf5
commit
c4cf4cb092
@@ -1,7 +1,3 @@
|
||||
|
||||
def install_exoscale(ctx):
|
||||
ctx.env['cloud.platform'].install('exoscale')
|
||||
|
||||
|
||||
def install_ovh(ctx):
|
||||
ctx.env['cloud.platform'].install('ovh')
|
||||
def install(ctx):
|
||||
ctx.env['cloud.platform'].install()
|
||||
|
||||
Reference in New Issue
Block a user