Files
bank-payment/account_banking_payment_transfer/model/__init__.py
Stéphane Bidoul ad523cba58 [IMP] workflow triggers when unreconciling move lines too
As the workflows listening on account_move_line are triggered upon
reconciliation, it makes sens to trigger them upon unreconcile too.
2015-01-06 15:29:39 +01:00

6 lines
156 B
Python

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