Files
bank-payment/account_banking_pain_base/models/__init__.py
Alexis de Lattre 8b7dca6635 Port almost all modules to v10 (#305)
Port almost all modules to v10

* Update to EPC Rulebook v9.2 that start to apply on 2016-11-20 (bug #300)
2018-12-13 20:29:31 +01:00

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