Files
bank-payment/account_payment_order/wizard/__init__.py
Luc De Meyer d05aba74c2 [IMP] update payment reference on open payment order
This commits adds the possibility to update the payment reference on a
payment transaction before generating XML file.
2024-04-20 09:33:04 +02:00

5 lines
162 B
Python

from . import account_payment_line_create
from . import account_invoice_payment_line_multi
from . import account_payment_update
from . import res_config_settings