mirror of
https://github.com/OCA/bank-payment.git
synced 2025-02-02 10:37:31 +02:00
This commits adds the possibility to update the payment reference on a payment transaction before generating XML file.
4 lines
128 B
Python
4 lines
128 B
Python
from . import account_payment_line_create
|
|
from . import account_invoice_payment_line_multi
|
|
from . import account_payment_update
|