From d86489c63699e604eaff6bf9ad079ee8aa676792 Mon Sep 17 00:00:00 2001 From: Alexandre Fayolle Date: Tue, 15 Sep 2015 09:00:25 +0200 Subject: [PATCH] update travis config, setup transifex --- stock_reserve/test/stock_reserve.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stock_reserve/test/stock_reserve.yml b/stock_reserve/test/stock_reserve.yml index 369b1563f..5565a92dd 100644 --- a/stock_reserve/test/stock_reserve.yml +++ b/stock_reserve/test/stock_reserve.yml @@ -92,7 +92,7 @@ The procurement linked to the orderpoint must be in exception (no routes configured) - !python {model: stock.warehouse.orderpoint}: | - orderpoint = self.browse(cr, uid, ref('sorbet_orderpoint')) + orderpoint = self.browse(cr, uid, ref('stock_reserve.sorbet_orderpoint')) assert orderpoint.procurement_ids[0].state == 'exception', 'procurement must be in exception as there is no rule for procurement' import math assert orderpoint.procurement_ids[0].product_qty == math.ceil(15 - 3.5), 'wrong product qty ordered'