hms_bak/nbg_exchange_rates/__manifest__.py
2024-11-05 16:26:20 +04:00

28 lines
612 B
Python

# -*- coding: utf-8 -*-
{
'name': "NBG exchange rates",
'summary': """NBG exchange rates.""",
'description':
"""
NBG exchange rates.
""",
'author': "mgite",
# 'website': "https://example.com",
'price': '5.0',
'currency': 'EUR',
'support': 'matemana2608@gmail.com',
'license': 'OPL-1',
'category': 'Tools',
'version': '18.0.1.0.0',
'images': ['static/description/wallpaper.png'],
'depends': [
'base',
],
'data': [
'cron/ir_cron.xml',
],
'installable': True,
'application': True,
'auto_install': False,
}