mirror of
https://github.com/OCA/bank-payment.git
synced 2025-02-02 10:37:31 +02:00
- introduce account_banking_payment_export module with all features from account_banking_payment that do not involve changing the payment order workflow or depend on bank statement changes - account_banking_payment_export does not depend on account_banking - account_banking_payment is consequently stripped of above features - account_banking_sepa_credit_transfer depend on account_banking_payment_export and is compatible with the default payment order workflow
6 lines
123 B
Python
6 lines
123 B
Python
import account_payment
|
|
import bank_payment_manual
|
|
import payment_mode
|
|
import payment_mode_type
|
|
import payment_order_create
|