mirror of
https://github.com/camptocamp/odoo-cloud-platform.git
synced 2026-06-24 02:08:36 +00:00
6 lines
84 B
Python
6 lines
84 B
Python
# -*- coding: utf-8 -*-
|
|
|
|
|
|
def install(ctx):
|
|
ctx.env['cloud.platform'].install()
|