[12.0] [FIX] Failing test test_account_payment_02

This commit is contained in:
Raf Ven
2019-04-23 11:48:58 +02:00
committed by Marçal Isern
parent a78917fa89
commit 2cb49e4bf4

View File

@@ -28,6 +28,8 @@ class TestAccountPayment(SavepointCase):
cls.bank_journal.inbound_payment_method_ids = [
(6, 0, [cls.inbound_payment_method_01.id,
cls.inbound_payment_method_02.id])]
cls.bank_journal.outbound_payment_method_ids = [
(6, 0, [cls.outbound_payment_method_01.id])]
def test_account_payment_01(self):
self.assertFalse(self.inbound_payment_method_01.payment_order_only)