[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
parent 12dddbbba9
commit 40b25a1f93
4 changed files with 0 additions and 12 deletions

View File

@@ -32,9 +32,6 @@ from datetime import datetime
from openerp.tools import DEFAULT_SERVER_DATE_FORMAT
from openerp import workflow, exceptions
DB = common.DB
ADMIN_USER_ID = common.ADMIN_USER_ID
def create_simple_invoice(self):
partner_id = self.ref('base.res_partner_2')