Files
bank-payment/account_banking_pain_base/models/__init__.py
Alexis de Lattre 3bf4b9bf46 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)
2021-01-05 16:20:47 +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