Browse Source

[MIG] mail_optional_autofollow: Migration to 11.0

pull/339/head
Damien Carlier 7 years ago
committed by Holger Brunn
parent
commit
8024ca8ad4
  1. 2
      mail_optional_autofollow/__manifest__.py
  2. 2
      mail_optional_autofollow/tests/test_mail_optional_autofollow.py

2
mail_optional_autofollow/__manifest__.py

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

2
mail_optional_autofollow/tests/test_mail_optional_autofollow.py

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

Loading…
Cancel
Save