mirror of
https://github.com/OCA/bank-payment.git
synced 2025-02-02 10:37:31 +02:00
[12.0] [FIX] Failing test test_account_payment_02
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user