[FIX] common.DB does not exist anymore in stable 8.0

It was not used in these tests anyway.
This commit is contained in:
Stéphane Bidoul
2015-06-12 18:53:39 +02:00
committed by Alexey Pelykh
parent 792ff66b6e
commit 5fab7e2ae0

View File

@@ -33,9 +33,6 @@ from openerp import exceptions
from datetime import datetime, timedelta
from openerp.tools import DEFAULT_SERVER_DATE_FORMAT
DB = common.DB
ADMIN_USER_ID = common.ADMIN_USER_ID
def get_simple_product_id(self):
return self.env['product.product'].create({'name': 'product_test_01',