fixup! account_mass_reconcile_ref_deep_search: add tests

This commit is contained in:
Akim Juillerat
2018-11-22 14:07:03 +01:00
parent fe68e180d1
commit c92013f09a

View File

@@ -40,7 +40,7 @@ class TestAccountReconcileRefDeepSearch(SavepointCase):
def test_account_reconcile_ref_deep_search(self):
self.assertEqual(self.cust_invoice.state, 'open')
bank_journal = self.env['account.journal'].search([
('type', '=', 'sale')], limit=1)
('type', '=', 'bank')], limit=1)
# Create payment
payment = self.env['account.payment'].create({