Backport OVH modules from 10.0

This commit is contained in:
jcoux
2018-10-29 13:45:20 +01:00
parent c6a0e7c1f5
commit 7fc296d73e
12 changed files with 116 additions and 21 deletions
@@ -5,7 +5,7 @@
{'name': 'Attachments on Swift storage',
'summary': 'Store assets and attachments on a Swift compatible object store',
'version': '10.0.1.1.0',
'version': '9.0.1.1.0',
'author': 'Camptocamp,Odoo Community Association (OCA)',
'license': 'AGPL-3',
'category': 'Knowledge Management',
+1 -1
View File
@@ -8,7 +8,7 @@ import logging
import os
from ..swift_uri import SwiftUri
from odoo import api, exceptions, models, _
from openerp import api, exceptions, models, _
_logger = logging.getLogger(__name__)
@@ -5,7 +5,7 @@
import os
from mock import patch
from odoo.addons.base.tests.test_ir_attachment import TestIrAttachment
from openerp.addons.base.tests.test_ir_attachment import TestIrAttachment
from ..swift_uri import SwiftUri
@@ -2,7 +2,7 @@
# Copyright 2017 Camptocamp SA
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html)
from odoo.addons.base.tests.test_ir_attachment import TestIrAttachment
from openerp.addons.base.tests.test_ir_attachment import TestIrAttachment
from ..swift_uri import SwiftUri
from swiftclient.exceptions import ClientException