Files
bank-payment/account_banking_payment_transfer/model/__init__.py
Stéphane Bidoul 424c4067cb [IMP] split account_banking_payment from account_banking
We drop the bank statement related part and we manage
the state of payment order with workflow transitions
triggered by the reconciliation of moves lines on the
transfer account.
2015-01-06 15:29:39 +01:00

5 lines
119 B
Python

from . import account_payment
from . import payment_line
from . import payment_mode
from . import payment_order_create