Merge pull request #286 from StefanRijnhart/9.0-account_tax_reporting_fix_test

[FIX] tests (tax line is created automatically)
pull/291/head
Pedro M. Baeza 2017-03-18 17:01:45 +01:00 committed by GitHub
commit fb2e630bd2
1 changed files with 0 additions and 6 deletions

View File

@ -164,12 +164,6 @@ class TestAccountTaxBalance(TransactionCase):
'credit': 100,
'name': 'Bank Fees',
'tax_ids': [(4, tax.id)]
}), (0, 0, {
'account_id': tax.account_id.id,
'debit': 0,
'credit': 10,
'name': 'Bank Fees',
'tax_line_id': tax.id,
})],
}).post()
tax.refresh()