Files
Odoo-Tutorial/weather_forecast/views/menu.xml
T
XuanHuyen 80e48f4df8 update
2025-04-21 16:23:41 +07:00

17 lines
399 B
XML

<?xml version="1.0" encoding="utf-8"?>
<odoo>
<menuitem web_icon="weather_forecast,static/description/icon.png"
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>