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 })