From 5fab7e2ae0284b4edc9d9e7ab9eabd016557dbb0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Bidoul?= Date: Fri, 12 Jun 2015 18:53:39 +0200 Subject: [PATCH] [FIX] common.DB does not exist anymore in stable 8.0 It was not used in these tests anyway. --- .../tests/test_account_constraint_chronology.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/account_invoice_constraint_chronology/tests/test_account_constraint_chronology.py b/account_invoice_constraint_chronology/tests/test_account_constraint_chronology.py index 70895831e..df5a2ed7a 100644 --- a/account_invoice_constraint_chronology/tests/test_account_constraint_chronology.py +++ b/account_invoice_constraint_chronology/tests/test_account_constraint_chronology.py @@ -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',