[MIG] mail_optional_autofollow: Migration to 11.0

This commit is contained in:
Damien Carlier 2017-11-15 14:34:53 +01:00 committed by Karl Southern
parent e9a3927471
commit 143e601d73
2 changed files with 2 additions and 2 deletions

View File

@ -10,7 +10,7 @@
'Odoo Community Association (OCA)',
'website': "http://acsone.eu",
'category': 'Social Network',
'version': '10.0.1.0.0',
'version': '11.0.1.0.0',
'license': 'AGPL-3',
'depends': [
'mail',

View File

@ -2,7 +2,7 @@
# Copyright 2016 ACSONE SA/NV (<http://acsone.eu>)
# License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html).
from openerp.tests import common
from odoo.tests import common
class TestAttachExistingAttachment(common.TransactionCase):