This commit is contained in:
gsinghpal
2026-04-17 17:31:12 -04:00
parent e07002d550
commit b09538b4e2
26 changed files with 1996 additions and 173 deletions

View File

@@ -83,6 +83,32 @@
</div>
</div>
</div>
<!-- Self-hosted OSRM URL -->
<div class="col-12 col-lg-6 o_setting_box">
<div class="o_setting_right_pane">
<span class="o_form_label">Self-hosted OSRM URL</span>
<div class="text-muted">
Optional. When set, travel-time calculations use your self-hosted OSRM server instead of Google Distance Matrix, saving paid API cost.
Leave empty to keep using Google.
</div>
<div class="mt-2">
<field name="fc_osrm_url" placeholder="http://192.168.1.114:5000"/>
</div>
</div>
</div>
<!-- Self-hosted Nominatim URL -->
<div class="col-12 col-lg-6 o_setting_box">
<div class="o_setting_right_pane">
<span class="o_form_label">Self-hosted Nominatim URL</span>
<div class="text-muted">
Optional. When set, address geocoding uses your self-hosted Nominatim server instead of Google Geocoding.
Leave empty to keep using Google.
</div>
<div class="mt-2">
<field name="fc_nominatim_url" placeholder="http://192.168.1.114:8080"/>
</div>
</div>
</div>
<!-- Location History Retention -->
<div class="col-12 col-lg-6 o_setting_box">
<div class="o_setting_right_pane">