Files
bank-payment/account_payment_order/__init__.py
Jordi Ballester 81152bf603 When the user looks for open payables or receivables, in the
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.
2021-01-05 14:03:52 +01:00

4 lines
63 B
Python

from . import models
from . import report
from . import wizard