[MIG] Upgrade version from 8 -> 9

This commit is contained in:
Laurent Mignon (ACSONE) 2016-05-25 13:47:32 +02:00 committed by Benoit Aimont
parent 10b991f072
commit dd415b3d2b
3 changed files with 5 additions and 5 deletions

View File

@ -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 .. image:: https://odoo-community.org/website/image/ir.attachment/5784_f2813bd/datas
:alt: Try me on Runbot :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 Bug Tracker
=========== ===========

View File

@ -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': '8.0.1.0.0', 'version': '9.0.1.0.0',
'license': 'AGPL-3', 'license': 'AGPL-3',
'depends': [ 'depends': [
'mail', 'mail',

View File

@ -10,8 +10,8 @@ class TestAttachExistingAttachment(common.TransactionCase):
def setUp(self): def setUp(self):
super(TestAttachExistingAttachment, self).setUp() super(TestAttachExistingAttachment, self).setUp()
self.partner_obj = self.env['res.partner'] self.partner_obj = self.env['res.partner']
self.partner_01 = self.env.ref('base.res_partner_11') self.partner_01 = self.env.ref('base.res_partner_10')
self.partner_02 = self.env.ref('base.res_partner_address_20') self.partner_02 = self.env.ref('base.res_partner_address_17')
def test_send_email_attachment(self): def test_send_email_attachment(self):
ctx = self.env.context.copy() ctx = self.env.context.copy()