weather information

This commit is contained in:
XuanHuyen
2025-03-20 15:10:25 +07:00
parent abac2eda4f
commit 37590ce057
10 changed files with 182 additions and 0 deletions
+28
View File
@@ -0,0 +1,28 @@
# -*- 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,
}