mirror of
https://github.com/OCA/bank-payment.git
synced 2025-02-02 10:37:31 +02:00
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.
5 lines
119 B
Python
5 lines
119 B
Python
from . import account_payment
|
|
from . import payment_line
|
|
from . import payment_mode
|
|
from . import payment_order_create
|