From 21d4afa5f2e76bef4131227877dcf1265f31fcd5 Mon Sep 17 00:00:00 2001 From: mreficent Date: Wed, 19 Jul 2017 16:01:50 +0200 Subject: [PATCH] [FIX] stock_move_line_stock_info (a field doesn't exist) --- .../tests/test_account_move_line_stock_move.py | 1 - 1 file changed, 1 deletion(-) diff --git a/account_move_line_stock_info/tests/test_account_move_line_stock_move.py b/account_move_line_stock_info/tests/test_account_move_line_stock_move.py index 67244a18c..4b3344f3a 100644 --- a/account_move_line_stock_info/tests/test_account_move_line_stock_move.py +++ b/account_move_line_stock_info/tests/test_account_move_line_stock_move.py @@ -94,7 +94,6 @@ class TestAccountMoveLineStockInfo(common.TransactionCase): account = self.account_model.create({ 'name': name, 'code': code, - 'type': 'other', 'user_type_id': acc_type.id, 'company_id': company.id })