29 lines
618 B
Python
29 lines
618 B
Python
# -*- coding: utf-8 -*-
|
|
{
|
|
'name': "weather_infor",
|
|
|
|
'summary': "Short (1 phrase/line) summary of the module's purpose",
|
|
|
|
'author': "NXH107",
|
|
'website': "https://www.yourcompany.com",
|
|
|
|
'category': 'Uncategorized',
|
|
'version': '0.1',
|
|
|
|
'depends': ['base'],
|
|
|
|
'data': [
|
|
'security/ir.model.access.csv',
|
|
'views/weather_information_views.xml',
|
|
'wizard/res_config_settings_views.xml',
|
|
'data/weather_infor_cron.xml',
|
|
],
|
|
# only loaded in demonstration mode
|
|
'demo': [
|
|
],
|
|
'application': True,
|
|
'installable': True,
|
|
'auto_install': False,
|
|
}
|
|
|