17 lines
399 B
XML
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>
|