Files
bank-payment/account_banking_payment/model/__init__.py
Stéphane Bidoul e2be1a6e0d [IMP] refactoring in order to use direct debit independently of bank statement import
In a nutshell, this commit 
- moves payment_order_type (payment|debit) to account_banking_payment_export
- makes payment_order_type visible in account_direct_debit
- make direct_debit depend on account_banking_payment_export
2014-02-16 17:13:15 +01:00

8 lines
186 B
Python

import account_payment
import payment_line
import payment_mode
import payment_order_create
import banking_import_transaction
import banking_transaction_wizard
import banking_import_line