From dd415b3d2b7b348ffc9e581e7cf34daf5894c032 Mon Sep 17 00:00:00 2001 From: "Laurent Mignon (ACSONE)" Date: Wed, 25 May 2016 13:47:32 +0200 Subject: [PATCH] [MIG] Upgrade version from 8 -> 9 --- mail_optional_autofollow/README.rst | 4 ++-- mail_optional_autofollow/__openerp__.py | 2 +- .../tests/test_mail_optional_autofollow.py | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/mail_optional_autofollow/README.rst b/mail_optional_autofollow/README.rst index 08dd7a7..7d2cb94 100644 --- a/mail_optional_autofollow/README.rst +++ b/mail_optional_autofollow/README.rst @@ -22,7 +22,7 @@ Technically, this field is initialized to true if there is a .. image:: https://odoo-community.org/website/image/ir.attachment/5784_f2813bd/datas :alt: Try me on Runbot - :target: https://runbot.odoo-community.org/runbot/205/8.0 + :target: https://runbot.odoo-community.org/runbot/205/9.0 Bug Tracker =========== @@ -52,4 +52,4 @@ This module is maintained by the OCA. OCA, or the Odoo Community Association, is a nonprofit organization whose mission is to support the collaborative development of Odoo features and promote its widespread use. -To contribute to this module, please visit https://odoo-community.org. \ No newline at end of file +To contribute to this module, please visit https://odoo-community.org. diff --git a/mail_optional_autofollow/__openerp__.py b/mail_optional_autofollow/__openerp__.py index 531dab2..abd3f76 100644 --- a/mail_optional_autofollow/__openerp__.py +++ b/mail_optional_autofollow/__openerp__.py @@ -10,7 +10,7 @@ 'Odoo Community Association (OCA)', 'website': "http://acsone.eu", 'category': 'Social Network', - 'version': '8.0.1.0.0', + 'version': '9.0.1.0.0', 'license': 'AGPL-3', 'depends': [ 'mail', diff --git a/mail_optional_autofollow/tests/test_mail_optional_autofollow.py b/mail_optional_autofollow/tests/test_mail_optional_autofollow.py index 953c1a3..b583af2 100644 --- a/mail_optional_autofollow/tests/test_mail_optional_autofollow.py +++ b/mail_optional_autofollow/tests/test_mail_optional_autofollow.py @@ -10,8 +10,8 @@ class TestAttachExistingAttachment(common.TransactionCase): def setUp(self): super(TestAttachExistingAttachment, self).setUp() self.partner_obj = self.env['res.partner'] - self.partner_01 = self.env.ref('base.res_partner_11') - self.partner_02 = self.env.ref('base.res_partner_address_20') + self.partner_01 = self.env.ref('base.res_partner_10') + self.partner_02 = self.env.ref('base.res_partner_address_17') def test_send_email_attachment(self): ctx = self.env.context.copy()