mirror of
https://github.com/OCA/account-financial-tools.git
synced 2025-02-02 12:47:26 +02:00
Conflicts: currency_rate_update/services/__init__.py currency_rate_update/services/currency_getter.py currency_rate_update/services/update_service_CA_BOC.py currency_rate_update/services/update_service_CH_ADMIN.py currency_rate_update/services/update_service_ECB.py currency_rate_update/services/update_service_PL_NBP.py currency_rate_update/services/update_service_RO_BNR.py
9 lines
301 B
Python
9 lines
301 B
Python
# Note, that CA_BOC getter seems not to be working
|
|
from . import update_service_CA_BOC
|
|
from . import update_service_CH_ADMIN
|
|
from . import update_service_ECB
|
|
from . import update_service_YAHOO
|
|
from . import update_service_PL_NBP
|
|
from . import update_service_MX_BdM
|
|
from . import update_service_RO_BNR
|