mirror of
https://github.com/OCA/account-financial-tools.git
synced 2025-02-02 12:47:26 +02:00
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
5 lines
118 B
Python
5 lines
118 B
Python
# -*- coding: utf-8 -*-
|
|
|
|
from . import models
|
|
from .services.currency_getter_interface import CurrencyGetterInterface
|