weather forecast
This commit is contained in:
@@ -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>
|
||||
Reference in New Issue
Block a user