mirror of
https://github.com/OCA/bank-payment.git
synced 2025-02-02 10:37:31 +02:00
Port almost all modules to v10 * Update to EPC Rulebook v9.2 that start to apply on 2016-11-20 (bug #300)
10 lines
264 B
Python
10 lines
264 B
Python
# -*- coding: utf-8 -*-
|
|
|
|
from . import account_payment_line
|
|
from . import account_payment_order
|
|
from . import bank_payment_line
|
|
from . import account_payment_mode
|
|
from . import res_company
|
|
from . import account_config_settings
|
|
from . import account_payment_method
|