[FIX] tests.common.DB was removed from 8.0 stable

This commit is contained in:
Stéphane Bidoul
2015-06-12 18:56:29 +02:00
parent a6cc12e394
commit 1b6728579a

View File

@@ -23,9 +23,6 @@
import openerp.tests.common as common
from openerp import workflow
DB = common.DB
ADMIN_USER_ID = common.ADMIN_USER_ID
def create_simple_invoice(self, cr, uid, context=None):
partner_id = self.ref('base.res_partner_2')