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.
5 lines
162 B
Python
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
|