pep8
parent
6b22cfe568
commit
d6a03aba4e
|
@ -52,15 +52,14 @@ class TestAEP(common.TransactionCase):
|
||||||
'journal_id': self.journal.id,
|
'journal_id': self.journal.id,
|
||||||
'date': fields.Date.to_string(date),
|
'date': fields.Date.to_string(date),
|
||||||
'line_ids': [(0, 0, {
|
'line_ids': [(0, 0, {
|
||||||
'name': '/',
|
'name': '/',
|
||||||
'debit': amount,
|
'debit': amount,
|
||||||
'account_id': debit_acc.id,
|
'account_id': debit_acc.id,
|
||||||
}), (0, 0, {
|
}), (0, 0, {
|
||||||
'name': '/',
|
'name': '/',
|
||||||
'credit': amount,
|
'credit': amount,
|
||||||
'account_id': credit_acc.id,
|
'account_id': credit_acc.id,
|
||||||
})
|
})]})
|
||||||
]})
|
|
||||||
move.post()
|
move.post()
|
||||||
return move
|
return move
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue