File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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 >
4544 name =" description"
4645 >Full GIS access including creating and managing geofences.</field >
4746 </record >
48- </data >
4947</odoo >
Original file line number Diff line number Diff line change 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 ═══════════════════════════════════════════════════════════════════════ -->
274273 <field name =" is_published_gis" eval =" True" />
275274 <field name =" is_published_dashboard" eval =" True" />
276275 </record >
277- </data >
278276</odoo >
You can’t perform that action at this time.
0 commit comments