mirror of
https://github.com/camptocamp/odoo-cloud-platform.git
synced 2026-06-24 02:08:36 +00:00
Backport OVH modules from 10.0
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
|
||||
{'name': 'Cloud Platform OVH',
|
||||
'summary': 'Addons required for the Camptocamp Cloud Platform on OVH',
|
||||
'version': '10.0.1.1.0',
|
||||
'version': '9.0.1.1.0',
|
||||
'author': 'Camptocamp,Odoo Community Association (OCA)',
|
||||
'license': 'AGPL-3',
|
||||
'category': 'Extra Tools',
|
||||
@@ -4,13 +4,15 @@
|
||||
|
||||
import logging
|
||||
|
||||
from odoo import api, models
|
||||
from openerp import api, models
|
||||
|
||||
_logger = logging.getLogger(__name__)
|
||||
|
||||
try:
|
||||
from odoo.addons.cloud_platform.models.cloud_platform import FilestoreKind
|
||||
from odoo.addons.cloud_platform.models.cloud_platform import PlatformConfig
|
||||
from openerp.addons.cloud_platform.models.cloud_platform \
|
||||
import FilestoreKind
|
||||
from openerp.addons.cloud_platform.models.cloud_platform \
|
||||
import PlatformConfig
|
||||
except ImportError:
|
||||
FilestoreKind = None
|
||||
PlatformConfig = None
|
||||
|
||||
Reference in New Issue
Block a user