Files
account-financial-tools/currency_rate_update/__init__.py
Alexis de Lattre 1017ce3b4c Update to latest OCA conventions
Update README
Code cleanup: remove @api.one, better error messages, remove call to MOD_NAME which was not defined any more
Use account.menu_config_multi_currency as parent menu
2016-12-05 22:08:52 +01:00

5 lines
118 B
Python

# -*- coding: utf-8 -*-
from . import models
from .services.currency_getter_interface import CurrencyGetterInterface