Browse Source

[FIX] tests (tax line is created automatically)

pull/286/head
Stefan Rijnhart 7 years ago
parent
commit
110c5d5d6e
  1. 6
      account_tax_balance/tests/test_account_tax_balance.py

6
account_tax_balance/tests/test_account_tax_balance.py

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

Loading…
Cancel
Save