[FIX] common.DB does not exist anymore in stable 8.0
It was not used in these tests anyway.
This commit is contained in:
parent
54b2db5914
commit
546eab938f
@ -33,9 +33,6 @@ from openerp import exceptions
|
|||||||
from datetime import datetime, timedelta
|
from datetime import datetime, timedelta
|
||||||
from openerp.tools import DEFAULT_SERVER_DATE_FORMAT
|
from openerp.tools import DEFAULT_SERVER_DATE_FORMAT
|
||||||
|
|
||||||
DB = common.DB
|
|
||||||
ADMIN_USER_ID = common.ADMIN_USER_ID
|
|
||||||
|
|
||||||
|
|
||||||
def get_simple_product_id(self):
|
def get_simple_product_id(self):
|
||||||
return self.env['product.product'].create({'name': 'product_test_01',
|
return self.env['product.product'].create({'name': 'product_test_01',
|
||||||
|
Loading…
Reference in New Issue
Block a user