mirror of
https://github.com/OCA/stock-logistics-warehouse.git
synced 2025-01-21 14:27:28 +02:00
[FIX] stock_move_line_stock_info (a field doesn't exist)
This commit is contained in:
committed by
Jordi Ballester Alomar
parent
421bb244cd
commit
21d4afa5f2
@@ -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
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user