weather forecast

This commit is contained in:
XuanHuyen
2025-04-16 10:07:51 +07:00
parent 2fb1ecffc2
commit 1adc5cc52a
13 changed files with 423 additions and 0 deletions
+16
View File
@@ -0,0 +1,16 @@
<?xml version="1.0" encoding="utf-8"?>
<odoo>
<menuitem
id="menu_weather_root"
name="Dự báo thời tiết"
sequence="10"/>
<menuitem
id="menu_weather_forecast"
name="Dự báo"
action="action_weather_forecast"
parent="menu_weather_root"
sequence="20"/>
</odoo>