Add a cloud_platform 'profile' addon

* When installed, it pulls the addons required for Odoo to run on the
  Cloud Platform.
* It provides a method to configure Odoo at the installation.
* It checks if the environment variables are correct according the the
  'server environment'
* And add documentation
This commit is contained in:
Guewen Baconnier
2016-10-25 09:38:48 +02:00
parent 63daa99cdd
commit 982285b298
7 changed files with 260 additions and 3 deletions
+4
View File
@@ -0,0 +1,4 @@
# -*- coding: utf-8 -*-
def install_exoscale(ctx):
ctx.env['cloud.platform'].install_exoscale()