Skip to content

Commit 8071cba

Browse files
committed
fix: replace deprecated <data> node with <odoo noupdate="1">
1 parent 3a37363 commit 8071cba

2 files changed

Lines changed: 2 additions & 6 deletions

File tree

spp_mis_demo_v2/data/demo_api_client.xml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,7 @@
1313
IMPORTANT: This is demo data for testing only. In production,
1414
create API clients through the UI with proper access controls.
1515
-->
16-
<odoo>
17-
<data noupdate="1">
16+
<odoo noupdate="1">
1817
<!-- Demo API Client for QGIS Plugin -->
1918
<record id="demo_api_client_qgis" model="spp.api.client">
2019
<field name="name">QGIS Demo Client</field>
@@ -45,5 +44,4 @@
4544
name="description"
4645
>Full GIS access including creating and managing geofences.</field>
4746
</record>
48-
</data>
4947
</odoo>

spp_mis_demo_v2/data/demo_statistics.xml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,7 @@
99
The separation allows the same underlying variable to be published
1010
to multiple contexts with different presentation settings.
1111
-->
12-
<odoo>
13-
<data noupdate="1">
12+
<odoo noupdate="1">
1413
<!-- ═══════════════════════════════════════════════════════════════════════
1514
CEL VARIABLES - Define the computation logic
1615
═══════════════════════════════════════════════════════════════════════ -->
@@ -274,5 +273,4 @@
274273
<field name="is_published_gis" eval="True" />
275274
<field name="is_published_dashboard" eval="True" />
276275
</record>
277-
</data>
278276
</odoo>

0 commit comments

Comments
 (0)