[MIG] Upgrade version from 8 -> 9

This commit is contained in:
Laurent Mignon (ACSONE) 2016-05-25 13:47:32 +02:00 committed by Karl Southern
parent 14685a6ace
commit 5ae0026f9f
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
: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.
To contribute to this module, please visit https://odoo-community.org.

View File

@ -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',

View File

@ -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()