Files
session_redis_public/cloud_platform
Yannick Payot 71da584087 Change CI to GitHub actions
Use copier template from oca/oca-addons-repo-template

Target Python3.8

Apply linting

Fix a missing call to super
Ensure all modules have a 13.0.x.x.x version
2023-05-11 11:17:54 +02:00
..
2023-05-11 11:17:54 +02:00
2023-05-11 11:17:54 +02:00
2023-05-11 11:17:54 +02:00
2023-05-11 11:17:54 +02:00

Cloud Platform
==============

Install addons required for the Camptocamp Cloud platform, and that are
common to all platform providers.

* Provide a quick install that we can call at the setup / migration
  of a database
* Implements abstract methods to check if the environment variables are configured correctly
  according to the instance's environment (prod, integration, test or dev) to prevent
  data corruption between the environments (such as the integration server
  writing on the production object storage).