mirror of
https://github.com/OCA/bank-payment.git
synced 2025-02-02 10:37:31 +02:00
context of payment orders, she should ocus on the amount that is due to be paid. In this method we are forcing to display both the amount due in company and in the invoice currency. We then hide the fields debit and credit, because they add no value.
5 lines
139 B
Python
5 lines
139 B
Python
from . import test_payment_mode
|
|
from . import test_bank
|
|
from . import test_payment_order_inbound
|
|
from . import test_payment_order_outbound
|