mirror of
https://github.com/OCA/bank-payment.git
synced 2025-02-02 10:37:31 +02:00
Add support for transfer moves Display transfer moves in a dedicated tab in payment order view Code cleanup
11 lines
275 B
Python
11 lines
275 B
Python
# -*- coding: utf-8 -*-
|
|
|
|
from . import account_payment_mode
|
|
from . import account_payment_order
|
|
from . import account_payment_line
|
|
from . import bank_payment_line
|
|
from . import account_move
|
|
from . import account_move_line
|
|
from . import account_invoice
|
|
from . import res_bank
|