[FIX] stock_move_line_stock_info (a field doesn't exist)

This commit is contained in:
mreficent
2017-07-19 16:01:50 +02:00
committed by Jordi Ballester Alomar
parent 421bb244cd
commit 21d4afa5f2

View File

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