From 0c010e88a3b1837efb25c79ae370ad20979de558 Mon Sep 17 00:00:00 2001 From: jbeficent Date: Mon, 24 Oct 2016 18:53:41 +0200 Subject: [PATCH] failing tests --- stock_orderpoint_uom/tests/test_stock_orderpoint_procure_uom.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/stock_orderpoint_uom/tests/test_stock_orderpoint_procure_uom.py b/stock_orderpoint_uom/tests/test_stock_orderpoint_procure_uom.py index b664c658d..9698b3302 100644 --- a/stock_orderpoint_uom/tests/test_stock_orderpoint_procure_uom.py +++ b/stock_orderpoint_uom/tests/test_stock_orderpoint_procure_uom.py @@ -9,13 +9,11 @@ import openerp.tests.common as common class TestStockOrderpointProcureUom(common.TransactionCase): def test_stock_orderpoont_procure_uom(self): - super(TestStockOrderpointProcureUom, self).setUp() productObj = self.env['product.product'] warehouse = self.env.ref('stock.warehouse0') location_stock = self.env.ref('stock.stock_location_stock') uom_unit = self.env.ref('product.product_uom_unit') uom_dozen = self.env.ref('product.product_uom_dozen') - self.company_partner = self.env.ref('base.main_partner') productA = productObj.create( {'name': 'product A',