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
+30
View File
@@ -0,0 +1,30 @@
<odoo>
<data>
<!--
<record id="object0" model="weather_forecast.weather_forecast">
<field name="name">Object 0</field>
<field name="value">0</field>
</record>
<record id="object1" model="weather_forecast.weather_forecast">
<field name="name">Object 1</field>
<field name="value">10</field>
</record>
<record id="object2" model="weather_forecast.weather_forecast">
<field name="name">Object 2</field>
<field name="value">20</field>
</record>
<record id="object3" model="weather_forecast.weather_forecast">
<field name="name">Object 3</field>
<field name="value">30</field>
</record>
<record id="object4" model="weather_forecast.weather_forecast">
<field name="name">Object 4</field>
<field name="value">40</field>
</record>
-->
</data>
</odoo>