[12.0] [FIX] Failing test test_account_payment_02

This commit is contained in:
Raf Ven
2019-04-23 11:48:58 +02:00
parent b2ac51d8c2
commit 3af55efc55

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)